DBA Data[Home] [Help]

APPS.AR_TRX_SUMMARY_PKG dependencies on AR_CMGT_CREDIT_REQUEST_API

Line 412: IF AR_CMGT_CREDIT_REQUEST_API.is_Credit_Management_Installed()

408:
409: COMMIT;
410:
411:
412: IF AR_CMGT_CREDIT_REQUEST_API.is_Credit_Management_Installed()
413: THEN
414:
415: INSERT into ar_trx_summary
416: (CUST_ACCOUNT_ID,

Line 2447: IF ar_cmgt_credit_request_api.is_credit_management_installed

2443: load_trx_bal_summary(t_cust_id);
2444:
2445: /* Check if OCM is installed/setup first before
2446: executing trx_summary functions */
2447: IF ar_cmgt_credit_request_api.is_credit_management_installed
2448: THEN
2449: /* Collect customers for processing (ACTIVE) */
2450: collect_customers(l_max_workers, l_worker_number,
2451: 'ACTIVE', t_cust_id);