DBA Data[Home] [Help]

APPS.PAY_ZA_RULES dependencies on PAY_ZA_RULES

Line 1: package body pay_za_rules as

1: package body pay_za_rules as
2: /* $Header: pyzarule.pkb 120.0 2006/04/12 01:02:41 kapalani noship $ */
3:
4: procedure get_source_text_context
5: (p_asg_act_id number

Line 11: hr_utility.set_location('PAY_ZA_RULES.get_source_text_context',1);

7: ,p_source_text in out nocopy varchar2)
8: is
9: l_TaxDirNo varchar2(60);
10: begin
11: hr_utility.set_location('PAY_ZA_RULES.get_source_text_context',1);
12: begin
13:
14: select SCREEN_ENTRY_VALUE
15: into l_TaxDirNo

Line 48: hr_utility.set_location('pay_za_RULES.get_source_text_context='||

44: when others then
45: l_TaxDirNo := null;
46: end;
47: p_source_text := l_TaxDirNo;
48: hr_utility.set_location('pay_za_RULES.get_source_text_context='||
49: p_source_text,2);
50:
51: end get_source_text_context;
52:

Line 100: end pay_za_rules;

96: end;
97: hr_utility.set_location('Leaving get_source_number_context.',10);
98:
99: end get_source_number_context;
100: end pay_za_rules;