DBA Data[Home] [Help]

APPS.CSTPPACQ dependencies on FND_CONCURRENT

Line 5766: CONC_STATUS := fnd_concurrent.set_completion_status ('ERROR','CST_INVALID_EXCEPTION');

5762: fnd_file.put_line(fnd_file.log,'Exception occured in Acquisition_cost_adj_processor : ' || l_err_code || ' ' || l_err_msg);
5763:
5764: ROLLBACK;
5765:
5766: CONC_STATUS := fnd_concurrent.set_completion_status ('ERROR','CST_INVALID_EXCEPTION');
5767: return;
5768:
5769: END Acquisition_cost_adj_processor;
5770: