DBA Data[Home] [Help]

APPS.INV_MO_BACKORDER_PVT dependencies on INV_TROLIN_UTIL

Line 203: l_mo_line_rec := inv_trolin_util.query_row(p_line_id);

199: IF (l_debug = 1) THEN
200: DEBUG('Backordering for MO Line ID = ' || p_line_id, 'BACKORDER');
201: END IF;
202:
203: l_mo_line_rec := inv_trolin_util.query_row(p_line_id);
204:
205: -- Querying the Move Order Type of the Line.
206: OPEN c_mo_type;
207: FETCH c_mo_type INTO l_mo_type;