POQ_QUAL_MODELS

POQ_QUAL_MODELS stores qualification models that group qualification areas used to evaluate a supplier overall. Qualification models 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_MODELS_PK

QUAL_MODEL_ID

Columns

Name Datatype Length Precision Not-null Comments
QUAL_MODEL_ID NUMBER 18 Yes Unique Identifier for qualfication model.
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_MODEL_NAME VARCHAR2 80 Yes Qualification model name or identifier entered by the user.
PRC_BU_ID NUMBER 18 Yes Procurement business unit identifier of the business unit in which the qualification model is created.
REVISION_NUMBER NUMBER 9 Yes Revision number of this qualification model.
ORIGINAL_QUAL_MODEL_ID NUMBER 18 Internal system identifier for the original qualification model.
QUAL_MODEL_DESCRIPTION VARCHAR2 240 A description of the qualification model.
GLOBAL_FLAG VARCHAR2 1 Yes Specifies whether the qualification model is available across all procurement business units.
QUAL_MODEL_USAGE_CODE VARCHAR2 30 A code identifying whether the qualification model is of type CHECKLIST or QUALIFICATION. Possible values are CHECKLIST and QUALIFICATION.
QUAL_MODEL_STATUS VARCHAR2 30 Yes The status of the qualification model.
OWNER_ID NUMBER 18 The person id of the user who is the owner of this qualification model.
QUAL_MODEL_LEVEL VARCHAR2 30 Yes Indicates the level at which the qualification model 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 model for search purposes.
LATEST_REVISION_FLAG VARCHAR2 1 Specifies whether the qualification model is the latest revision.
ACTIVATION_DATE TIMESTAMP The date and time that the question 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 model is enabled for scoring.
AUTO_EVAL_ASSESSMENT_FLAG VARCHAR2 1 Specifies whether or not the qualification model is enabled for automatic assessment evaluation.
SHOW_ASSESSMT_TO_SUPP_FLAG VARCHAR2 1 This flag will default to any new assessment created whether or not to display the assessment to the supplier.
SHOW_ASSESSMENT_QUAL_FLAG VARCHAR2 1 This flag will default to any new assessment created whether or not to display the qualifications on the assessment to the supplier.
NOTE_TO_SUPPLIER VARCHAR2 1000 The note to supplier will default to an assessment when the assessment is created.
DEFAULT_ASSESSMT_OWNER_FLAG VARCHAR2 1 Specifies whether or not the assessment owner gets defaulted from qualification model owner.
SOURCING_ELIGIBLE_FLAG VARCHAR2 1 Indicates whether the model is used for enabling sourcing eligibility.
SOURCING_SHARE_ELIG_FLAG VARCHAR2 1 Indicates whether the model is used for sharing sourcing eligibility with other business units. The sourcing eligibility will be set at the supplier.
ASSESSMENT_OWNER_ID NUMBER 18 The person id of the user who is the owner of assessments created using this qualification model.
REASSESS_QUALIFICATION_FLAG VARCHAR2 1 This flag will default to any new assessment created as to whether or not to reassess the assessment based upon a new active 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.

Foreign Keys

Table Foreign Table Foreign Key Column
poq_qual_model_bu_accesses poq_qual_models QUAL_MODEL_ID
poq_assessments poq_qual_models QUAL_MODEL_ID
poq_initiatives poq_qual_models QUAL_MODEL_ID
poq_qual_model_areas poq_qual_models QUAL_MODEL_ID
poq_qual_model_outcomes poq_qual_models QUAL_MODEL_ID

Indexes

Index Uniqueness Tablespace Columns Status
POQ_QUAL_MODELS_N1 Non Unique Default ORIGINAL_QUAL_MODEL_ID
POQ_QUAL_MODELS_N2 Non Unique Default UPPER("QUAL_MODEL_NAME"), PRC_BU_ID, REVISION_NUMBER, QUAL_MODEL_USAGE_CODE
POQ_QUAL_MODELS_PK Unique Default QUAL_MODEL_ID
POQ_QUAL_MODELS_U1 Unique Default UPPER("QUAL_MODEL_NAME"), PRC_BU_ID, REVISION_NUMBER Obsolete