DBA Data[Home] [Help]

APPS.CSTPPACQ dependencies on FND_CONCURRENT

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

5450: fnd_file.put_line(fnd_file.log,'Exception occured in Acquisition_cost_adj_processor : ' || l_err_code || ' ' || l_err_msg);
5451:
5452: ROLLBACK;
5453:
5454: CONC_STATUS := fnd_concurrent.set_completion_status ('ERROR','CST_INVALID_EXCEPTION');
5455: return;
5456:
5457: END Acquisition_cost_adj_processor;
5458: