ZPM_IMP_PARTNER_DIM_SCHNL

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_DIM_SCHNL_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_DIM_MEMBERS_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 ORIG SYSTEM column.
ORIG_SYSTEM_REFERENCE VARCHAR2 255 This is the ORIG SYSTEM REFERENCE column.
PARTY_ID NUMBER 18 This is an Interface column for the Partner profile import.
DIM_MEMBER_NAME VARCHAR2 255 This is an Interface column for the Partner profile import.
INTEGRATION_ID VARCHAR2 80 This is an Interface column for the Partner profile import.
ATTRIBUTE_PK1 VARCHAR2 30 Partner profile import column for Sales Channel.
ATTRIBUTE_PK2 VARCHAR2 30 Partner profile import column for Sales Channel.
DIM_SUBTYPE_CODE VARCHAR2 30 This is an Interface column for the Partner profile import.
SALES_CHANNEL VARCHAR2 30 SALES_CHANNEL
CHANNEL_TYPE VARCHAR2 30 CHANNEL_TYPE
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_DIM_SCHNL_PK Unique Default BATCH_ID, INTERFACE_ROW_ID