DBA Data[Home] [Help]

APPS.JL_ZZ_POSTBATCH dependencies on AR_BATCHES

Line 6: p_batch_id IN ar_batches.batch_id%TYPE );

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;