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 5101: wait := FND_CONCURRENT.WAIT_FOR_REQUEST

5097: /* Wait for the request to finish */
5098: -- modified the parameter passing as non-positional.
5099: -- Bala Balakumar.
5100:
5101: wait := FND_CONCURRENT.WAIT_FOR_REQUEST
5102: (request_id => req_id,
5103: interval => 10, -- 10 seconds interval
5104: max_wait => 36000, -- 10 Hours maximum wait.
5105: phase => phase,