CN_SRP_GOALS_IMPORT_INT
Interface table for Standard import of Participant Goals. 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 | 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 | Person Number | ||
| BUSINESS_UNIT | VARCHAR2 | 240 | 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. | ||
| MEASURE_NAME | VARCHAR2 | 80 | Name of the Measure | ||
| START_DATE | DATE | Start date of the Period Goal. | |||
| END_DATE | DATE | End date of the Period Goal. | |||
| PERIOD_ID | NUMBER | A unique ID to identify Period | |||
| PERIOD_NAME | VARCHAR2 | 30 | User defined Period Name | ||
| TARGET | NUMBER | Target Amount | |||
| ALT_TARGET_1 | NUMBER | Alternate Target Amount 1 | |||
| ALT_TARGET_2 | NUMBER | Alternate Target Amount 2 | |||
| ALT_TARGET_3 | NUMBER | Alternate Target Amount 3 | |||
| ALT_TARGET_4 | NUMBER | Alternate Target Amount 4 | |||
| ALT_TARGET_5 | NUMBER | Alternate Target Amount 5 | |||
| UNIT_OF_MEASURE | VARCHAR2 | 30 | Unit of Measure | ||
| UPDATE_ALL_OCCURRENCES | VARCHAR2 | 1 | Flag to indicate whether all occurrences of goal are to be updated or not. | ||
| COMP_PLAN_NAME | VARCHAR2 | 80 | Compensation plan name for which goals will be updated. | ||
| PLAN_COMPONENT_NAME | VARCHAR2 | 80 | Plan Component name of which goals will be updated. | ||
| ENFORCE_ASSIGNMENT | VARCHAR2 | 1 | Enforce Assignment flag to identify if all the participant performance measure goals are to be updated or just those matching assignment dates. | ||
| 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 goals to be updated. | ||
| PLAN_COMPONENT_ID | NUMBER | 18 | Plan Component Id for which the goals to be updated. | ||
| FORMULA_ID | NUMBER | Measure/Formula Id for which the goals to be updated. | |||
| GOAL_ID | NUMBER | 18 | Goal Id to be updated. | ||
| SRP_COMP_PLAN_ID | NUMBER | 18 | SRP compensation plan id for which the goal to be updated. | ||
| SRP_PLAN_COMP_ID | NUMBER | 18 | SRP plan component id for which the goal to be updated. | ||
| SRP_PER_GOAL_ID | NUMBER | 18 | The unique key for the participant's period goal | ||
| 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. | |
| 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_srp_goal_import_int_U1 | Unique | Default | BATCH_ID, INTERFACE_ROW_ID |