CJM_PROGRAM_TYPE_QUALIFIERS

This table contains details of the target market qualifiers defaulting for a program type. Qualifiers selected here will be displayed as default values in Manage Program user interface.

Details

  • Schema: FUSION

  • Object owner: CJM

  • Object type: TABLE

  • Tablespace: FUSION_TS_TX_DATA

Primary Key

Name Columns

CJM_PROGRAM_TYPE_QUALIFIERS_PK

PROGRAM_TYPE_QUALIFIER_ID

Columns

Name Datatype Length Precision Not-null Comments
PROGRAM_TYPE_QUALIFIER_ID NUMBER 18 Yes Unique identifier for the Program Type Qualifier created in the system.
PROGRAM_TYPE_QUALIFIER_GUID VARCHAR2 64 This is a unique identifier generated for the program type qualifiers.
PROGRAM_TYPE_ID NUMBER 18 Unique identifier for the Program Type created in the system.
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.
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.
DATE_QUALIFIER_FLAG VARCHAR2 1 Indicates whether the qualifier is a date qualifier or not
DEFAULT_DATE_FLAG VARCHAR2 1 Indicates whether the date qualifier is the default for the program type or not
QUALIFIER_TYPE_CODE VARCHAR2 30 Indicates that the qualifier types selected for the program type only appear in the corresponding Channel Program Header/Target Market/Condition of Target Market region. Values are from the lookup code ORA_CJM_QUALIFIER_TYPE.
DISPLAY_IN_HEADER VARCHAR2 1 Indicates that the qualifiers with the header check box selected appear in the Channel Program header region.
DISPLAY_IN_TARGET_MARKET VARCHAR2 1 Indicates that the qualifiers with the Target Market check box selected are available in the Channel Program Target Market qualifier list.
DISPLAY_IN_MKT_CONDITION VARCHAR2 1 Indicates that the selected qualifiers are available in the Condition of Target Market region qualifier list.
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.
SEEDED_FLAG VARCHAR2 1 Indicates that the program type qualifier is seeded. Values are from the lookup code ORA_CJM_YES_NO.
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
CJM_PROGRAM_TYPE_QUALIFIERS cjm_program_types_b PROGRAM_TYPE_ID

Indexes

Index Uniqueness Tablespace Columns
CJM_PGM_TYPE_QUALIFERS_U1 Unique Default PROGRAM_TYPE_QUALIFIER_ID, ORA_SEED_SET1
CJM_PGM_TYPE_QUALIFERS_U11 Unique Default PROGRAM_TYPE_QUALIFIER_ID, ORA_SEED_SET2
CJM_PGM_TYPE_QUALIFIERS_N1 Non Unique Default PROGRAM_TYPE_ID