DBA Data[Home] [Help]

PACKAGE: APPS.PAYBALUP

Source


1 PACKAGE paybalup AUTHID CURRENT_USER AS
2 /* $Header: paybalup.pkh 120.0 2005/05/29 02:33 appldev noship $ */
3 --
4 /*
5 --
6 -- Copyright (c) Oracle Corporation 1991-1995 All rights reserved.
7 --
8 --
9 /*
10    NAME
11       paybalup.pkh      -- Create a structure for balance upload.
12 --
13    USAGE
14       See package body.
15 --
16    DESCRIPTION
17       See package body.
18 --
19    MODIFIED   (DD-MON-YYYY)
20    T Grisco    14-SEP-1995	Created.
21    T Grisco    03-OCT-1995	Removed a parameter from procedure call.
22    J ALLOUN    30-JUL-1996      Added error handling.
23    T Habara    15-JUL-2004 115.1   Added nocopy. GSCC standards.
24 */
25 
26    PROCEDURE create_bal_upl_struct (errbuf		OUT nocopy varchar2,
27 				    retcode		OUT nocopy number,
28 				    p_input_value_limit	number,
29 				    p_batch_id		number);
30 
31 END paybalup;