DBA Data[Home] [Help]

APPS.PQP_GB_TP_EXT_PROCESS dependencies on FND_CONCURRENT

Line 1472: l_wait_success := fnd_concurrent.get_request_status

1468: END IF;
1469:
1470: -- Verify by chking the status of the request id
1471: -- stored in the master bg row
1472: l_wait_success := fnd_concurrent.get_request_status
1473: (request_id => l_multiproc_data.request_id
1474: ,phase => l_phase -- OUT
1475: ,status => l_status -- OUT
1476: ,dev_phase => l_dev_phase -- OUT

Line 1671: l_request_id fnd_concurrent_requests.request_id%TYPE;

1667:
1668: l_location_code hr_locations_all.location_code%TYPE := NULL;
1669: l_location_id hr_locations_all.location_id%TYPE := NULL;
1670: l_curr_bg_id per_all_people_f.business_group_id%TYPE;
1671: l_request_id fnd_concurrent_requests.request_id%TYPE;
1672: l_retcode NUMBER := PROGRAM_SUCCESS;
1673: l_wait_success BOOLEAN := FALSE;
1674: l_effective_date DATE;
1675:

Line 1989: l_wait_success := fnd_concurrent.wait_for_request

1985: -- we must wait for this request to complete
1986: -- before submitting the next one.
1987: IF g_execution_mode = 'SERIAL' THEN
1988:
1989: l_wait_success := fnd_concurrent.wait_for_request
1990: (request_id => l_request_id
1991: ,interval => g_wait_interval
1992: ,max_wait => g_max_wait
1993: ,phase => l_phase -- OUT

Line 2083: l_wait_success := fnd_concurrent.wait_for_request

2079:
2080: WHILE l_curr_bg_id IS NOT NULL
2081: LOOP
2082:
2083: l_wait_success := fnd_concurrent.wait_for_request
2084: (request_id => g_lea_business_groups(l_curr_bg_id).request_id
2085: ,interval => g_wait_interval
2086: ,max_wait => g_max_wait
2087: ,phase => l_phase -- OUT