DBA Data[Home] [Help]

APPS.PQP_GB_TP_EXT_PROCESS dependencies on FND_CONCURRENT_REQUESTS

Line 9: TYPE t_request_ids_type IS TABLE OF fnd_concurrent_requests.request_id%TYPE

5:
6: --
7: -- Type Definitions
8: --
9: TYPE t_request_ids_type IS TABLE OF fnd_concurrent_requests.request_id%TYPE
10: INDEX BY BINARY_INTEGER;
11:
12: --
13: -- Globals

Line 26: g_master_request_id fnd_concurrent_requests.request_id%TYPE;

22: g_max_wait NUMBER := 0; -- Meaning no time out
23:
24: g_proc_name VARCHAR2(61) := 'pqp_gb_tp_ext_process.';
25: g_debug BOOLEAN := hr_utility.debug_enabled;
26: g_master_request_id fnd_concurrent_requests.request_id%TYPE;
27:
28: -- Bugfix 3671727:ENH1: Added this new global
29: g_lea_number VARCHAR2(3):=RPAD(' ',3,' ');
30: