DBA Data[Home] [Help]

APPS.ARP_PROGRAM_GENERATE_BR dependencies on IBY_TRXN_EXTENSIONS_V

Line 1243: iby_trxn_extensions_v extn

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)
1247: AND batch.batch_id = p_batch_id

Line 2068: iby_trxn_extensions_v extn

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
2070: ';
2071:
2072: -- Bug 3922691 : evaluate each parameter and only add the condition if param is not null