DBA Data[Home] [Help]

APPS.JL_ZZ_POSTBATCH dependencies on AR_CASH_RECEIPTS

Line 5: p_cash_receipt_id IN ar_cash_receipts_all.cash_receipt_id%TYPE,

1: PACKAGE BODY JL_ZZ_POSTBATCH as
2: /*$Header: jlarrpbb.pls 115.0 99/07/16 02:59:47 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: IS
8: BEGIN
9:

Line 12: UPDATE ar_cash_receipts

8: BEGIN
9:
10: IF fnd_profile.value ('JGZZ_COUNTRY_CODE') = 'AR' THEN
11:
12: UPDATE ar_cash_receipts
13: SET global_attribute1 = (SELECT name
14: FROM ar_batches
15: WHERE batch_id = p_batch_id),
16: global_attribute_category = 'JL.AR.ARXRWMAI.RGW_FOLDER'