DBA Data[Home] [Help]

APPS.PQP_GB_TP_EXT_PROCESS dependencies on FND_CONCURRENT

Line 1482: l_wait_success := fnd_concurrent.get_request_status

1478: END IF;
1479:
1480: -- Verify by chking the status of the request id
1481: -- stored in the master bg row
1482: l_wait_success := fnd_concurrent.get_request_status
1483: (request_id => l_multiproc_data.request_id
1484: ,phase => l_phase -- OUT
1485: ,status => l_status -- OUT
1486: ,dev_phase => l_dev_phase -- OUT

Line 1681: l_request_id fnd_concurrent_requests.request_id%TYPE;

1677:
1678: l_location_code hr_locations_all.location_code%TYPE := NULL;
1679: l_location_id hr_locations_all.location_id%TYPE := NULL;
1680: l_curr_bg_id per_all_people_f.business_group_id%TYPE;
1681: l_request_id fnd_concurrent_requests.request_id%TYPE;
1682: l_retcode NUMBER := PROGRAM_SUCCESS;
1683: l_wait_success BOOLEAN := FALSE;
1684: l_effective_date DATE;
1685:

Line 1999: l_wait_success := fnd_concurrent.wait_for_request

1995: -- we must wait for this request to complete
1996: -- before submitting the next one.
1997: IF g_execution_mode = 'SERIAL' THEN
1998:
1999: l_wait_success := fnd_concurrent.wait_for_request
2000: (request_id => l_request_id
2001: ,interval => g_wait_interval
2002: ,max_wait => g_max_wait
2003: ,phase => l_phase -- OUT

Line 2093: l_wait_success := fnd_concurrent.wait_for_request

2089:
2090: WHILE l_curr_bg_id IS NOT NULL
2091: LOOP
2092:
2093: l_wait_success := fnd_concurrent.wait_for_request
2094: (request_id => g_lea_business_groups(l_curr_bg_id).request_id
2095: ,interval => g_wait_interval
2096: ,max_wait => g_max_wait
2097: ,phase => l_phase -- OUT