DBA Data[Home] [Help]

APPS.ARP_PROGRAM_GENERATE_BR dependencies on FND_CURRENCIES_VL

Line 1206: fnd_currencies_vl cur

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
1207: WHERE pm.receipt_method_id = NVL(p_rcpt_meth_id,pm.receipt_method_id)
1208: AND type.cust_trx_type_id = NVL(p_trx_type_id,type.cust_trx_type_id)
1209: AND trx.trx_number BETWEEN NVL(p_trx_number_low,trx.trx_number) AND NVL(p_trx_number_high,trx.trx_number)
1210: AND batch.batch_id = p_batch_id

Line 1242: fnd_currencies_vl cur,

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,
1243: iby_trxn_extensions_v extn
1244: WHERE pm.receipt_method_id = rm_id
1245: AND type.cust_trx_type_id = NVL(p_trx_type_id,type.cust_trx_type_id)
1246: AND trx.trx_number BETWEEN NVL(p_trx_number_low,trx.trx_number) AND NVL(p_trx_number_high,trx.trx_number)

Line 2065: fnd_currencies_vl cur,

2061: ar_receipt_methods pm,
2062: ar_payment_schedules ps,
2063: ra_customer_trx trx,
2064: ra_cust_trx_types type,
2065: fnd_currencies_vl cur,
2066: hz_cust_accounts cust,
2067: hz_parties party,
2068: iby_trxn_extensions_v extn
2069: WHERE trx.customer_trx_id = ps.customer_trx_id