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 2675: l_wait := FND_CONCURRENT.WAIT_FOR_REQUEST(l_request,

2671: -- After that, wait for the WIP Move Worker to be completed.
2672: -- We wait 100 minutes each for these requests to be Completed. And we
2673: -- check in every 15 Minutes
2674:
2675: l_wait := FND_CONCURRENT.WAIT_FOR_REQUEST(l_request,
2676: g_check_request_time,
2677: g_total_request_time,
2678: l_phase,
2679: l_status,

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

2713: ELSE
2714: Raise FND_API.G_EXC_UNEXPECTED_ERROR;
2715: END IF;
2716:
2717: l_wait := FND_CONCURRENT.WAIT_FOR_REQUEST(l_child_request,
2718: g_check_request_time,
2719: g_total_request_time,
2720: l_phase,
2721: l_status,

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

3114: -- But first, wait for the WIP Mass Load Program request to be completed.
3115: -- We wait 100 minutes for the Mass Load to Complete. And we check in
3116: -- every 15 Minutes
3117:
3118: l_wait := FND_CONCURRENT.WAIT_FOR_REQUEST(l_request,
3119: g_check_request_time,
3120: g_total_request_time,
3121: l_phase,
3122: l_status,

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

3248: -- But first, wait for the WIP Mass Load Program request to be completed.
3249: -- We wait 100 minutes for the Mass Load to Complete. And we check in
3250: -- every 15 Minutes
3251:
3252: l_wait := FND_CONCURRENT.WAIT_FOR_REQUEST(l_request,
3253: g_check_request_time,
3254: g_total_request_time,
3255: l_phase,
3256: l_status,