DBA Data[Home] [Help]

APPS.INV_RCV_TXN_MATCH dependencies on OE_RMA_RECEIVING

Line 2604: OE_RMA_Receiving.Get_RMA_Tolerances( temp_cascaded_table(l_sh_result_count).oe_order_line_id,

2600: x_qty_rcv_exception_code := p_match_type;
2601: -- End for Bug 7440217
2602: ELSIF p_match_type = 'RMA' THEN
2603: l_sh_result_count := temp_cascaded_table.COUNT;
2604: OE_RMA_Receiving.Get_RMA_Tolerances( temp_cascaded_table(l_sh_result_count).oe_order_line_id,
2605: x_under_return_tolerance,
2606: x_qty_rcv_tolerance,
2607: l_return_status,
2608: l_msg_count,