DBA Data[Home] [Help]

APPS.HR_GEN_PKG dependencies on HR_GEN_PKG

Line 1: package body hr_gen_pkg as

1: package body hr_gen_pkg as
2: /* $Header: hrgen.pkb 115.11 2004/05/12 04:05:41 njaladi ship $
3: ------------------------------------------------------------------------------
4: +==============================================================================+
5: | Copyright (c) 1994 Oracle Corporation |

Line 135: hr_utility.set_location ('hr_gen_pkg.GET_CUSTOMIZED_RESTRICTION',1);

131: l_enabled_flag varchar2 (30);
132: --
133: begin
134: --
135: hr_utility.set_location ('hr_gen_pkg.GET_CUSTOMIZED_RESTRICTION',1);
136: --
137: -- Get the details of the requested customization
138: --
139: open csr_restriction;

Line 148: hr_utility.set_location ('hr_gen_pkg.GET_CUSTOMIZED_RESTRICTION',2);

144: p_standard_title,
145: l_enabled_flag,
146: p_customized_restriction_id;
147: --
148: hr_utility.set_location ('hr_gen_pkg.GET_CUSTOMIZED_RESTRICTION',2);
149: --
150: if csr_restriction%found then
151: --
152: hr_utility.trace ('Customized restriction found');

Line 190: hr_utility.set_location ('hr_gen_pkg.GET_CUSTOMIZED_RESTRICTION',3);

186: close csr_form_name;
187: --
188: end if;
189: --
190: hr_utility.set_location ('hr_gen_pkg.GET_CUSTOMIZED_RESTRICTION',3);
191: --
192: end get_customized_restriction;
193: --------------------------------------------------------------------------------
194: procedure insert_comment (

Line 382: end hr_gen_pkg;

378: commit;
379: END putSessionAttributeValue;
380:
381: --
382: end hr_gen_pkg;