PJB_PROC_CFG_SOURCES

This is a seeded table. It stores the possible sources for a business process code and the associated internal sources for developers in refrence object columns.

Details

  • Schema: FUSION

  • Object owner: PJB

  • Object type: TABLE

  • Tablespace: REFERENCE

Primary Key

Name Columns

PJB_PROC_CFG_SOURCES_PK

PROC_CFG_SOURCE_ID

Columns

Name Datatype Length Precision Not-null Comments
PROC_CFG_SOURCE_ID NUMBER 18 Yes Unique identifier for configuration source.
PROC_CFG_SOURCE_CODE VARCHAR2 80 Yes Internal code for the configuration source.
BUSINESS_PROCESS_CODE VARCHAR2 30 Yes The business process associated to configuraton source.
NAME VARCHAR2 120 Yes Name of the configuration source as displayed to the user.
DESCRIPTION VARCHAR2 240 Yes Description that elaborates about configuration source
DATA_TYPE VARCHAR2 30 Yes This is used to store the data type of configurator sources.
SEED_DATA_SOURCE VARCHAR2 512 Yes 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.
PROC_CFG_SOURCE_TYPE VARCHAR2 30 Yes Grouping of configuration sources that allows user to filter a subset of configuration sourcces based on the grouping. For example, Contract based sources.
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.
CREATION_DATE TIMESTAMP Yes Who column: indicates the date and time of the creation of the row.
CREATED_BY VARCHAR2 64 Yes Who column: indicates the user who created the row.
LAST_UPDATE_DATE TIMESTAMP Yes Who column: indicates the date and time of the last update of the row.
LAST_UPDATED_BY VARCHAR2 64 Yes 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.
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
pjb_proc_cfg_filter_sources pjb_proc_cfg_sources PROC_CFG_SOURCE_ID
pjb_proc_cfg_source_asgnmts pjb_proc_cfg_sources PROC_CFG_SOURCE_ID
pjb_proc_cfg_filter_asgnmts pjb_proc_cfg_sources PROC_CFG_SOURCE_ID

Indexes

Index Uniqueness Tablespace Columns
PJB_PROC_CFG_SOURCES_U1 Unique Default PROC_CFG_SOURCE_ID, ORA_SEED_SET1
PJB_PROC_CFG_SOURCES_U11 Unique Default PROC_CFG_SOURCE_ID, ORA_SEED_SET2
PJB_PROC_CFG_SOURCES_U2 Unique Default PROC_CFG_SOURCE_CODE, BUSINESS_PROCESS_CODE, ORA_SEED_SET1
PJB_PROC_CFG_SOURCES_U21 Unique Default PROC_CFG_SOURCE_CODE, BUSINESS_PROCESS_CODE, ORA_SEED_SET2
PJB_PROC_CFG_SOURCES_U3 Unique Default NAME, BUSINESS_PROCESS_CODE, ORA_SEED_SET1
PJB_PROC_CFG_SOURCES_U31 Unique Default NAME, BUSINESS_PROCESS_CODE, ORA_SEED_SET2