DBA Data[Home] [Help]

PACKAGE: APPS.GMF_RA_GET_CUST_TRX_ID

Source


1 PACKAGE GMF_RA_GET_CUST_TRX_ID AUTHID CURRENT_USER AS
2 /* $Header: gmfcusrs.pls 115.1 2002/11/11 00:37:17 rseshadr ship $ */
3     PROCEDURE ra_get_cust_trx_id(  startdate date,
4                         enddate date,
5                         trxtype varchar2,
6                         custtrxtypeid out NOCOPY number,
7                         row_to_fetch in out NOCOPY number,
8                         statuscode out NOCOPY number);
9 
10 END GMF_RA_GET_CUST_TRX_ID;