DBA Data[Home] [Help]

APPS.INV_TXN_MANAGER_GRP dependencies on WMS_INSTALL

Line 6595: /* WMS installed -- Installed:1, not installed: 0 */

6591: l_result NUMBER;
6592: l_lcm_enabled_org mtl_parameters.lcm_enabled_flag%type := 'N';
6593:
6594:
6595: /* WMS installed -- Installed:1, not installed: 0 */
6596: wms_installed NUMBER;
6597:
6598: l_wms_installed boolean;
6599: l_return_status VARCHAR2(300);

Line 6596: wms_installed NUMBER;

6592: l_lcm_enabled_org mtl_parameters.lcm_enabled_flag%type := 'N';
6593:
6594:
6595: /* WMS installed -- Installed:1, not installed: 0 */
6596: wms_installed NUMBER;
6597:
6598: l_wms_installed boolean;
6599: l_return_status VARCHAR2(300);
6600: l_msg_count NUMBER;

Line 6598: l_wms_installed boolean;

6594:
6595: /* WMS installed -- Installed:1, not installed: 0 */
6596: wms_installed NUMBER;
6597:
6598: l_wms_installed boolean;
6599: l_return_status VARCHAR2(300);
6600: l_msg_count NUMBER;
6601: l_msg_data VARCHAR2(300);
6602: l_validate_full BOOLEAN :=TRUE;

Line 6684: l_wms_installed := wms_install.check_install

6680:
6681: /*----------------------------------------
6682: | Checking whether WMS is installed
6683: +-----------------------------------------*/
6684: l_wms_installed := wms_install.check_install
6685: (x_return_status => l_return_status,
6686: x_msg_count => l_msg_count,
6687: x_msg_data => l_msg_data,
6688: p_organization_id => null );

Line 6690: IF l_wms_installed then

6686: x_msg_count => l_msg_count,
6687: x_msg_data => l_msg_data,
6688: p_organization_id => null );
6689:
6690: IF l_wms_installed then
6691: wms_installed := 1;
6692: else
6693: wms_installed := 0;
6694: END IF;

Line 6691: wms_installed := 1;

6687: x_msg_data => l_msg_data,
6688: p_organization_id => null );
6689:
6690: IF l_wms_installed then
6691: wms_installed := 1;
6692: else
6693: wms_installed := 0;
6694: END IF;
6695:

Line 6693: wms_installed := 0;

6689:
6690: IF l_wms_installed then
6691: wms_installed := 1;
6692: else
6693: wms_installed := 0;
6694: END IF;
6695:
6696: /* ACP */
6697: l_avg_cost_update := 2;

Line 7122: IF l_wms_installed THEN

7118: RAISE fnd_api.g_exc_error;
7119: END IF;
7120:
7121: /* get the default locator status */
7122: IF l_wms_installed THEN
7123: l_default_locator_status :=INV_MATERIAL_STATUS_PKG.get_default_locator_status(
7124: l_orgid, l_subinv);
7125: ELSE
7126: l_default_locator_status := 1;

Line 7388: IF l_wms_installed THEN

7384: RAISE fnd_api.g_exc_error;
7385: END IF;
7386:
7387: /* get the default locator status */
7388: IF l_wms_installed THEN
7389: l_default_locator_status :=INV_MATERIAL_STATUS_PKG.get_default_locator_status(
7390: l_xorgid, l_xsubinv);
7391: ELSE
7392: l_default_locator_status := 1;