CN_COMP_PLAN_ASSESS_ALL

The CN_COMP_PLAN_ASSESS_ALL table stores information about the sales objectives for the plan.

Details

  • Schema: FUSION

  • Object owner: CN

  • Object type: TABLE

  • Tablespace: Default

Primary Key

Name Columns

CN_COMP_PLAN_ASSESS_ALL_PK

COMP_PLAN_ASSESS_ID

Columns

Name Datatype Length Precision Not-null Comments
COMP_PLAN_ASSESS_ID NUMBER 18 Yes The unique identifier for the plan sales objectives record.
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.
ORG_ID NUMBER 18 Yes Indicates the identifier of the business unit associated to the row.
COMP_PLAN_ID NUMBER 18 Yes The unique identifier for the plan record.
ASSESS_TEMPLATE_ID NUMBER 18 Yes The unique identifier for the objectives assessment template record.
START_DATE DATE The date on which the objectives assessment period starts.
END_DATE DATE The date on which the objectives assessment period ends.
DUE_DATE DATE The on which the objectives assessment is due.
ELIGIBLE_CATEGORY_ID NUMBER 18 The unique identifier for the credit category record.
ASSESSMENT_DESIGNEE VARCHAR2 30 Yes The lookup code that represents the ownership designation for the assessment, such as the participant and manager, manager, or a specific user.
ASSESSMENT_TYPE VARCHAR2 50 Yes The code that represents the assessment type, such as participant objectives or key sales objectives.
OWNER_ID NUMBER 18 The unique identifier for the key sales objectives assessment owner.
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
CN_COMP_PLAN_ASSESS_ALL_U1 Unique Default COMP_PLAN_ASSESS_ID