DBA Data[Home] [Help]

APPS.IEX_DISPUTE_PVT dependencies on RA_CUSTOMER_TRX_LINES

Line 187: FROM ra_customer_trx_lines

183:
184: -- price should be positive no matter what
185: SELECT UNIT_SELLING_PRICE
186: INTO l_disp_line_tbl(i).price
187: FROM ra_customer_trx_lines
188: WHERE customer_trx_line_id = l_disp_line_tbl(i).customer_trx_line_id;
189: EXCEPTION
190: WHEN NO_DATA_FOUND THEN
191: FND_MESSAGE.SET_NAME('IEX', 'IEX_NO_UNIT_PRICE');