DBA Data[Home] [Help]

PACKAGE: APPS.PAY_SE_SOE

Source


1 PACKAGE pay_se_soe AUTHID CURRENT_USER as
2 /* $Header: pysesoer.pkh 120.0 2005/05/29 08:38:04 appldev noship $ */
3 --
4 g_currency_code varchar2(10);
5 --
6 function Elements1(p_assignment_action_id number) return long;
7 --
8 function Elements2(p_assignment_action_id number) return long;
9 --
10 function Information1(p_assignment_action_id number) return long;
11 --
12 --
13 
14 end pay_se_soe;