DBA Data[Home] [Help]

APPS.HRI_BPL_ABV dependencies on FND_GLOBAL

Line 31: g_conc_request_id NUMBER := fnd_global.conc_request_id;

27: g_formula_type_id NUMBER;
28: --
29: -- Set to true to output to a concurrent log file
30: --
31: g_conc_request_id NUMBER := fnd_global.conc_request_id;
32: --
33: -- Debuging flag
34: --
35: g_debug_flag VARCHAR2(1) := NVL(fnd_profile.value('HRI_ENBL_DTL_LOG'),'N');