CST_EXT_SRC_SYSTEMS_INFO

This table stores the external source systems that interface/integrate with costing. As of now this is seeded. This table is just used by Costing to Inventory service. The idea was to be able to provide user the control validations that need to be done by interface program or the preprocessor.

Details

  • Schema: FUSION

  • Object owner: CST

  • Object type: TABLE

  • Tablespace: REFERENCE

Primary Key

Name Columns

CST_EXT_SRC_SYSTEMS_INFO_PK

EXTERNAL_SYSTEM_CODE

Columns

Name Datatype Length Precision Not-null Comments
EXTERNAL_SYSTEM_CODE VARCHAR2 60 Yes Identifier of the external source system that interfaces with costing. For all fusion systems, it is 'FUSION'
EXTERNAL_SYSTEM_DESCRIPTION VARCHAR2 240 Description of the external system.
EFFECTIVE_START_DATE DATE Yes Date Effective Entity: indicates the date at the beginning of the date range within which the row is effective.
EFFECTIVE_END_DATE DATE Date Effective Entity: indicates the date at the end of the date range within which the row is effective.
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.
JOB_DEFINITION_NAME VARCHAR2 100 Enterprise Service Scheduler: indicates the name of the job that created or last updated the row.
JOB_DEFINITION_PACKAGE VARCHAR2 900 Enterprise Service Scheduler: indicates the package name of the job that created or last updated the row.
SEED_DATA_SOURCE VARCHAR2 512 Source of seed data record. A value of 'BULK_SEED_DATA_SCRIPT' indicates that record was bulk loaded. Otherwise, specifies the name of the seed data file.
ORA_SEED_SET1 VARCHAR2 1 Yes Oracle internal use only. Indicates the edition-based redefinition (EBR) context of the row for SET1. Context values are Y or N.
ORA_SEED_SET2 VARCHAR2 1 Yes Oracle internal use only. Indicates the edition-based redefinition (EBR) context of the row for SET2. Context values are Y or N.

Foreign Keys

Table Foreign Table Foreign Key Column
cst_i_inv_onhand cst_ext_src_systems_info EXTERNAL_SYSTEM_REFERENCE
cst_inv_transactions cst_ext_src_systems_info EXTERNAL_SYSTEM_REFERENCE
cst_inv_transactions_tmp cst_ext_src_systems_info EXTERNAL_SYSTEM_REFERENCE
cst_i_onhand_exclude_txns cst_ext_src_systems_info EXTERNAL_SYSTEM_REFERENCE

Indexes

Index Uniqueness Tablespace Columns
CST_EXT_SRC_SYSTEMS_INFO_U1 Unique FUSION_TS_TX_DATA EXTERNAL_SYSTEM_CODE, ORA_SEED_SET1
CST_EXT_SRC_SYSTEMS_INFO_U11 Unique FUSION_TS_TX_DATA EXTERNAL_SYSTEM_CODE, ORA_SEED_SET2