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_

LAST_UPDATE_DATE, LAST_UPDATED_BY, 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 Who column: indicates the date and time of the creation of the row.
CREATED_BY VARCHAR2 64 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 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 Name of the competency, e.g., Product, Category, Language, Region, and Severity.
COMPETENCY_NUMBER VARCHAR2 30 Public unique identifier for Competency.
ORIGINAL_SYSTEM_REFERENCE VARCHAR2 255 Specifies the original system reference if the record was imported.
DELETED_FLAG VARCHAR2 1 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 Indicates whether the competency can have a proficiency (Y or N).
PRIORITY NUMBER 5 Specifies the order in which the competencies should be relaxed.
CAN_BE_RELAXED_FLAG VARCHAR2 1 Indicates whether the competency can be relaxed (Y or N).
DATA_SOURCE VARCHAR2 400 Path to the entity object or the name of the standard lookup.
DATA_ATTRIBUTE VARCHAR2 400 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.
AUDIT_ACTION_TYPE_ VARCHAR2 10 Action Type - have values like INSERT, UPDATE and DELETE.
AUDIT_CHANGE_BIT_MAP_ VARCHAR2 1000 Used to store a bit map of 1s and 0s for each column in the table.
AUDIT_IMPERSONATOR_ VARCHAR2 64 Stores the Original Impersonator User.

Indexes

Index Uniqueness Tablespace Columns
SVC_COMPETENCIESN1_ Non Unique Default COMPETENCY_ID, LAST_UPDATE_DATE
SVC_COMPETENCIES_N2_ Non Unique Default AUDIT_ACTION_TYPE_
SVC_COMPETENCIES_PK_ Unique Default LAST_UPDATE_DATE, LAST_UPDATED_BY, COMPETENCY_ID
SVC_COMPETENCIES_U1_ Unique Default LAST_UPDATE_DATE, LAST_UPDATED_BY, COMPETENCY_NAME
SVC_COMPETENCIES_U2_ Unique Default LAST_UPDATE_DATE, LAST_UPDATED_BY, COMPETENCY_NUMBER
SVC_COMPETENCIES_U3_ Unique Default LAST_UPDATE_DATE, LAST_UPDATED_BY, NVL("ORIGINAL_SYSTEM_REFERENCE",TO_CHAR("COMPETENCY_ID"))
SVC_COMPETENCIES_U4_ Unique Default LAST_UPDATE_DATE, LAST_UPDATED_BY, NVL(TO_CHAR("PARENT_COMPETENCY_ID"),"COMPETENCY_NUMBER")
SVC_COMPETENCIES_U5_ Unique Default LAST_UPDATE_DATE, LAST_UPDATED_BY, PRIORITY
SVC_COMPETENCIES_U6_ Unique Default LAST_UPDATE_DATE, LAST_UPDATED_BY, WORK_OBJECT_ATTRIBUTE