MKT_BDT_BUDGET_COUNTRIES_INT

This table imports the countries for a budget

Details

  • Schema: FUSION

  • Object owner: MKT

  • Object type: TABLE

  • Tablespace: INTERFACE

Primary Key

Name Columns

MKT_BDT_BDGT_COUNTRIES_INT_PK

BATCH_ID, INTERFACE_ROW_ID

Columns

Name Datatype Length Precision Not-null Comments
BATCH_ID NUMBER 18 Yes Externally generated id to mark actual set of imported records.
INTERFACE_ROW_ID NUMBER 18 Yes This is an internally generated id for interface table and PK used to join error table
ACTION_CODE VARCHAR2 30 Action code will be used to determine what operation should be done: insert,update,delete
INTERNAL_ACTION_CODE VARCHAR2 30 Internal action code will be used to determine what operation should be done: insert,update,delete
IMPORT_STATUS_CODE VARCHAR2 30 This column will store the import status
FILE_RECORD_NUM NUMBER 10 This is the File Record Number
FILE_NAME_SYSTASK_ID NUMBER 18 File Name Systask ID
BUDGET_COUNTRY_ID NUMBER 18 Specifies unique join id for Budget and Country relationship.
COUNTRY_CODE VARCHAR2 2 Specifies the code of country which is associated with Budget.
BUDGET_ID NUMBER 18 Specifies the Budget to which Country is related.
BUDGET_CODE VARCHAR2 100 Alternate key of a Budget.Free form text.
CREATED_BY VARCHAR2 64 Who column: indicates the user who created the row.
CREATION_DATE TIMESTAMP Who column: indicates the date and time of the creation of the row.
LAST_UPDATED_BY VARCHAR2 64 Who column: indicates the user who last updated the row.
LAST_UPDATE_LOGIN VARCHAR2 32 Who column: indicates the session login associated to the user who last updated the row.
LAST_UPDATE_DATE TIMESTAMP Who column: indicates the date and time of the last update of 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.

Indexes

Index Uniqueness Tablespace Columns
MKT_BDT_BDGT_COUNTRIES_INT_U1 Unique Default BATCH_ID, INTERFACE_ROW_ID