DBA Data[Home] [Help]

APPS.PAY_ZA_RULES dependencies on HR_UTILITY

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 97: hr_utility.set_location('Leaving get_source_number_context.',10);

93: exception
94: when others then
95: p_source_number := null;
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;