DBA Data[Home] [Help]

PACKAGE: APPS.JL_ZZ_POSTBATCH

Source


1 PACKAGE JL_ZZ_POSTBATCH AUTHID CURRENT_USER AS
2 /*$Header: jlarrpbs.pls 115.0 99/07/16 02:59:52 porting ship $*/
3 
4 PROCEDURE populate_gdfs (
5   p_cash_receipt_id           IN     ar_cash_receipts_all.cash_receipt_id%TYPE,
6   p_batch_id                  IN     ar_batches.batch_id%TYPE );
7 
8 END JL_ZZ_POSTBATCH;