PJB_PROC_CFG_FILTER_SOURCES

This is a seeded table. It stores possible filter sources for a source. Aids in showing the filter source lov meaning and internal code .

Details

  • Schema: FUSION

  • Object owner: PJB

  • Object type: TABLE

  • Tablespace: REFERENCE

Primary Key

Name Columns

PJB_PROC_CFG_FILTER_SOURCES_PK

PROC_CFG_FILTER_SOURCE_ID

Columns

Name Datatype Length Precision Not-null Comments
PROC_CFG_FILTER_SOURCE_ID NUMBER 18 Yes Unique identifier for configuration filter sources.
PROC_CFG_SOURCE_ID NUMBER Yes Identifier to connect to configuration sources.
NAME VARCHAR2 80 Yes The name of filter source.
DESCRIPTION VARCHAR2 240 Yes Description that elaborates about the filter sources.
DATA_TYPE VARCHAR2 30 Yes This is used to store the data type of configuration filter sources.
PROC_CFG_FILTER_SOURCE_CODE VARCHAR2 30 Yes Unique Identifier for configuration filter source code.
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.
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

Indexes

Index Uniqueness Tablespace Columns
PJB_PROC_CFG_FILTER_SOURCE_U1 Unique Default PROC_CFG_SOURCE_ID, NAME, ORA_SEED_SET1
PJB_PROC_CFG_FILTER_SOURCE_U11 Unique Default PROC_CFG_SOURCE_ID, NAME, ORA_SEED_SET2
PJB_PROC_CFG_FILTER_SOURCE_U2 Unique Default PROC_CFG_FILTER_SOURCE_CODE, PROC_CFG_SOURCE_ID, ORA_SEED_SET1
PJB_PROC_CFG_FILTER_SOURCE_U21 Unique Default PROC_CFG_FILTER_SOURCE_CODE, PROC_CFG_SOURCE_ID, ORA_SEED_SET2
PJB_PROC_CFG_FILTER_SOURCE_U3 Unique Default PROC_CFG_FILTER_SOURCE_ID, ORA_SEED_SET1
PJB_PROC_CFG_FILTER_SOURCE_U31 Unique Default PROC_CFG_FILTER_SOURCE_ID, ORA_SEED_SET2