CN_SRP_PLAN_APPR_INSTANCES_ALL

This is the table to hold the participant compensation plan approval information.

Details

  • Schema: FUSION

  • Object owner: CN

  • Object type: TABLE

  • Tablespace: APPS_TS_TX_DATA

Primary Key

Name Columns

CN_SRP_PLAN_APPR_INSTANCE_PK

SRP_PLAN_APPR_INSTANCE_ID

Columns

Name Datatype Length Precision Not-null Comments
SRP_PLAN_APPR_INSTANCE_ID NUMBER 18 Yes Srp Plan Approval Instance Identifier - Primary Key
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.
SRP_COMP_PLAN_ID NUMBER 18 Yes Foreign Key to CN_SRP_COMP_PLANS_ALL table
ORG_ID NUMBER 18 Yes Indicates the identifier of the business unit associated to the row.
APPROVAL_STATUS VARCHAR2 30 Yes Approval Status of the Srp Plan Assignment.
PUBLISHED_DATE DATE Date when the plan was published for approval.
WITHDRAWN_DATE DATE Date when the published plan was withdrawn.
ACCEPTED_DATE DATE Date when the published plan was accepted by the sales rep.
CURRENT_ASSIGNEE VARCHAR2 2000 This column represents Current Assignee.
REJECTED_DATE DATE This column represents Rejected Date.
PLAN_REPORT BLOB BI Publisher Report containing the Compensation Plan for the Participant stored as a Blob.
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
CN_SRP_PLAN_APPR_INSTANCES_ALL cn_srp_comp_plans_all SRP_COMP_PLAN_ID
cn_srp_plan_appr_lines_all cn_srp_plan_appr_instances_all SRP_PLAN_APPR_INSTANCE_ID

Indexes

Index Uniqueness Tablespace Columns
CN_SRP_PLAN_APPR_INSTS_ALL_N1 Non Unique Default SRP_COMP_PLAN_ID
CN_SRP_PLAN_APPR_INSTS_ALL_U1 Unique Default SRP_PLAN_APPR_INSTANCE_ID