DBA Data[Home] [Help]

APPS.ARP_PROGRAM_GENERATE_BR dependencies on FND_CURRENCIES_VL

Line 1184: fnd_currencies_vl cur

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
1185: WHERE pm.receipt_method_id = NVL(p_rcpt_meth_id,pm.receipt_method_id)
1186: AND type.cust_trx_type_id = NVL(p_trx_type_id,type.cust_trx_type_id)
1187: AND trx.trx_number BETWEEN NVL(p_trx_number_low,trx.trx_number) AND NVL(p_trx_number_high,trx.trx_number)
1188: AND batch.batch_id = p_batch_id

Line 1221: fnd_currencies_vl cur,

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,
1222: iby_trxn_extensions_v extn
1223: WHERE pm.receipt_method_id = rm_id
1224: AND type.cust_trx_type_id = NVL(p_trx_type_id,type.cust_trx_type_id)
1225: AND trx.trx_number BETWEEN NVL(p_trx_number_low,trx.trx_number) AND NVL(p_trx_number_high,trx.trx_number)

Line 1916: fnd_currencies_vl cur,

1912: ar_receipt_methods pm,
1913: ar_payment_schedules ps,
1914: ra_customer_trx trx,
1915: ra_cust_trx_types type,
1916: fnd_currencies_vl cur,
1917: hz_cust_accounts cust,
1918: hz_parties party,
1919: iby_trxn_extensions_v extn
1920: WHERE trx.customer_trx_id = ps.customer_trx_id