DBA Data[Home] [Help]

APPS.PAY_IE_RULES dependencies on PAY_IE_RULES

Line 1: Package Body PAY_IE_RULES as

1: Package Body PAY_IE_RULES as
2: /* $Header: pyierule.pkb 120.0 2005/05/29 05:46:40 appldev noship $ */
3: /*
4: Copyright (c) Oracle Corporation 1991,1992,1993,1994. All rights reserved
5: --

Line 6: Name : pay_ie_rules

2: /* $Header: pyierule.pkb 120.0 2005/05/29 05:46:40 appldev noship $ */
3: /*
4: Copyright (c) Oracle Corporation 1991,1992,1993,1994. All rights reserved
5: --
6: Name : pay_ie_rules
7: --
8: Change List
9: -----------
10: Date Name Vers Description

Line 21: hr_utility.set_location('PAY_ie_RULES.get_source_text_context',1);

17: p_ee_id number,
18: p_source_text in out NOCOPY varchar2)
19: is
20: begin
21: hr_utility.set_location('PAY_ie_RULES.get_source_text_context',1);
22: /* removed the defaulting as due to a core bug defulating was being
23: called even for ASG_YTD dim. this resulted in bugs! */
24: --p_source_text := 'IE_A1';
25: p_source_text := null;

Line 26: hr_utility.set_location('PAY_IE_RULES.get_source_text_context',3);

22: /* removed the defaulting as due to a core bug defulating was being
23: called even for ASG_YTD dim. this resulted in bugs! */
24: --p_source_text := 'IE_A1';
25: p_source_text := null;
26: hr_utility.set_location('PAY_IE_RULES.get_source_text_context',3);
27: hr_utility.set_location('PAY_IE_RULES.get_source_text_context='||
28: p_source_text,4);
29: end get_source_text_context;
30:

Line 27: hr_utility.set_location('PAY_IE_RULES.get_source_text_context='||

23: called even for ASG_YTD dim. this resulted in bugs! */
24: --p_source_text := 'IE_A1';
25: p_source_text := null;
26: hr_utility.set_location('PAY_IE_RULES.get_source_text_context',3);
27: hr_utility.set_location('PAY_IE_RULES.get_source_text_context='||
28: p_source_text,4);
29: end get_source_text_context;
30:
31:

Line 63: end pay_ie_rules;

59: WHEN others THEN
60: p_tax_unit_id := NULL;
61: END get_main_tax_unit_id;
62:
63: end pay_ie_rules;