DBA Data[Home] [Help]

APPS.WSH_INTERFACE_COMMON_ACTIONS dependencies on STANDARD

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

967: -- bug 2399705
968: -- We need to make this fix as WSHDDSHB.pls and WSHDDSPB.pls need to
969: -- set inv_interfaced_flag to 'X' if pickable_flag is 'N'or NULL for WSH line.
970: -- And if we do not set the pickable_flag according the item defn, inventory interface
971: -- will not be run even for standard items the third party warehouse instance.
972: open c_specific_item_info(p_inventory_item_id => del_det_int_rec.inventory_item_id,
973: p_organization_id => del_det_int_rec.organization_id);
974: fetch c_specific_item_info into l_pickable_flag,
975: -- J: W/V Changes