DBA Data[Home] [Help]

APPS.HXC_TIMECARD_VALIDATION dependencies on HR_UTILITY

Line 6: g_debug BOOLEAN := hr_utility.debug_enabled;

2: /* $Header: hxctimevalid.pkb 120.2.12020000.2 2013/01/18 06:16:15 asrajago ship $ */
3:
4: type retrieval_ref_cursor IS ref cursor;
5: -- Bug 16178193
6: g_debug BOOLEAN := hr_utility.debug_enabled;
7:
8: Function get_otm_app_attributes
9: (p_attributes in hxc_attribute_table_type,
10: p_messages in out nocopy hxc_message_table_type)

Line 580: hr_utility.trace('Recipient : '||p_appl_recipients(i).name);

576: FOR i IN p_appl_recipients.FIRST..p_appl_recipients.LAST
577: LOOP
578: IF g_debug
579: THEN
580: hr_utility.trace('Recipient : '||p_appl_recipients(i).name);
581: END IF;
582: IF p_appl_recipients(i).name = 'Projects'
583: THEN
584: l_exists_flag := TRUE;

Line 587: hr_utility.trace('Projects exists in the list of Recipients');

583: THEN
584: l_exists_flag := TRUE;
585: IF g_debug
586: THEN
587: hr_utility.trace('Projects exists in the list of Recipients');
588: END IF;
589: EXIT;
590: END IF;
591: END LOOP;

Line 701: hr_utility.trace('Setup shows ELP with Projects; need to check attributes');

697: AND app_set_includes_projects(l_appl_recipients)
698: THEN
699: IF g_debug
700: THEN
701: hr_utility.trace('Setup shows ELP with Projects; need to check attributes');
702: END IF;
703: remove_empty_proj_attributes(p_attributes);
704: END IF;
705: