Incremental T2Ts
Incremental T2Ts are introduced to support the incremental load of data for a particular
MIS date. For loading the incremental T2Ts, follow these steps:
- Verify the REV_LOAD_RUN_MAP_SETUP table for the seeded data.
- Generate the Load Run ID.
- Seeded Batch: <infodom>_DM_REGISTER_LOAD_RUN
- Input: Load Run Name, Load Purpose, Load Type
- Output: generates Load Run ID in REV_LOAD_RUN_MASTER table
- Register the Load.
- Seeded Batch:<infodom>_DM_REGISTER_LOAD_DETAILS
- Input: Stage Table Name, Load Run ID, Load Run Name, Type Of Load
- Output: REV_LOAD_RUN_DETAILS
- Load Data to stage table with generated Load Run ID.
- Execute the batch to load the data to the FSI_ACCOUNT_LOAD_RUN_MAP
table:
- Seeded Batch:<infodom>_DM_POP_LOAD_RUN_MAP
- Input: STAGE_TABLE_NAME, LOAD_RUN_ID, LOAD_RUN_NAME
- Output: FSI_ACCOUNT_LOAD_RUN_MAP
- Execute the incremental T2T to load the data into the processing table.
- Input: FSI_ACCOUNT_LOAD_RUN_MAP, Stage Table
- Output: Processing Table
- Mark the load manually as completed by updating the REV_LOAD_RUN_MASTER table.