CN_TP_PARTICIPANT_CNTS_ALL
This table stores the number of transactions, credits, earnings and measures for a participant in a specific period.
Details
-
Schema: FUSION
-
Object owner: CN
-
Object type: TABLE
-
Tablespace: Default
Primary Key
| Name | Columns |
|---|---|
|
CN_TP_PARTICIPANT_CNTS_AL_PK |
PARTICIPANT_CNT_ID |
Columns
| Name | Datatype | Length | Precision | Not-null | Comments |
|---|---|---|---|---|---|
| PARTICIPANT_CNT_ID | NUMBER | 18 | Yes | Generated from sequence. | |
| SIMULATION_ID | NUMBER | 18 | When executing for a calculation simulation, identifies the simulation associated to the row. | ||
| PARTICIPANT_ID | NUMBER | 18 | Yes | Unique identifier for salesrep. | |
| ORG_ID | NUMBER | 18 | Yes | Indicates the identifier of the business unit associated to the row. | |
| PERIOD_ID | NUMBER | 18 | Period identifier. | ||
| START_DATE | DATE | Period start date. | |||
| END_DATE | DATE | Period end date. | |||
| TXN_CNT | NUMBER | Number of transactions for participant in period. | |||
| CREDIT_CNT | NUMBER | Number of credits for participant in period. | |||
| MSR_CNT | NUMBER | Number of measures for participant in period. | |||
| EARNING_CNT | NUMBER | Number of earnings for participant in period. | |||
| PMT_TXN_CNT | NUMBER | Number of payment transaction records of the participant as per the paybatch pay period. | |||
| EARNING_REVERSALS_CNT | NUMBER | Number of earning reversals for participant in period. | |||
| 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. | ||
| 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_TP_PARTICIPANT_CNTS_N1 | Non Unique | Default | SIMULATION_ID, PARTICIPANT_ID, PERIOD_ID |
| CN_TP_PARTICIPANT_CNTS_N2 | Non Unique | Default | SIMULATION_ID, PARTICIPANT_ID, ORG_ID, START_DATE, END_DATE |
| CN_TP_PARTICIPANT_CNTS_U1 | Unique | Default | PARTICIPANT_CNT_ID |