DBA Data[Home] [Help]

APPS.GMI_PICK_RELEASE_UTIL dependencies on WSH_SHIPPING_PARAMETERS

Line 492: FROM WSH_SHIPPING_PARAMETERS

488:
489: BEGIN
490: SELECT NVL(print_pick_slip_mode, 'E')
491: INTO l_print_mode
492: FROM WSH_SHIPPING_PARAMETERS
493: WHERE organization_id = p_organization_id;
494: EXCEPTION
495: WHEN no_data_found THEN
496: GMI_Reservation_Util.PrintLn('WARNING: print_pick_slip_mode not defined for org_id='||p_organization_id);