DBA Data[Home] [Help]

APPS.ARP_PROGRAM_GENERATE_BR dependencies on IBY_TRXN_EXTENSIONS_V

Line 1222: iby_trxn_extensions_v extn

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

Line 1919: iby_trxn_extensions_v extn

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