DBA Data[Home] [Help]

APPS.HRI_BPL_CONC_LOG dependencies on FND_GLOBAL

Line 27: g_conc_request_id NUMBER := fnd_global.conc_request_id;

23: --
24: --
25: -- Bug 4105868: Set to true to output to a concurrent log file
26: --
27: g_conc_request_id NUMBER := fnd_global.conc_request_id;
28: --
29: -- Bug 4105868: Global flag which determines whether debugging is turned on
30: --
31: g_debug_flag VARCHAR2(5) := NVL(fnd_profile.value('HRI_ENBL_DTL_LOG'),'N');

Line 48: g_conc_request_id := fnd_global.conc_request_id;

44: PROCEDURE output_html(p_text VARCHAR2) IS
45: --
46: BEGIN
47: --
48: g_conc_request_id := fnd_global.conc_request_id;
49: --
50: IF g_conc_request_id IS NOT NULL THEN
51: --
52: -- Write to the concurrent request log

Line 68: g_conc_request_id := fnd_global.conc_request_id;

64: PROCEDURE output(p_text VARCHAR2) IS
65: --
66: BEGIN
67: --
68: g_conc_request_id := fnd_global.conc_request_id;
69: --
70: IF g_conc_request_id IS NOT NULL THEN
71: --
72: -- Write to the concurrent request log