APPS.JAI_OM_TAX_PKG dependencies on JAI_OM_OE_RMA_LINES
Line 262: from JAI_OM_OE_RMA_LINES
258: -- following cursor added by sriram - bug # 2740443
259:
260: CURSOR c_rma_info (v_header_id Number , v_line_id Number) is
261: Select 1 262: from JAI_OM_OE_RMA_LINES 263: where rma_header_id = v_header_id
264: and rma_line_id = v_line_id;
265:
266: --Comment out by Kevin Cheng for inclusive tax Dec 10, 2007