CN_SRP_PARTICIPANTS_ALL_

This table stores Participant and Analyst information.

Details

  • Schema: FUSION

  • Object owner: CN

  • Object type: TABLE

  • Tablespace: FUSION_TS_TX_DATA

Primary Key

Name Columns

CN_SRP_PARTICIPANTS_ALL_PK_

LAST_UPDATE_DATE, LAST_UPDATED_BY, PARTICIPANT_ID

Columns

Name Datatype Length Precision Not-null Comments
PARTICIPANT_ID NUMBER 18 Yes System generated primary key
ATTRIBUTE_NUMBER1 NUMBER Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE_NUMBER2 NUMBER Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE_NUMBER3 NUMBER Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE_NUMBER4 NUMBER Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE_NUMBER5 NUMBER Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE_NUMBER6 NUMBER Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE_NUMBER7 NUMBER Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE_NUMBER8 NUMBER Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE_NUMBER9 NUMBER Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE_NUMBER10 NUMBER Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE_DATE1 DATE Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE_DATE2 DATE Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE_DATE3 DATE Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE_DATE4 DATE Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE_DATE5 DATE Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE_DATE6 DATE Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE_DATE7 DATE Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE_DATE8 DATE Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE_DATE9 DATE Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE_DATE10 DATE Descriptive Flexfield: segment of the user descriptive flexfield.
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.
PARTICIPANT_NAME VARCHAR2 360 Participant Name
PARTICIPANT_TYPE VARCHAR2 60 Participant Type
PARTY_ID NUMBER 18 Party Identifier
PARTY_NUMBER VARCHAR2 30 Party Number
PARTICIPANT_LAST_NAME VARCHAR2 150 Participant Last Name
PARTICIPANT_FIRST_NAME VARCHAR2 150 Participant Last Name
HR_PERSON_NUMBER VARCHAR2 30 HR Person Number
HR_PRIMARY_WORKER_NUMBER VARCHAR2 30 Employee Number
START_DATE DATE Participant start date governs assignment start date.
END_DATE DATE Participant End Date. This date may be the Participant employment termination date.
ACTIVE_FLAG VARCHAR2 1 Active or Inactive Indicator
ANALYST_ID NUMBER 18 Compensation Analyst Identifier
ORG_ID NUMBER 18 Indicates the identifier of the business unit associated to the row.
COMPENSATION_END_DATE DATE The date upto which the Participant may be paid even if he is no longer an active Participant.
HOLD_PAYMENT_FLAG VARCHAR2 1 Hold Payment Indicator will contain Y/N.
HOLD_REASON VARCHAR2 30 Reason for hold.
PAYEE_ONLY VARCHAR2 1 This flag indicates if the Participant can only be setup as an alternate Payee.
DISPLAY_IDENTIFIER VARCHAR2 60 Display Identifier
SOURCE_SYSTEM VARCHAR2 60 System from where this record originated.
SOURCE_SYSTEM_ID VARCHAR2 60 Primary Key of the record in the Source System.
ATTRIBUTE_CATEGORY VARCHAR2 30 Descriptive Flexfield: structure definition of the user descriptive flexfield.
ATTRIBUTE1 VARCHAR2 150 Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE2 VARCHAR2 150 Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE3 VARCHAR2 150 Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE4 VARCHAR2 150 Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE5 VARCHAR2 150 Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE6 VARCHAR2 150 Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE7 VARCHAR2 150 Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE8 VARCHAR2 150 Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE9 VARCHAR2 150 Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE10 VARCHAR2 150 Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE11 VARCHAR2 150 Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE12 VARCHAR2 150 Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE13 VARCHAR2 150 Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE14 VARCHAR2 150 Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE15 VARCHAR2 150 Descriptive Flexfield: segment of the user descriptive flexfield.
CREATED_BY VARCHAR2 64 Who column: indicates the user who created the row.
CREATION_DATE TIMESTAMP 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.
USER_GUID VARCHAR2 64 User Identifier
REQUEST_ID NUMBER 18 Enterprise Service Scheduler: indicates the request ID of the job that created or last updated the row.
JOB_DEFINITION_NAME VARCHAR2 100 Enterprise Service Scheduler: indicates the name of the job that created or last updated the row.
JOB_DEFINITION_PACKAGE VARCHAR2 900 Enterprise Service Scheduler: indicates the package name of the job that created or last updated the row.
CLASSIFY_BATCH_NUMBER NUMBER 18 Specify a batch number for running classification
CREDITING_BATCH_NUMBER NUMBER 18 Specify a batch number for running crediting
ROLLUP_BATCH_NUMBER NUMBER 18 Specify a batch number for running rollup
CALC_BATCH_NUMBER NUMBER 18 Specify a batch number for running calculation
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 Original Impersonator User.

Indexes

Index Uniqueness Tablespace Columns
CN_SRP_PARTICIPANTS_ALLN1_ Non Unique Default PARTICIPANT_ID, LAST_UPDATE_DATE
CN_SRP_PARTICIPANTS_PK_ Unique Default LAST_UPDATE_DATE, LAST_UPDATED_BY, PARTICIPANT_ID