DBA Data[Home] [Help]

PACKAGE: APPS.PAY_NO_SOE

Source


1 PACKAGE pay_no_soe AS
2 /* $Header: pynosoe.pkh 120.0.12000000.1 2007/05/20 09:29:11 rlingama noship $ */
3 
4  --
5 
6 function Elements1(p_assignment_action_id number) return long;
7 --
8 function getElements(p_assignment_action_id number
9                     ,p_element_set_name varchar2) return long;
10 
11 
12 
13 -- end of package
14 END pay_no_soe;