DBA Data[Home] [Help]

APPS.RLM_DP_SV dependencies on FND_CONCURRENT

Line 1271: x_result :=fnd_concurrent.get_request_print_options(

1267: and exception_level in ('E', 'W', 'I');
1268: --
1269: IF (x_errors > 0) then
1270: --
1271: x_result :=fnd_concurrent.get_request_print_options(
1272: fnd_global.conc_request_id,
1273: x_no_copies ,
1274: x_print_style ,
1275: x_printer ,

Line 1615: v_wait_status := fnd_concurrent.wait_for_request(

1611: completing manage demand, forecast and rec demand */
1612: --
1613: FOR i IN x_child_req_id.FIRST..x_child_req_id.LAST LOOP
1614: --
1615: v_wait_status := fnd_concurrent.wait_for_request(
1616: x_child_req_id(i),
1617: 10, -- check every 10 sec
1618: 10000, -- timeout after 10000 sec
1619: v_phase,