DBA Data[Home] [Help]

APPS.PAY_NO_SOE dependencies on PAY_NO_SOE

Line 1: PACKAGE BODY pay_no_soe AS

1: PACKAGE BODY pay_no_soe AS
2: /* $Header: pynosoe.pkb 120.0.12000000.1 2007/05/20 09:29:05 rlingama noship $ */
3: --
4: --
5: l_sql long;

Line 34: hr_utility.set_location('Entering pay_no_soe.getElements', 10);

30: begin
31: --
32: --
33: if g_debug then
34: hr_utility.set_location('Entering pay_no_soe.getElements', 10);
35: end if;
36: --
37: --
38: if p_element_set_name is null then

Line 104: hr_utility.set_location('Leaving pay_no_soe.getElements', 20);

100: --
101:
102: --
103: if g_debug then
104: hr_utility.set_location('Leaving pay_no_soe.getElements', 20);
105: end if;
106: --
107: return l_sql;
108: --

Line 115: END pay_no_soe;

111:
112:
113: -- End of the Package
114:
115: END pay_no_soe;