C.1.1 Mapping the Transaction Statuses and Transaction Outcomes
After you provide the new transaction status and outcome in step 4, you need to map the values in the required tables to update the value on the PMF page.
To update the status on the PMF page, populate the following status in the Config schema:
- Run
select * from AAI_WF_STATUS_B t where t.v_app_package_id = 'OFS_SAC'andselect * from AAI_WF_STATUS_TL where t.v_app_package_id = 'OFS_SAC'queries. - In the
AAI_WF_STATUS_Btable, populate a unique entry in thev_status_idcolumn for each new status and map the same entry in theAAI_WF_STATUS_TLtable for a column. For example, populate the entryOFS_SACin thev_app_package_idcolumn. - When you map the new status, it
appears on the PMF page.
- Ensure that data is provided in all required columns in the
AAI_WF_STATUS_TLtable. - When doing the mapping in any other configuration tables, ensure that you
provide the same status that is mentioned in the
v_status_namecolumn in theAAI_WF_STATUS_TLtable.
- Ensure that data is provided in all required columns in the
To update the outcome on the PMF page, populate the following status in the Config schema:
- Run the
select * from AAI_WF_OUTCOME_B tand where t.v_app_package_id = 'OFS_SAC' queries. - In the
AAI_WF_OUTCOME_Btable, populate a unique outcome ID in the v_outcome_id column for each new status and map the same entry in theAAI_WF_OUTCOME_TLtable.- Ensure that data is provided in all required columns in the
AAI_WF_OUTCOME_TLtable. - When doing the mapping in any other configuration tables, ensure that you
provide the same status that is mentioned in the
AAI_WF_OUTCOME_TLtable. - After you complete the above steps, refresh the application and web servers.
- Ensure that data is provided in all required columns in the