DBA Data[Home] [Help]

PACKAGE: APPS.PAY_IP_BAL_UPL_STRUCT

Source


1 PACKAGE pay_ip_bal_upl_struct AUTHID CURRENT_USER AS
2 /* $Header: pyipbups.pkh 115.1 2002/12/04 12:14:04 atrivedi noship $ */
3 
4 
5    PROCEDURE create_bal_upl_struct (errbuf			OUT NOCOPY varchar2,
6 				    retcode			OUT NOCOPY number,
7 				    p_input_value_limit		number,
8 				    p_batch_id			number);
9 
10 END pay_ip_bal_upl_struct;