DBA Data[Home] [Help]

APPS.INV_RCV_STD_DELIVER_APIS dependencies on WMS_PUTAWAY_UTILS

Line 1396: l_subinventory_type := wms_putaway_utils.get_subinventory_type

1392: -- transaction_type is defaulted to be transfer in insert_interface_code
1393: IF p_rcv_transaction_rec.destination_type_code = 'RECEIVING'
1394: AND ((inv_rcv_common_apis.g_wms_patch_level >= inv_rcv_common_apis.g_patchset_j)
1395: AND (inv_rcv_common_apis.g_po_patch_level >= inv_rcv_common_apis.g_patchset_j_po)) THEN
1396: l_subinventory_type := wms_putaway_utils.get_subinventory_type
1397: (p_subinventory_code => p_subinventory_code
1398: , p_organization_id => p_organization_id);
1399: IF Nvl(l_subinventory_type,1) = 1 THEN
1400: IF (l_debug = 1) THEN