DBA Data[Home] [Help]

APPS.AR_CALC_LATE_CHARGE dependencies on AR_LATE_CHARGE_PKG

Line 6800: ar_late_charge_pkg.ordonancer_per_worker

6796:
6797: /* If the program is run in Final Mode, invoke the api call so that the final
6798: documents are created in AR */
6799: IF l_mode = 'F' THEN
6800: ar_late_charge_pkg.ordonancer_per_worker
6801: ( p_worker_num => l_worker_number,
6802: p_request_id => l_request_id);
6803: COMMIT;
6804: END IF;