OSS_MERGE_PARAMS_T

A temporary table that stores the target subscription details when a subscription is merged.

Details

  • Schema: FUSION

  • Object owner: OSS

  • Object type: TABLE

  • Tablespace: FUSION_TS_TX_DATA

Primary Key

Name Columns

OSS_MERGE_PARAMS_T_PK

BATCH_ID

Columns

Name Datatype Length Precision Not-null Comments
BATCH_ID NUMBER 18 Yes Primary Key
TARGET_SUBSCRIPTION_ID NUMBER 18 TARGET_SUBSCRIPTION_ID
TARGET_SUBSCRIPTION_NUMBER VARCHAR2 120 TARGET_SUBSCRIPTION_NUMBER
TARGET_BUSINESS_UNIT_ID NUMBER 18 TARGET_BUSINESS_UNIT_ID
TARGET_PRIMARY_PARTY_ID NUMBER 18 TARGET_PRIMARY_PARTY_ID
TARGET_CURRENCY VARCHAR2 30 TARGET_CURRENCY
TARGET_START_DATE DATE TARGET_START_DATE
TARGET_END_DATE DATE TARGET_END_DATE
REQUEST_ID NUMBER 18 Enterprise Service Scheduler: indicates the request ID of the job that created or last updated the row.
SESSION_ID VARCHAR2 64 fnd session id
OBJECT_VERSION_NUMBER NUMBER 9 Yes Used to implement optimistic locking. This number is incremented every time that the row is updated. The number is compared at the start and end of a transaction to detect whether another session has updated the row since it was queried.
CREATED_BY VARCHAR2 64 Yes Who column: indicates the user who created the row.
CREATION_DATE TIMESTAMP Yes Who column: indicates the date and time of the creation of the row.
LAST_UPDATED_BY VARCHAR2 64 Yes Who column: indicates the user who last updated the row.
LAST_UPDATE_DATE TIMESTAMP Yes Who column: indicates the date and time of the last update of the row.
LAST_UPDATE_LOGIN VARCHAR2 32 Who column: indicates the session login associated to the user who last updated the row.

Indexes

Index Uniqueness Tablespace Columns
OSS_MERGE_PARAMS_T_N1 Non Unique FUSION_TS_TX_DATA CREATION_DATE
OSS_MERGE_PARAMS_T_N2 Non Unique FUSION_TS_TX_DATA CREATED_BY
OSS_MERGE_PARAMS_T_N3 Non Unique FUSION_TS_TX_DATA SESSION_ID
OSS_MERGE_PARAMS_T_N4 Non Unique FUSION_TS_TX_DATA TARGET_SUBSCRIPTION_ID
OSS_MERGE_PARAMS_T_U1 Unique FUSION_TS_TX_DATA BATCH_ID