ZCH_LINK_STAGING

This table stores intermediate sales party - financial party pairs that are later used to create links.

Details

  • Schema: FUSION

  • Object owner: ZCH

  • Object type: TABLE

  • Tablespace: FUSION_TS_TX_DATA

Primary Key

Name Columns

ZCH_LINK_STAGING_PK

STAGING_ID

Columns

Name Datatype Length Precision Not-null Comments
STAGING_ID NUMBER Yes STAGING_ID
CREATION_DATE TIMESTAMP Yes Who column: indicates the date and time of the creation of the row.
MAIN_RECORD_ID NUMBER The sales record_id of the B2F link that will be the master of the link.
RECORD_ID NUMBER Financial party ID
SOURCE_OBJECT_TABLE VARCHAR2 30 Source from where the staging data was obtained.
STATUS VARCHAR2 30 Statusfof the staging link
REQUEST_ID NUMBER 18 Enterprise Service Scheduler: indicates the request ID of the job that created or last updated the row.
PARENT_REQUEST_ID NUMBER Parent Request ID
CREATED_BY VARCHAR2 64 Yes Who column: indicates the user who created 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
ZCH_LINK_STAGING_N1 Non Unique Default PARENT_REQUEST_ID
ZCH_LINK_STAGING_N2 Non Unique Default REQUEST_ID
ZCH_LINK_STAGING_N3 Non Unique ZCH_LINK_STAGING_N3 MAIN_RECORD_ID
ZCH_LINK_STAGING_N4 Non Unique ZCH_LINK_STAGING_N4 RECORD_ID
ZCH_LINK_STAGING_PK Unique ZCH_LINK_STAGING_PK STAGING_ID