DBA Data[Home] [Help]

APPS.INV_TXN_MANAGER_GRP dependencies on INV_MATERIAL_STATUS_PKG

Line 6669: l_default_locator_status :=INV_MATERIAL_STATUS_PKG.get_default_locator_status(

6665: /* End: Fix for Bug# 7323175 */
6666:
6667: /* get the default locator status */
6668: IF l_wms_installed THEN
6669: l_default_locator_status :=INV_MATERIAL_STATUS_PKG.get_default_locator_status(
6670: l_orgid, l_subinv);
6671: ELSE
6672: l_default_locator_status := 1;
6673: END IF;

Line 6939: l_default_locator_status :=INV_MATERIAL_STATUS_PKG.get_default_locator_status(

6935: END IF;
6936:
6937: /* get the default locator status */
6938: IF l_wms_installed THEN
6939: l_default_locator_status :=INV_MATERIAL_STATUS_PKG.get_default_locator_status(
6940: l_xorgid, l_xsubinv);
6941: ELSE
6942: l_default_locator_status := 1;
6943: END IF;