DBA Data[Home] [Help]

APPS.WMS_STRATEGY_PVT dependencies on INV_PICK_RELEASE_PUB

Line 759: IF INV_PICK_RELEASE_PUB.g_pick_expired_lots THEN

755: --if source type id is 13 (inventory), don't pass in the demand
756: --source line and header info. This info was causing LPN putaway
757: -- to fall for unit effective items.
758: --l_lot_expiration_date := SYSDATE; commented 9313649,added below IF block
759: IF INV_PICK_RELEASE_PUB.g_pick_expired_lots THEN
760: l_lot_expiration_date := NULL;
761: log_event(l_api_name, 'before create_tree','g_pick_expired_lots TRUE');
762: ELSE
763: l_lot_expiration_date := SYSDATE;