CN_SRP_PAY_GROUPS_ALL

CN_SRP_PAY_GROUPS contains information about the payment group each salesperson is assigned to. At any time a salesperson can have only one assigned payment group. Date effective range can be specified for each pay group assignment to a salesperson

Details

  • Schema: FUSION

  • Object owner: CN

  • Object type: TABLE

  • Tablespace: FUSION_TS_TX_DATA

Primary Key

Name Columns

CN_SRP_PAY_GROUPS_ALL_PK

SRP_PAY_GROUP_ID, ORG_ID

Columns

Name Datatype Length Precision Not-null Comments Status
ORG_ID NUMBER 18 Yes Indicates the identifier of the business unit associated to the row.
SRP_PAY_GROUP_ID NUMBER 18 Yes Salesperson Pay Group Identifier Active
SALESREP_ID NUMBER 18 Yes Salesperson Identifier Active
PAY_GROUP_ID NUMBER 18 Yes Paygroup Identifier Active
START_DATE DATE Yes Start date of a paygroup assignment to salesperson Active
END_DATE DATE End date of a paygroup assignment to salesperson Active
ATTRIBUTE_CATEGORY VARCHAR2 30 Descriptive Flexfield: structure definition of the user descriptive flexfield. Active
ATTRIBUTE1 VARCHAR2 150 Descriptive Flexfield: segment of the user descriptive flexfield. Active
ATTRIBUTE2 VARCHAR2 150 Descriptive Flexfield: segment of the user descriptive flexfield. Active
ATTRIBUTE3 VARCHAR2 150 Descriptive Flexfield: segment of the user descriptive flexfield. Active
ATTRIBUTE4 VARCHAR2 150 Descriptive Flexfield: segment of the user descriptive flexfield. Active
ATTRIBUTE5 VARCHAR2 150 Descriptive Flexfield: segment of the user descriptive flexfield. Active
ATTRIBUTE6 VARCHAR2 150 Descriptive Flexfield: segment of the user descriptive flexfield. Active
ATTRIBUTE7 VARCHAR2 150 Descriptive Flexfield: segment of the user descriptive flexfield. Active
ATTRIBUTE8 VARCHAR2 150 Descriptive Flexfield: segment of the user descriptive flexfield. Active
ATTRIBUTE9 VARCHAR2 150 Descriptive Flexfield: segment of the user descriptive flexfield. Active
ATTRIBUTE10 VARCHAR2 150 Descriptive Flexfield: segment of the user descriptive flexfield. Active
ATTRIBUTE11 VARCHAR2 150 Descriptive Flexfield: segment of the user descriptive flexfield. Active
ATTRIBUTE12 VARCHAR2 150 Descriptive Flexfield: segment of the user descriptive flexfield. Active
ATTRIBUTE13 VARCHAR2 150 Descriptive Flexfield: segment of the user descriptive flexfield. Active
ATTRIBUTE14 VARCHAR2 150 Descriptive Flexfield: segment of the user descriptive flexfield. Active
ATTRIBUTE15 VARCHAR2 150 Descriptive Flexfield: segment of the user descriptive flexfield. Active
CREATED_BY VARCHAR2 64 Yes Who column: indicates the user who created the row. Active
CREATION_DATE TIMESTAMP Yes Who column: indicates the date and time of the creation of the row. Active
LAST_UPDATE_LOGIN VARCHAR2 32 Who column: indicates the session login associated to the user who last updated the row. Active
LAST_UPDATE_DATE TIMESTAMP Yes Who column: indicates the date and time of the last update of the row. Active
LAST_UPDATED_BY VARCHAR2 64 Yes Who column: indicates the user who last updated the row. Active
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. Active
LOCK_FLAG VARCHAR2 1 Yes This column is used for locking purpose. Active
ROLE_PAY_GROUP_ID NUMBER 18 Role pay group identifier Active
SRP_ROLE_ID NUMBER 18 Salesrep to Role relationship identifier Active

Foreign Keys

Table Foreign Table Foreign Key Column
CN_SRP_PAY_GROUPS_ALL cn_srp_participants_all SALESREP_ID
CN_SRP_PAY_GROUPS_ALL cn_role_pay_groups_all ROLE_PAY_GROUP_ID
CN_SRP_PAY_GROUPS_ALL cn_participant_roles SRP_ROLE_ID
CN_SRP_PAY_GROUPS_ALL cn_pay_groups_all_b PAY_GROUP_ID

Indexes

Index Uniqueness Tablespace Columns Status
CN_SRP_PAY_GROUPS_N1 Non Unique FUSION_TS_TX_IDX PAY_GROUP_ID, ORG_ID Active
CN_SRP_PAY_GROUPS_U1 Unique FUSION_TS_TX_IDX SRP_PAY_GROUP_ID, ORG_ID Active
CN_SRP_PAY_GROUPS_U2 Unique FUSION_TS_TX_IDX SALESREP_ID, PAY_GROUP_ID, START_DATE, END_DATE Active