PSC_COM_MAPPING_ATTACHMENT

This table contains DEIU attachment information.

Details

  • Schema: FUSION

  • Object owner: PSC_CC

  • Object type: TABLE

  • Tablespace: Default

Primary Key

Name Columns

PSC_COM_MAPPING_ATTACHMEN_PK

MAPPING_ATTACHMENT_KEY

Columns

Name Datatype Length Precision Not-null Comments
MAPPING_ATTACHMENT_KEY NUMBER 18 Yes This column is used to indicate deiu attachment key
TYPE VARCHAR2 1 This column is used to indicate whether or not if the attchemnt is for export or import
TARGET_SYSTEM VARCHAR2 20 This column is used to indicate which system the transfer data will be send to.
PROCESS_ID NUMBER 18 This column is used to indicate ess PROCESS_ID
ATTACHMENT_ID NUMBER 18 Yes This column is used to indicate deiu ATTACHMENT_ID
STAGE_STATUS VARCHAR2 1 This column is used to indicate deiu STAGE_STATUS
MAPPING_NAME VARCHAR2 50 This column is used to indicate deiu MAPPING_NAME
DESCRIPTION VARCHAR2 100 This column is used to indicate deiu DESCRIPTION
CREATED_BY VARCHAR2 64 Yes Who column: indicates the user who created the row.
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.
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.

Foreign Keys

Table Foreign Table Foreign Key Column
PSC_COM_MAPPING_ATTACHMENT psc_com_mapping_hdr_b MAPPING_NAME

Indexes

Index Uniqueness Tablespace Columns
PSC_COM_MAPPING_ATTCH_N1 Non Unique Default MAPPING_NAME
PSC_COM_MAPPING_ATTCH_U1 Unique Default MAPPING_ATTACHMENT_KEY