DBA Data[Home] [Help]

APPS.WSMPINVL dependencies on FND_CONCURRENT

Line 102: FND_CONCURRENT.SET_COMPLETION_STATUS('WARNING',o_err_message);

98:
99: EXCEPTION
100: WHEN wsm_worker_failed THEN
101: CONC_STATUS :=
102: FND_CONCURRENT.SET_COMPLETION_STATUS('WARNING',o_err_message);
103: fnd_file.put_line(fnd_file.log,o_err_message);
104:
105: /*BA#IIIP*/
106:

Line 4933: wait := FND_CONCURRENT.WAIT_FOR_REQUEST

4929: /* Wait for the request to finish */
4930: -- modified the parameter passing as non-positional.
4931: -- Bala Balakumar.
4932:
4933: wait := FND_CONCURRENT.WAIT_FOR_REQUEST
4934: (request_id => req_id,
4935: interval => 10, -- 10 seconds interval
4936: max_wait => 36000, -- 10 Hours maximum wait.
4937: phase => phase,