Skip to main content

BBU for Concern

Overview :

Bulk update the concern details from BBU using BLK_CUST_RELATIONSHIP template.

Validations steps:

  1. Take the 1k records and divide into 100 records
  2. Run each 100 records as parallel
  3. 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
  4. If step 3 success update the BBU tracker table with completed
  5. If step3 failed insert into BBU _error table for re-process

Sequence Diagram:

Was this page helpful?