DBA Data[Home] [Help]

APPS.HRI_BPL_CONC_LOG dependencies on FND_PROFILE

Line 31: g_debug_flag VARCHAR2(5) := NVL(fnd_profile.value('HRI_ENBL_DTL_LOG'),'N');

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');
32: --
33: -- Global constants
34: --
35: g_line_length PLS_INTEGER := 77;

Line 94: g_debug_flag := NVL(fnd_profile.value('HRI_ENBL_DTL_LOG'),'N');

90: BEGIN
91: --
92: -- Get the value for the debug flag
93: --
94: g_debug_flag := NVL(fnd_profile.value('HRI_ENBL_DTL_LOG'),'N');
95: --
96: IF g_debug_flag = 'Y' THEN
97: --
98: -- Write to output

Line 502: IF NVL(fnd_profile.value('HRI_LOG_PRCSS_INFO'),'Y') = 'N' THEN

498: bis_collection_utilities.g_start_date := sysdate;
499: --
500: -- Log the information only if the logging profile is set
501: --
502: IF NVL(fnd_profile.value('HRI_LOG_PRCSS_INFO'),'Y') = 'N' THEN
503: --
504: RETURN;
505: --
506: END IF;

Line 561: IF NVL(fnd_profile.value('HRI_LOG_PRCSS_INFO'),'Y') = 'N' THEN

557: BEGIN
558: --
559: -- Log the information only if the logging profile is set
560: --
561: IF NVL(fnd_profile.value('HRI_LOG_PRCSS_INFO'),'Y') = 'N' THEN
562: --
563: RETURN;
564: --
565: END IF;

Line 630: g_logging := NVL(fnd_profile.value('HRI_LOG_PRCSS_INFO'),'Y');

626: ,p_start_time => sysdate);
627: END IF;
628: --
629: IF g_logging IS NULL THEN
630: g_logging := NVL(fnd_profile.value('HRI_LOG_PRCSS_INFO'),'Y');
631: END IF;
632: --
633: -- Log the information only if the logging profile is set
634: --