DBA Data[Home] [Help]

APPS.PAY_GB_RULES dependencies on HR_UTILITY

Line 18: hr_utility.set_location('PAY_GB_RULES.get_source_text_context',1);

14: p_ee_id number,
15: p_source_text in out NOCOPY varchar2)
16: is
17: begin
18: hr_utility.set_location('PAY_GB_RULES.get_source_text_context',1);
19: p_source_text := 'Unknown';
20: hr_utility.set_location('PAY_GB_RULES.get_source_text_context',3);
21: hr_utility.set_location('PAY_GB_RULES.get_source_text_context='||
22: p_source_text,4);

Line 20: hr_utility.set_location('PAY_GB_RULES.get_source_text_context',3);

16: is
17: begin
18: hr_utility.set_location('PAY_GB_RULES.get_source_text_context',1);
19: p_source_text := 'Unknown';
20: hr_utility.set_location('PAY_GB_RULES.get_source_text_context',3);
21: hr_utility.set_location('PAY_GB_RULES.get_source_text_context='||
22: p_source_text,4);
23: end get_source_text_context;
24:

Line 21: hr_utility.set_location('PAY_GB_RULES.get_source_text_context='||

17: begin
18: hr_utility.set_location('PAY_GB_RULES.get_source_text_context',1);
19: p_source_text := 'Unknown';
20: hr_utility.set_location('PAY_GB_RULES.get_source_text_context',3);
21: hr_utility.set_location('PAY_GB_RULES.get_source_text_context='||
22: p_source_text,4);
23: end get_source_text_context;
24:
25: end PAY_GB_RULES;