DBA Data[Home] [Help]

APPS.QA_SOLUTION_DISPOSITION_PKG dependencies on FND_CONCURRENT

Line 304: l_wait := FND_CONCURRENT.WAIT_FOR_REQUEST(l_request,

300: -- But first, wait for the WIP Mass Load Program request to be completed.
301: -- We wait 100 minutes for the Mass Load to Complete. And we check in
302: -- every 15 Minutes
303:
304: l_wait := FND_CONCURRENT.WAIT_FOR_REQUEST(l_request,
305: g_check_request_time,
306: g_total_request_time,
307: l_phase,
308: l_status,

Line 790: l_wait := FND_CONCURRENT.WAIT_FOR_REQUEST(l_request,

786: -- After that, wait for the WIP Move Worker to be completed.
787: -- We wait 100 minutes each for these requests to be Completed. And we
788: -- check in every 15 Minutes
789:
790: l_wait := FND_CONCURRENT.WAIT_FOR_REQUEST(l_request,
791: g_check_request_time,
792: g_total_request_time,
793: l_phase,
794: l_status,

Line 829: l_wait := FND_CONCURRENT.WAIT_FOR_REQUEST(l_child_request,

825: ELSE
826: Raise FND_API.G_EXC_UNEXPECTED_ERROR;
827: END IF;
828:
829: l_wait := FND_CONCURRENT.WAIT_FOR_REQUEST(l_child_request,
830: g_check_request_time,
831: g_total_request_time,
832: l_phase,
833: l_status,

Line 2691: l_wait := FND_CONCURRENT.WAIT_FOR_REQUEST(l_request,

2687: -- After that, wait for the WIP Move Worker to be completed.
2688: -- We wait 100 minutes each for these requests to be Completed. And we
2689: -- check in every 15 Minutes
2690:
2691: l_wait := FND_CONCURRENT.WAIT_FOR_REQUEST(l_request,
2692: g_check_request_time,
2693: g_total_request_time,
2694: l_phase,
2695: l_status,

Line 2733: l_wait := FND_CONCURRENT.WAIT_FOR_REQUEST(l_child_request,

2729: ELSE
2730: Raise FND_API.G_EXC_UNEXPECTED_ERROR;
2731: END IF;
2732:
2733: l_wait := FND_CONCURRENT.WAIT_FOR_REQUEST(l_child_request,
2734: g_check_request_time,
2735: g_total_request_time,
2736: l_phase,
2737: l_status,

Line 3134: l_wait := FND_CONCURRENT.WAIT_FOR_REQUEST(l_request,

3130: -- But first, wait for the WIP Mass Load Program request to be completed.
3131: -- We wait 100 minutes for the Mass Load to Complete. And we check in
3132: -- every 15 Minutes
3133:
3134: l_wait := FND_CONCURRENT.WAIT_FOR_REQUEST(l_request,
3135: g_check_request_time,
3136: g_total_request_time,
3137: l_phase,
3138: l_status,

Line 3268: l_wait := FND_CONCURRENT.WAIT_FOR_REQUEST(l_request,

3264: -- But first, wait for the WIP Mass Load Program request to be completed.
3265: -- We wait 100 minutes for the Mass Load to Complete. And we check in
3266: -- every 15 Minutes
3267:
3268: l_wait := FND_CONCURRENT.WAIT_FOR_REQUEST(l_request,
3269: g_check_request_time,
3270: g_total_request_time,
3271: l_phase,
3272: l_status,