DBA Data[Home] [Help]

APPS.WSH_INTERFACE_COMMON_ACTIONS dependencies on STANDARD

Line 844: -- will not be run even for standard items the third party warehouse instance.

840: -- bug 2399705
841: -- We need to make this fix as WSHDDSHB.pls and WSHDDSPB.pls need to
842: -- set inv_interfaced_flag to 'X' if pickable_flag is 'N'or NULL for WSH line.
843: -- And if we do not set the pickable_flag according the item defn, inventory interface
844: -- will not be run even for standard items the third party warehouse instance.
845: open c_specific_item_info(p_inventory_item_id => del_det_int_rec.inventory_item_id,
846: p_organization_id => del_det_int_rec.organization_id);
847: fetch c_specific_item_info into l_pickable_flag,
848: -- J: W/V Changes