MOO_IMP_OPTY_RESPONSES

This table is the interface table to MOO_OPTY_RESPONSES, storing the relationship between the opportunity and the response.

Details

  • Schema: FUSION

  • Object owner: MOO

  • Object type: TABLE

  • Tablespace: Default

Primary Key

Name Columns

MOO_IMP_OPTY_RESPONSES_PK

BATCH_ID, INTERFACE_ROW_ID

Columns

Name Datatype Length Precision Not-null Comments Status
INTERFACE_ROW_ID NUMBER 18 Yes Primary key, links this row with the rows in the errors table
FILE_RECORD_NUM NUMBER 10 FILE_RECORD_NUM
BATCH_ID NUMBER 18 Yes Unique Identifier for a Batch
IMPORT_STATUS_CODE VARCHAR2 30 status of the import row
ACTION_CODE VARCHAR2 30 Indicates if the record is meant for insert, up date, or delete.
INTERNAL_ACTION_CODE VARCHAR2 30 System determined action code
OPTY_RESPONSE_ID NUMBER 18 Unique ID for opportunity response. Active
OPTY_ID NUMBER 18 Opportunity Id Active
OPTY_NUMBER VARCHAR2 30 Opportunity Number. This is a public surrogate key.
RESPONSE_NUMBER VARCHAR2 64 Response number Active
CREATION_DATE TIMESTAMP Who column: indicates the date and time of the creation of the row. Active
CREATED_BY VARCHAR2 64 Who column: indicates the user who created the row. Active
LAST_UPDATE_DATE TIMESTAMP Who column: indicates the date and time of the last update of the row. Active
LAST_UPDATED_BY VARCHAR2 64 Who column: indicates the user who last updated the row. Active
LAST_UPDATE_LOGIN VARCHAR2 32 Who column: indicates the session login associated to the user who last updated the row. Active
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. Active
REQUEST_ID NUMBER 18 Enterprise Service Scheduler: indicates the request ID of the job that created or last updated the row.
INTERNAL_OPTY_OVN NUMBER 9 The Object Version Number of the Opportunity record which will be affected by this instruction.
FILE_NAME_SYSTASK_ID NUMBER 18 FILE_NAME_SYSTASK_ID

Indexes

Index Uniqueness Tablespace Columns
MOO_IMP_OPTY_RESPONSES_PK1 Unique Default BATCH_ID, INTERFACE_ROW_ID