DBA Data[Home] [Help]

APPS.GMI_PICK_RELEASE_PUB dependencies on WSH_SHIPPING_PARAMETERS

Line 220: FROM WSH_SHIPPING_PARAMETERS

216: -- Bug 1717145, 02-Apr-2001 odaboval, set the pickSlip printMode :
217: BEGIN
218: SELECT NVL(print_pick_slip_mode, 'E')
219: INTO l_print_mode
220: FROM WSH_SHIPPING_PARAMETERS
221: WHERE organization_id = l_organization_id;
222: EXCEPTION
223: WHEN no_data_found THEN
224: GMI_Reservation_Util.PrintLn('WARNING: print_pick_slip_mode not defined for org_id='||l_organization_id);