DBA Data[Home] [Help]

APPS.ARP_PROGRAM_GENERATE_BR dependencies on AR_RECEIPT_CLASSES

Line 1180: ar_receipt_classes class,

1176: DECODE(pm.br_min_acctd_amount,NULL,0.00000001,0,0.00000001,pm.br_min_acctd_amount),
1177: NVL(pm.br_max_acctd_amount,9999999999999999999999999999999999),
1178: trx.invoice_currency_code, trx.exchange_rate, trx.legal_entity_id
1179: FROM ra_batches batch,
1180: ar_receipt_classes class,
1181: ar_receipt_methods pm,
1182: ra_customer_trx trx,
1183: ra_cust_trx_types type,
1184: fnd_currencies_vl cur

Line 1217: ar_receipt_classes class,

1213: CURSOR c_rm_bank (rm_id IN NUMBER, cust_id IN NUMBER) IS
1214: -- SELECT distinct trx.customer_bank_account_id 5051673
1215: SELECT distinct instrument_id customer_bank_account_id
1216: FROM ra_batches batch,
1217: ar_receipt_classes class,
1218: ar_receipt_methods pm,
1219: ra_customer_trx trx,
1220: ra_cust_trx_types type,
1221: fnd_currencies_vl cur,