DBA Data[Home] [Help]

PACKAGE: APPS.PAY_GB_RULES

Source


1 Package PAY_GB_RULES as
2 /*   $Header: pygbrule.pkh 120.0 2005/05/29 05:29:30 appldev noship $ */
3 
4 -- +********************************************************************+
5 -- |                        PUBLIC FUNCTIONS                            |
6 -- +********************************************************************+
7 
8 ---------------------------------------------------------------------------
9 -- Procedure:  get_source_text_context
10 -- Sets the default for Court Order Reference 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 end PAY_GB_RULES;