DBA Data[Home] [Help]

APPS.PAY_PL_SOE dependencies on HR_UTILITY

Line 5: g_debug boolean := hr_utility.debug_enabled;

1: PACKAGE BODY PAY_PL_SOE as
2: /* $Header: pyplsoep.pkb 120.0 2005/10/14 03:53:12 mseshadr noship $ */
3:
4: l_sql long;
5: g_debug boolean := hr_utility.debug_enabled;
6:
7: function employee(p_assignment_action_id in number)
8: return long is
9: begin

Line 109: hr_utility.set_location('Entering pay_soe_glb.getElements', 10);

105: begin
106: --
107: --
108: if g_debug then
109: hr_utility.set_location('Entering pay_soe_glb.getElements', 10);
110: end if;
111: --
112: if fnd_profile.value('PAY_PL_SOE_ELEMENTS_DISPLAY') = 'Y' then
113:

Line 206: hr_utility.set_location('Leaving pay_soe_glb.getElements', 20);

202:
203: end if;
204: --
205: if g_debug then
206: hr_utility.set_location('Leaving pay_soe_glb.getElements', 20);
207: end if;
208: --
209: return l_sql;
210: --

Line 221: hr_utility.trace('Entering elements1');

217: Usage: This function is called from the Earnings region (Region5 of SOE)
218: ------------------------------------------------------------------------ */
219: function Elements1(p_assignment_action_id number) return long is
220: begin
221: hr_utility.trace('Entering elements1');
222: return getElements(p_assignment_action_id
223: ,pay_soe_util.getConfig('ELEMENTS1'));
224: hr_utility.trace('Leaving Elements1');
225: end Elements1;

Line 224: hr_utility.trace('Leaving Elements1');

220: begin
221: hr_utility.trace('Entering elements1');
222: return getElements(p_assignment_action_id
223: ,pay_soe_util.getConfig('ELEMENTS1'));
224: hr_utility.trace('Leaving Elements1');
225: end Elements1;
226:
227: /* ---------------------------------------------------------------------
228: Function : SetParameters