DBA Data[Home] [Help]

APPS.ARP_PROGRAM_GENERATE_BR dependencies on AR_RECEIPT_CLASSES

Line 1202: ar_receipt_classes class,

1198: DECODE(pm.br_min_acctd_amount,NULL,0.00000001,0,0.00000001,pm.br_min_acctd_amount),
1199: NVL(pm.br_max_acctd_amount,9999999999999999999999999999999999),
1200: trx.invoice_currency_code, trx.exchange_rate, trx.legal_entity_id
1201: FROM ra_batches batch,
1202: ar_receipt_classes class,
1203: ar_receipt_methods pm,
1204: ra_customer_trx trx,
1205: ra_cust_trx_types type,
1206: fnd_currencies_vl cur

Line 1238: ar_receipt_classes class,

1234: CURSOR c_rm_bank (rm_id IN NUMBER, cust_id IN NUMBER) IS
1235: -- SELECT distinct trx.customer_bank_account_id 5051673
1236: SELECT distinct instrument_id customer_bank_account_id
1237: FROM ra_batches batch,
1238: ar_receipt_classes class,
1239: ar_receipt_methods pm,
1240: ra_customer_trx trx,
1241: ra_cust_trx_types type,
1242: fnd_currencies_vl cur,