CN_SRP_ASSESS_ALL_INT

The CN_SRP_ASSESS_ALL table stores information about participant plan objectives and objectives performance assessments.

Details

  • Schema: FUSION

  • Object owner: FUSION

  • Object type: TABLE

  • Tablespace: INTERFACE

Primary Key

Name Columns

CN_SRP_ASSESS_ALL_INT_PK

SRP_ASSESS_ID, WORKER_ID

Columns

Name Datatype Length Precision Not-null Comments
SRP_ASSESS_ID NUMBER 18 Yes Primart key, The unique identifier for the objectives performance assessment record
SRP_COMP_PLAN_ID NUMBER 18 The unique identifier for the participant plan record.
ORG_ID NUMBER 18 Yes Indicates the identifier of the business unit associated to the row.
PARTICIPANT_ID NUMBER 18 The unique identifier for the participant record.
COMP_PLAN_ID NUMBER 18 Yes The unique identifier for the plan record.
ASSESSMENT_ID NUMBER 18 Yes The objectives performance assessment number.
COMP_PLAN_ASSESS_ID NUMBER 18 Yes The unique identifier for the plan objectives record.
ASSESS_TEMPLATE_ID NUMBER 18 Yes The unique identifier for the objectives template record.
OWNER_ID NUMBER 18 Yes The unique identifier for the current user responsible for performing an objectives assessment.
START_DATE DATE Yes The date on which the objectives assessment period starts.
END_DATE DATE Yes The date on which the objectives assessment period ends.
ASSESS_STATUS VARCHAR2 30 Yes The lookup code that represents the current objectives assessment status, such as not started or pending review.
STATUS VARCHAR2 30 The lookup code that represents whether a transaction, representing the objective assessment performance score, was submitted for transaction collection.
CURRENT_OWNER_TYPE VARCHAR2 30 Yes The code that represents the current owner type, such as participant, manager, or designated owner.
OVERRIDE_SCORE NUMBER The value, provided by the participant manager, used as the participant credit amount in place of the calculated assessment score.
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.
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.
OVERRIDE_JUSTIFICATION VARCHAR2 1000 Text, provided by the participant manager, which describes the justification for overriding the participant calculated assessment score.
WORKER_ID NUMBER Yes Worker Number that will process this row. This worker number will belong between a range depending on the organization of the compensation plan.

Indexes

Index Uniqueness Tablespace Columns
CN_SRP_ASSESS_ALL_INT_U1 Unique Default SRP_ASSESS_ID, WORKER_ID