CN_TP_PARTICIPANT_PAY_ALL_

CN_TP_PARTICIPANT_PAY_ALL contains details of payment transactions of salesrep.

Details

  • Schema: FUSION

  • Object owner: CN

  • Object type: TABLE

  • Tablespace: Default

Primary Key

Name Columns

CN_TP_PARTICIPANT_PAY_ALL_PK_

LAST_UPDATE_DATE, LAST_UPDATED_BY, PARTICIPANT_PAY_ID

Columns

Name Datatype Length Precision Not-null Comments
PAYRUN_ID NUMBER 18 Foriegn Key to Payruns table .
MANUAL_ADJ_REASON_CODE VARCHAR2 30 This column store the lookup code describing the reason for manual adjustment
HOLD_FLAG VARCHAR2 1 Hold Flag
SOURCE_EARNING_ID NUMBER 18 SOURCE_EARNING_ID
PAY_TO_HOME_CURR_CNVRT NUMBER PAYMENT TO HOME CURR CONVERSION RATE
PAY_AMT_PAY_CURR NUMBER PAYMENT AMOUNT IN PAYMENT CURRENCY
PAY_TO_FUNC_CURR_CNVRT NUMBER PAYMENT TO FUNCTIONAL CURR CONVERT RATE
PAY_AMT_HOME_CURR NUMBER PAYMENT AMOUNT IN HOME CURRENCY
HOME_CURRENCY_CODE VARCHAR2 15 Home currency code
PAY_CURRENCY_CODE VARCHAR2 20 Payment currency code
COMMISSION_VALUE NUMBER Commission rate or value
PAYEE_PARTICIPANT_ID NUMBER 18 Payee Participant ID
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.
CREDITED_PARTICIPANT_ID NUMBER 18 Credited Participant ID
PAYEE_EMPLOYEE_NUMBER VARCHAR2 30 Payee Employee ID
CREDITED_EMPLOYEE_NUMBER VARCHAR2 30 Credit Employee ID
SOURCE_EVENT_DATE DATE Source Event Date
PAY_PERIOD_ID NUMBER 18 Pay Period ID
PAY_AMT_FUNC_CURR NUMBER Payment Amount in functional currency
SOURCE_TYPE VARCHAR2 30 Source Type
PARTICIPANT_PAY_ID NUMBER 18 Yes Primary Key
SOURCE_TRX_NUMBER VARCHAR2 30 Source Transaction number
SOURCE_ORG_ID NUMBER 18 Source Org ID
EARNING_ID NUMBER 18 Earning Id.FK To Earnings table
OBJECT_STATUS VARCHAR2 30 Object Status
ADJUST_STATUS VARCHAR2 20 Adjust Status
ADJUST_COMMENTS VARCHAR2 1000 Adjust comments
ORG_ID NUMBER 18 Indicates the identifier of the business unit associated to the row.
PLAN_COMPONENT_ID NUMBER 18 Plan Component ID
SRP_PLAN_ASSIGN_ID NUMBER 18 Participant Plan Assign ID
ROLE_ID NUMBER 18 Role ID
RECOVERABLE_FLAG VARCHAR2 1 Recoverable Flag
WAIVE_FLAG VARCHAR2 1 Waive Flag
INCENTIVE_TYPE_CODE VARCHAR2 30 Incentive Type Code
CREDIT_TYPE_ID NUMBER 18 Credit Type Id
EXPENSE_CCID NUMBER 18 Expense Code
LIABILITY_CCID NUMBER 18 Liabilty Code
PAY_ELEMENT_TYPE_ID NUMBER 18 Pay element Type ID
TRANSACTION_TYPE VARCHAR2 30 Transaction type,identifying the source of the transaction.
CREATED_BY VARCHAR2 64 Who column: indicates the user who created the row.
COMM_AMT_CALC_CURR NUMBER Earning amount in calculation currency
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.
ATTRIBUTE_CATEGORY VARCHAR2 30 Descriptive Flexfield: structure definition of the user descriptive flexfield.
ATTRIBUTE1 VARCHAR2 240 Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE2 VARCHAR2 240 Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE3 VARCHAR2 240 Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE4 VARCHAR2 240 Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE5 VARCHAR2 240 Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE6 VARCHAR2 240 Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE7 VARCHAR2 240 Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE8 VARCHAR2 240 Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE9 VARCHAR2 240 Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE10 VARCHAR2 240 Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE11 VARCHAR2 240 Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE12 VARCHAR2 240 Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE13 VARCHAR2 240 Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE14 VARCHAR2 240 Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE15 VARCHAR2 20 Descriptive Flexfield: segment of the user descriptive flexfield.
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.
WORKER_ID NUMBER 18 Enterprise Service Scheduler: indicates the worker ID of the job that created or last updated the row.
REQUEST_ID NUMBER 18 Enterprise Service Scheduler: indicates the request ID of the job that created or last updated the row.
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_TP_PARTICIPANT_PAYN1_ Non Unique Default PARTICIPANT_PAY_ID, LAST_UPDATE_DATE
CN_TP_PARTICIPANT_PAY_U1_ Unique Default LAST_UPDATE_DATE, LAST_UPDATED_BY, PARTICIPANT_PAY_ID
CN_TP_PARTICIPANT_PAY_U2_ Unique Default LAST_UPDATED_BY, PARTICIPANT_PAY_ID, LAST_UPDATE_DATE