CN_SRP_RATES_IMPORT_INT

Interface table for Standard import of Participant Rates. The combination of BATCH_ID and INTERFACE_ROW_ID will be unique in the interface table.

Details

  • Schema: FUSION

  • Object owner: CN

  • Object type: TABLE

  • Tablespace: INTERFACE

Columns

Name Datatype Length Precision Not-null Comments
BATCH_ID NUMBER 18 Yes BATCH_ID is a unique identifier generated by import wizard for each run of the job.
FILE_RECORD_NUM NUMBER FILE_RECORD_NUM is used to relate file row to the record in the interface table.
ERROR_MESSAGE VARCHAR2 3000 To record the pl/sql error messages.
IMPORT_STATUS_CODE VARCHAR2 1 IMPORT_STATUS_CODE is a identify if the import to base table was successful or errored out.
FILE_NAME_SYSTASK_ID NUMBER 18 FILE_NAME_SYSTASK_ID is populated by import framework and it identifies each input csv file and it corresponds to the value in mkt_cm_systask table.
INTERFACE_ROW_ID NUMBER 18 Yes INTERFACE_ROW_ID is a unique identifier for the record within a batch.
INTERFACE_STATUS VARCHAR2 1 Identifier for the interface status.
PARTICIPANT_NAME VARCHAR2 360 Indicates the name of the Participant.
PARTY_NUMBER VARCHAR2 30 Party Number associated to the Participant.
PARTY_ID NUMBER 18 Unique identifier of the Party.
EMAIL_ADDRESS VARCHAR2 320 Email address of the Party / Participant.
HR_PERSON_NUMBER VARCHAR2 30 Indicates the HR person number.
BUSINESS_UNIT VARCHAR2 240 Indicates the name of the Business Unit.
IMPORT_LANG VARCHAR2 80 Indicates the code of the language into which the contents of the translatable columns are translated.
COMP_PLAN_NAME VARCHAR2 80 Compensation plan name for which rate will be updated.
PLAN_ASSIGN_START_DATE DATE Start date of the plan assignment.
PLAN_ASSIGN_END_DATE DATE End date of the plan assignment.
PLAN_COMPONENT_NAME VARCHAR2 80 Plan Component name of which rate will be updated.
MEASURE_NAME VARCHAR2 80 Measure name of which scorecard rate will be updated.
RATE_TABLE_NAME VARCHAR2 80 Rate table name of which rate will be updated.
RATE_TABLE_START_DATE DATE Start date of rate table to formula assignment.
RATE_TABLE_END_DATE DATE End date of rate table to formula assignment.
DIM1_NAME VARCHAR2 80 Indicates the name of the first Dimension.
DIM1_TIER VARCHAR2 400 Indicates the tier of the first Dimension.
DIM2_NAME VARCHAR2 400 Indicates the name of the second Dimension.
DIM2_TIER VARCHAR2 400 Indicates the Tier for the second Dimension.
DIM3_NAME VARCHAR2 80 Indicates the Name of the third Dimension.
DIM3_TIER VARCHAR2 400 Indicates the Tier of the third Dimension.
DIM4_NAME VARCHAR2 80 Indicates the Name of the fourth Dimension.
DIM4_TIER VARCHAR2 400 Indicates the Tier of the fourth Dimension.
DIM5_NAME VARCHAR2 80 Indicates the name of the fifth Dimension.
DIM5_TIER VARCHAR2 400 Indicates the Tier of the fifth Dimension.
DIM6_NAME VARCHAR2 80 Indicates the Name of the sixth Dimension.
DIM6_TIER VARCHAR2 400 Indicates the Tier of the sixth Dimension.
DIM7_NAME VARCHAR2 80 Indicates the Name of the seventh Dimension.
DIM7_TIER VARCHAR2 400 Indicates the Tier of the seventh Dimension.
DIM8_NAME VARCHAR2 80 Indicates the Name of the eighth Dimension.
DIM8_TIER VARCHAR2 400 Indicates the Tier of the eighth Dimension.
DIM9_NAME VARCHAR2 80 Indicates the Name of the ninth Dimension.
DIM9_TIER VARCHAR2 400 Indicates the Tier of the ninth Dimension.
DIM10_NAME VARCHAR2 80 Indicates the Name of the tenth Dimension.
DIM10_TIER VARCHAR2 400 Indicates the Tier of the tenth Dimension.
RATE_VALUE NUMBER Indicates the Commission value for the rate.
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.
ORG_ID NUMBER 18 Indicates the identifier of the business unit associated to the row.
PARTICIPANT_ID NUMBER 18 A unique ID to identify a Participant.
COMP_PLAN_ID NUMBER 18 Compensation plan Id for which rate to be updated.
PLAN_COMPONENT_ID NUMBER 18 Plan Component Id for which the rate to be updated.
FORMULA_ID NUMBER 18 Measure/Formula Id for which the rate to be updated.
SRP_COMP_PLAN_ID NUMBER 18 SRP compensation plan id for which the rate to be updated.
RATE_TABLE_ID NUMBER 18 Rate table id corresponding to name given.
SRP_FORM_RATE_TABLE_ID NUMBER 18 Participant formula rate table combination identifier.
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.
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.

Indexes

Index Uniqueness Tablespace Columns
CN_SRP_RATE_IMPORT_INT_U1 Unique Default BATCH_ID, INTERFACE_ROW_ID