DBA Data[Home] [Help]

APPS.PQP_GB_TP_EXT_PROCESS dependencies on HR_UTILITY

Line 25: g_debug BOOLEAN := hr_utility.debug_enabled;

21: g_wait_interval NUMBER := 60; -- seconds
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,' ');