DBA Data[Home] [Help]

APPS.AR_CALC_LATE_CHARGE dependencies on AR_LATE_CHARGE_PKG

Line 7318: ar_late_charge_pkg.ordonancer_per_worker

7314:
7315: /* If the program is run in Final Mode, invoke the api call so that the final
7316: documents are created in AR */
7317: IF l_mode = 'F' AND l_err_flag = FALSE THEN
7318: ar_late_charge_pkg.ordonancer_per_worker
7319: ( p_worker_num => l_worker_number,
7320: p_request_id => l_request_id);
7321: COMMIT;
7322: END IF;