POQ_INIT_QUAL_AREAS

POQ_INIT_QUAL_AREAS contains qualification areas included in an initiative. For Qualification type of an initiative, these areas are added to the initiative by the user. For Assessment type of an initiative, these are inherited from the qualification model selected on the initiative.

Details

  • Schema: FUSION

  • Object owner: POQ

  • Object type: TABLE

  • Tablespace: FUSION_TS_TX_DATA

Primary Key

Name Columns

POQ_INIT_QUAL_AREAS_PK

INIT_QUAL_AREA_ID

Columns

Name Datatype Length Precision Not-null Comments
INIT_QUAL_AREA_ID NUMBER 18 Yes System-generated unique identifier.
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.
INITIATIVE_ID NUMBER 18 Yes Unique identifier for initiative.
SYNC_CHECK_FLAG VARCHAR2 1 Flag to indicate if the sync check has passed for this qualification area.
QUAL_AREA_ID NUMBER 18 Yes Unique identifier for the qualification area.
OWNER_ID NUMBER 18 Yes Person id of the Qualification owner.
ORIGINAL_QUAL_AREA_ID NUMBER 18 Yes Original Qualification Area Identifier
EVALUATION_DUE_DATE DATE Qualification Evaluation Due Date.
DISPLAY_SEQUENCE NUMBER 9 Indicates the display sequence of the qualification area added to a qualification kind of initiative.
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.

Foreign Keys

Table Foreign Table Foreign Key Column
POQ_INIT_QUAL_AREAS poq_initiatives INITIATIVE_ID
POQ_INIT_QUAL_AREAS poq_qual_areas_b QUAL_AREA_ID

Indexes

Index Uniqueness Tablespace Columns
POQ_INIT_QUAL_AREAS_PK Unique FUSION_TS_TX_DATA INIT_QUAL_AREA_ID
POQ_INIT_QUAL_AREAS_U1 Unique FUSION_TS_TX_DATA INITIATIVE_ID, QUAL_AREA_ID