DBA Data[Home] [Help]

APPS.RLM_DP_SV dependencies on FND_CONCURRENT

Line 1278: x_result :=fnd_concurrent.get_request_print_options(

1274: and exception_level in ('E', 'W', 'I');
1275: --
1276: IF (x_errors > 0) then
1277: --
1278: x_result :=fnd_concurrent.get_request_print_options(
1279: fnd_global.conc_request_id,
1280: x_no_copies ,
1281: x_print_style ,
1282: x_printer ,

Line 1622: v_wait_status := fnd_concurrent.wait_for_request(

1618: completing manage demand, forecast and rec demand */
1619: --
1620: FOR i IN x_child_req_id.FIRST..x_child_req_id.LAST LOOP
1621: --
1622: v_wait_status := fnd_concurrent.wait_for_request(
1623: x_child_req_id(i),
1624: 10, -- check every 10 sec
1625: 10000, -- timeout after 10000 sec
1626: v_phase,