DBA Data[Home] [Help]

APPS.HRI_BPL_FAST_FORMULA dependencies on FND_CONCURRENT

Line 241: -- Return value from call to fnd_concurrent.set_completion_status

237: --
238: --
239: PROCEDURE handle_exit_exception IS
240: --
241: -- Return value from call to fnd_concurrent.set_completion_status
242: --
243: l_success BOOLEAN DEFAULT FALSE;
244: --
245: BEGIN

Line 255: l_success := fnd_concurrent.set_completion_status (

251: -- Set process status to 'WARNING' if there has been an error
252: -- rather than 'ERROR', so that this process failing does not stop
253: -- the entire request set.
254: --
255: l_success := fnd_concurrent.set_completion_status (
256: 'WARNING'
257: ,NULL);
258: --
259: END handle_exit_exception;

Line 428: l_success := fnd_concurrent.get_request_status

424: l_request_id := TO_NUMBER(l_request_data);
425: --
426: -- Check whether the sub process finished successfully.
427: --
428: l_success := fnd_concurrent.get_request_status
429: (
430: request_id => l_request_id
431: ,appl_shortname => NULL
432: ,program => NULL