SVC_COMPETENCIES

A Competency is a reference to an LOV that must exist in Fusion (eg. Product, Category, Language, Region, Severity, so on). Some Competencies can have one LOV, some can have a parent-child combination of 2 LOVs. That means some competencies are codependent and some can be independent.

Details

  • Schema: FUSION

  • Object owner: SVC

  • Object type: TABLE

  • Tablespace: REFERENCE

Primary Key

Name Columns

SVC_COMPETENCIES_PK

COMPETENCY_ID

Columns

Name Datatype Length Precision Not-null Comments
COMPETENCY_ID NUMBER 18 Yes Auto-generated number and primary key for this table.
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.
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.
COMPETENCY_NAME VARCHAR2 400 Yes Name of the competency, e.g., Product, Category, Language, Region, and Severity.
COMPETENCY_NUMBER VARCHAR2 30 Yes Public unique identifier for Competency.
ORIGINAL_SYSTEM_REFERENCE VARCHAR2 255 Specifies the original system reference if the record was imported.
DELETED_FLAG VARCHAR2 1 Yes Indicates whether this competency is logically deleted (Y or N).
PARENT_COMPETENCY_ID NUMBER 18 The identifier of the codependent competency.
CAN_HAVE_PROFICIENCY_FLAG VARCHAR2 1 Yes Indicates whether the competency can have a proficiency (Y or N).
PRIORITY NUMBER 5 Yes Specifies the order in which the competencies should be relaxed.
CAN_BE_RELAXED_FLAG VARCHAR2 1 Yes Indicates whether the competency can be relaxed (Y or N).
DATA_SOURCE VARCHAR2 400 Yes Path to the entity object or the name of the standard lookup.
DATA_ATTRIBUTE VARCHAR2 400 Yes Indicates which attribute from the source contains the competency value that we will store in the skill.
DATA_DISPLAY_ATTRIBUTES VARCHAR2 400 Indicates which attributes from the source contains the competency details that we will display to the customer.
PARENT_FILTER VARCHAR2 400 The name of the filter to be used to display only some competencies values based on the value selected in the parent competency.
WORK_OBJECT_ATTRIBUTE VARCHAR2 64 Yes Identifier of the work object field name.
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.
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
SVC_COMPETENCIES svc_competencies PARENT_COMPETENCY_ID
SVC_COMPETENCIES svc_work_object_attrs WORK_OBJECT_ATTRIBUTE_ID
SVC_COMPETENCIES svc_work_object_attrs WORK_OBJECT_ATTRIBUTE
svc_skill_competencies svc_competencies COMPETENCY_ID
svc_competencies svc_competencies PARENT_COMPETENCY_ID
svc_template_competencies svc_competencies COMPETENCY_ID

Indexes

Index Uniqueness Tablespace Columns
SVC_COMPETENCIES_PK Unique Default COMPETENCY_ID, ORA_SEED_SET1
SVC_COMPETENCIES_PK1 Unique Default COMPETENCY_ID, ORA_SEED_SET2
SVC_COMPETENCIES_U1 Unique Default COMPETENCY_NAME, ORA_SEED_SET1
SVC_COMPETENCIES_U11 Unique Default COMPETENCY_NAME, ORA_SEED_SET2
SVC_COMPETENCIES_U2 Unique Default COMPETENCY_NUMBER, ORA_SEED_SET1
SVC_COMPETENCIES_U21 Unique Default COMPETENCY_NUMBER, ORA_SEED_SET2
SVC_COMPETENCIES_U3 Unique Default NVL("ORIGINAL_SYSTEM_REFERENCE",(TO_CHAR("COMPETENCY_ID"))), ORA_SEED_SET1
SVC_COMPETENCIES_U31 Unique Default NVL("ORIGINAL_SYSTEM_REFERENCE",(TO_CHAR("COMPETENCY_ID"))), ORA_SEED_SET2
SVC_COMPETENCIES_U4 Unique Default NVL((TO_CHAR("PARENT_COMPETENCY_ID")),"COMPETENCY_NUMBER"), ORA_SEED_SET1
SVC_COMPETENCIES_U41 Unique Default NVL((TO_CHAR("PARENT_COMPETENCY_ID")),"COMPETENCY_NUMBER"), ORA_SEED_SET2
SVC_COMPETENCIES_U5 Unique Default PRIORITY, ORA_SEED_SET1
SVC_COMPETENCIES_U51 Unique Default PRIORITY, ORA_SEED_SET2
SVC_COMPETENCIES_U6 Unique Default WORK_OBJECT_ATTRIBUTE, ORA_SEED_SET1
SVC_COMPETENCIES_U61 Unique Default WORK_OBJECT_ATTRIBUTE, ORA_SEED_SET2