DBA Data[Home] [Help]

APPS.GMI_PICK_RELEASE_UTIL dependencies on GMI_MOVE_ORDER_LINE_UTIL

Line 441: l_mo_line_rec := GMI_MOVE_ORDER_LINE_util.Query_Row( p_line_id );

437: l_whse_code VARCHAR2(10);
438: BEGIN
439:
440: GMI_Reservation_Util.PrintLn('IN create Manual alloc pickslip');
441: l_mo_line_rec := GMI_MOVE_ORDER_LINE_util.Query_Row( p_line_id );
442: -- Bug3294071
443: -- Modified and included the following code.
444: -- This ensures that if there is a pick slip number for
445: -- a noncontrol item - we return without any more processing.