ZPM_IMP_PARTNER_CERT

Interface Table for Bulk Import of Partner Profile Geographies.

Details

  • Schema: FUSION

  • Object owner: ZPM

  • Object type: TABLE

  • Tablespace: INTERFACE

Primary Key

Name Columns

ZPM_IMP_PARTNER_CERT_PK

BATCH_ID, INTERFACE_ROW_ID

Columns

Name Datatype Length Precision Not-null Comments
INTERFACE_ROW_ID NUMBER 18 Yes Interface column: used in primary key.
PARTNER_MULTIVAL_LOV_ID NUMBER 18 Unique Identifier to match the base table
FILE_RECORD_NUM NUMBER This is the FILE RECORD NUM column
BATCH_ID NUMBER 18 Yes Interface column: used in primary key.
IMPORT_STATUS_CODE VARCHAR2 30 Interface column: status code of import process.
ACTION_CODE VARCHAR2 30 Action code will be used to determine what operation should be done: insert,update,delete
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.
REQUEST_ID NUMBER 18 Enterprise Service Scheduler: indicates the request ID of the job that created or last updated 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.
ORIG_SYSTEM VARCHAR2 30 This is the column for ORIG SYSTEM.
ORIG_SYSTEM_REFERENCE VARCHAR2 255 This is the column for ORIG SYSTEM REFERENCE.
PARTY_ID NUMBER 18 Interface for A foreign key reference to the TCA party record that represents the profile's owning partner.
MULTIVAL_LOV_ID NUMBER 18 Interface column for Multival LOV ID
LOOKUP_CODE VARCHAR2 30 Interface column for the lookup code
INTERNAL_OBJ_VER_NBR_OVN NUMBER 9 Required for Optimistic Locking in Import
INTERNAL_ACTION_CODE VARCHAR2 30 Used by Custom Bulk Import
FILE_NAME_SYSTASK_ID NUMBER 18 Needed for MULTICSV ZIP FILE IMPORT
COMPANY_NUMBER VARCHAR2 30 PUID for Partner.
PARTY_NUMBER VARCHAR2 30 PUID for Party

Indexes

Index Uniqueness Tablespace Columns
ZPM_IMP_PARTNER_CERT_PK Unique Default BATCH_ID, INTERFACE_ROW_ID