POQ_QUAL_AREAS

POQ_QUAL_AREAS stores qualification areas that group related questions used to evaluate a supplier. Qualification areas are owned by a procurement business unit and are revision controlled.

Details

  • Schema: FUSION

  • Object owner: POQ

  • Object type: TABLE

  • Tablespace: FUSION_TS_TX_DATA

Primary Key

Name Columns

POQ_QUAL_AREAS_PK

QUAL_AREA_ID

Columns

Name Datatype Length Precision Not-null Comments
QUAL_AREA_ID NUMBER 18 Yes Internal system identifier for a qualification area.
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.
QUAL_AREA_NAME VARCHAR2 80 Yes Qualification area name or identifier entered by the user.
PRC_BU_ID NUMBER 18 Yes Owning procurement business unit id associated with the qualification area.
REVISION_NUMBER NUMBER 9 Yes Revision number of this qualification area.
ORIGINAL_QUAL_AREA_ID NUMBER 18 Internal system identifier for the original qualification area.
QUAL_AREA_DESCRIPTION VARCHAR2 240 A description of the qualification area.
GLOBAL_FLAG VARCHAR2 1 Yes Specifies whether the qualification area is available across all procurement business units.
QUAL_AREA_STATUS VARCHAR2 30 Yes The status of the qualification area.
QUAL_AREA_USAGE_CODE VARCHAR2 30 A code identifying whether the qualification area is of type prerequisite, checklist or a regular one i.e., qualification. Possible values are PREREQUISITE, CHECKLIST and QUALIFICATION. The system validates against the FND_LOOKUP for ORA_POQ_ENTITY_CHECKLIST_USAGE.
OWNER_ID NUMBER 18 The person id of the user who is the owner of this qualification area.
INFORMATION_ONLY_FLAG VARCHAR2 1 Specifies whether the qualification area is for information only.
QUAL_AREA_LEVEL VARCHAR2 30 Yes Indicates the level at which the qualification area can be used. Possible values are 'Supplier or supplier site' or 'Supplier site only'.
STDS_ORG_CODE VARCHAR2 30 A code identifying the standards organization designated as the source of this requirement.
SUBJECT_CODE VARCHAR2 30 A code identifying a subject to be associated with the qualification area for search purposes.
LATEST_REVISION_FLAG VARCHAR2 1 Specifies whether the qualification area is the latest revision.
ACTIVATION_DATE TIMESTAMP The date and time that the qualification area was activated.
EXPIRATION_REMINDER_PERIOD NUMBER 3 Value of the expiration reminder duration.
EXPIRATION_REMINDER_TYPE VARCHAR2 30 Type of expiration reminder duration.
ENABLE_SCORING_FLAG VARCHAR2 1 Specifies whether or not the qualification area is enabled for scoring.
AUTO_ACCEPT_RESPONSES_FLAG VARCHAR2 1 Specifies whether to accept questionnaire responses automatically.
AUTO_POPULATE_RESPONSES_FLAG VARCHAR2 1 Specifies whether to default responses from the response repository.
AUTO_EVALUATE_QUAL_FLAG VARCHAR2 1 Specifies whether to evaluate qualifications automatically.
QUALIFICATION_DURATION NUMBER 9 The value of the qualification duration.
QUALIFICATION_DURATION_TYPE VARCHAR2 30 The type of qualification duration such as days, weeks, or months.
SHOW_QUAL_TO_SUPPLIER_FLAG VARCHAR2 1 This flag will default to any new qualification created whether or not to display the qualification to the supplier.
SHOW_QUAL_SUPP_RESP_FLAG VARCHAR2 1 This flag will default to any new qualification created whether or not to display responses to questions with supplier responder type.
SHOW_QUAL_INTER_RESP_FLAG VARCHAR2 1 This flag will default to any new qualification created whether or not to display responses to questions with internal responder type.
NOTE_TO_SUPPLIER VARCHAR2 1000 The note to supplier will default to any new qualification.
REQUALIFY_EXPIRATION_FLAG VARCHAR2 1 This flag will default to any new qualification created whether or not to requalify the qualification based upon the expiration date and expiration period.
REQUALIFY_RESPONSE_FLAG VARCHAR2 1 This flag will default to any new qualification created as to whether or not to requalify the qualification based upon a new response on the qualification.
DEFAULT_QUAL_OWNER_FLAG VARCHAR2 1 Specifies whether or not the qualification owner gets defaulted from the qualification area owner.
SINGLE_QUAL_AUTO_INIT_FLAG VARCHAR2 1 Specifies whether or not the an initiative with a single qualification would be created as part of the automatic initiative creation.
QUALIFICATION_OWNER_ID NUMBER 18 The person id of the user who is the owner of qualifications created using this qualification area.
QUAL_AREA_SURVEY_FLAG VARCHAR2 1 Yes This flag will determine whether this is a survey qualification area or not. When selected, this will allow responses for multiple internal responders to be used for evaluation of the qualification.
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.

Indexes

Index Uniqueness Tablespace Columns
POQ_QUAL_AREAS_N1 Non Unique Default ORIGINAL_QUAL_AREA_ID
POQ_QUAL_AREAS_PK Unique FUSION_TS_TX_DATA QUAL_AREA_ID
POQ_QUAL_AREAS_U1 Unique FUSION_TS_TX_DATA UPPER("QUAL_AREA_NAME"), PRC_BU_ID, REVISION_NUMBER