DBA Data[Home] [Help]

PACKAGE BODY: APPS.PAY_GB_RULES

Source


1 Package Body PAY_GB_RULES as
2 /*   $Header: pygbrule.pkb 120.0 2005/05/29 05:29:20 appldev noship $ */
3 
4 -- +********************************************************************+
5 -- |                        PUBLIC FUNCTIONS                            |
6 -- +********************************************************************+
7 --
8 ---------------------------------------------------------------------------
9 -- Procedure: get_source_text_context
10 -- This procedure sets default for Court Order contexts
11 ---------------------------------------------------------------------------
12 
13    procedure get_source_text_context(p_asg_act_id number,
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);
23    end get_source_text_context;
24 
25 end PAY_GB_RULES;