BBU for Concern
Overview :
Bulk update the concern details from BBU using BLK_CUST_RELATIONSHIP template.
Validations steps:
- Take the 1k records and divide into 100 records
- Run each 100 records as parallel
- Check below validations 3.1 Check sequence number is unique for all the records 3.2 Parent customer mandatory check 3.3 Child customer mandatory check 3.4 Relationship type must me “CONCERN_MEM“ 3.5 Action should be only INSERT/DELETE/UPDATE 3.6 validations specific to concern
- If step 3 success update the BBU tracker table with completed
- If step3 failed insert into BBU _error table for re-process
Sequence Diagram:
Was this page helpful?