DBA Data[Home] [Help]

APPS.INV_RCV_STD_DELIVER_APIS dependencies on WMS_PUTAWAY_UTILS

Line 1430: l_subinventory_type := wms_putaway_utils.get_subinventory_type

1426: -- transaction_type is defaulted to be transfer in insert_interface_code
1427: IF p_rcv_transaction_rec.destination_type_code = 'RECEIVING'
1428: AND ((inv_rcv_common_apis.g_wms_patch_level >= inv_rcv_common_apis.g_patchset_j)
1429: AND (inv_rcv_common_apis.g_po_patch_level >= inv_rcv_common_apis.g_patchset_j_po)) THEN
1430: l_subinventory_type := wms_putaway_utils.get_subinventory_type
1431: (p_subinventory_code => p_subinventory_code
1432: , p_organization_id => p_organization_id);
1433: IF Nvl(l_subinventory_type,1) = 1 THEN
1434: IF (l_debug = 1) THEN