DBA Data[Home] [Help]

APPS.INV_RCV_COMMON_APIS dependencies on WMS_INSTALL

Line 65: , g_po_startup_value.wms_install_status

61: , g_po_startup_value.project_reference_enabled
62: , g_po_startup_value.project_control_level
63: , g_po_startup_value.effectivity_control
64: , g_po_startup_value.employee_id
65: , g_po_startup_value.wms_install_status
66: , g_po_startup_value.wms_purchased
67: , l_message
68: );
69:

Line 1495: IF wms_install.check_install(l_return_status, l_msg_count, l_msg_data, NULL) THEN

1491: fnd_msg_pub.delete_msg;
1492: gen_txn_group_id;
1493:
1494: -- set wms_purchased flag
1495: IF wms_install.check_install(l_return_status, l_msg_count, l_msg_data, NULL) THEN
1496: -- calling lpn_pack_complete to revert the weight/volume change
1497: IF (l_debug = 1) THEN
1498: print_debug('Calling wms_container_pub.lpn_pack_complete ' || TO_CHAR(SYSDATE, 'YYYY-MM-DD HH:DD:SS'), 4);
1499: print_debug('wms_container_pub.G_LPN_WT_VOL_CHANGES.count ' || wms_container_pub.g_lpn_wt_vol_changes.COUNT, 4);

Line 1554: , x_wms_install_status OUT NOCOPY VARCHAR2

1550: , x_project_reference_enabled OUT NOCOPY NUMBER
1551: , x_project_control_level OUT NOCOPY NUMBER
1552: , x_effectivity_control OUT NOCOPY NUMBER
1553: , x_employee_id OUT NOCOPY NUMBER
1554: , x_wms_install_status OUT NOCOPY VARCHAR2
1555: , x_wms_purchased OUT NOCOPY VARCHAR2
1556: , x_message OUT NOCOPY VARCHAR2
1557: ) IS
1558: l_org_id NUMBER := p_org_id;

Line 1720: -- set wms_installed flag

1716: , l_is_emp);
1717:
1718: l_progress := '100';
1719:
1720: -- set wms_installed flag
1721: IF wms_install.check_install(l_return_status, l_msg_count, l_msg_data, p_org_id) THEN
1722: x_wms_install_status := 'I';
1723: ELSE
1724: x_wms_install_status := 'U';

Line 1721: IF wms_install.check_install(l_return_status, l_msg_count, l_msg_data, p_org_id) THEN

1717:
1718: l_progress := '100';
1719:
1720: -- set wms_installed flag
1721: IF wms_install.check_install(l_return_status, l_msg_count, l_msg_data, p_org_id) THEN
1722: x_wms_install_status := 'I';
1723: ELSE
1724: x_wms_install_status := 'U';
1725: END IF;

Line 1722: x_wms_install_status := 'I';

1718: l_progress := '100';
1719:
1720: -- set wms_installed flag
1721: IF wms_install.check_install(l_return_status, l_msg_count, l_msg_data, p_org_id) THEN
1722: x_wms_install_status := 'I';
1723: ELSE
1724: x_wms_install_status := 'U';
1725: END IF;
1726:

Line 1724: x_wms_install_status := 'U';

1720: -- set wms_installed flag
1721: IF wms_install.check_install(l_return_status, l_msg_count, l_msg_data, p_org_id) THEN
1722: x_wms_install_status := 'I';
1723: ELSE
1724: x_wms_install_status := 'U';
1725: END IF;
1726:
1727: l_progress := '110';
1728:

Line 1730: IF wms_install.check_install(l_return_status, l_msg_count, l_msg_data, NULL) THEN

1726:
1727: l_progress := '110';
1728:
1729: -- set wms_purchased flag
1730: IF wms_install.check_install(l_return_status, l_msg_count, l_msg_data, NULL) THEN
1731: x_wms_purchased := 'I';
1732: ELSE
1733: x_wms_purchased := 'U';
1734: END IF;

Line 1740: print_debug('x_wms_install_status = ' || x_wms_install_status, 4);

1736: l_progress := '120';
1737:
1738: IF (l_debug = 1) THEN
1739: print_debug('init_form_values : 70 ', 4);
1740: print_debug('x_wms_install_status = ' || x_wms_install_status, 4);
1741: print_debug('x_wms_purchased = ' || x_wms_purchased, 4);
1742: END IF;
1743:
1744: IF g_rcv_global_var.receipt_num IS NULL THEN

Line 1786: , x_wms_install_status OUT NOCOPY VARCHAR2

1782: , x_org_id OUT NOCOPY NUMBER
1783: , x_org_location OUT NOCOPY VARCHAR2
1784: , x_org_locator_control OUT NOCOPY NUMBER
1785: , x_manual_po_num_type OUT NOCOPY VARCHAR2
1786: , x_wms_install_status OUT NOCOPY VARCHAR2
1787: , x_wms_purchased OUT NOCOPY VARCHAR2
1788: , x_return_status OUT NOCOPY VARCHAR2
1789: , x_msg_data OUT NOCOPY VARCHAR2
1790: , x_inv_patch_level OUT NOCOPY NUMBER

Line 1873: -- set wms_installed flag

1869: WHEN OTHERS THEN
1870: x_manual_po_num_type := 'ALPHANUMERIC';
1871: END;
1872:
1873: -- set wms_installed flag
1874: l_progress := '90';
1875:
1876: IF wms_install.check_install(x_return_status, l_msg_count, x_msg_data, p_organization_id) THEN
1877: x_wms_install_status := 'I';

Line 1876: IF wms_install.check_install(x_return_status, l_msg_count, x_msg_data, p_organization_id) THEN

1872:
1873: -- set wms_installed flag
1874: l_progress := '90';
1875:
1876: IF wms_install.check_install(x_return_status, l_msg_count, x_msg_data, p_organization_id) THEN
1877: x_wms_install_status := 'I';
1878: ELSE
1879: x_wms_install_status := 'U';
1880: END IF;

Line 1877: x_wms_install_status := 'I';

1873: -- set wms_installed flag
1874: l_progress := '90';
1875:
1876: IF wms_install.check_install(x_return_status, l_msg_count, x_msg_data, p_organization_id) THEN
1877: x_wms_install_status := 'I';
1878: ELSE
1879: x_wms_install_status := 'U';
1880: END IF;
1881:

Line 1879: x_wms_install_status := 'U';

1875:
1876: IF wms_install.check_install(x_return_status, l_msg_count, x_msg_data, p_organization_id) THEN
1877: x_wms_install_status := 'I';
1878: ELSE
1879: x_wms_install_status := 'U';
1880: END IF;
1881:
1882: IF x_return_status = fnd_api.g_ret_sts_error THEN
1883: fnd_message.set_name('INV', 'WMS_INSTALL_CHK_ERROR'); -- error checking ems installation

Line 1883: fnd_message.set_name('INV', 'WMS_INSTALL_CHK_ERROR'); -- error checking ems installation

1879: x_wms_install_status := 'U';
1880: END IF;
1881:
1882: IF x_return_status = fnd_api.g_ret_sts_error THEN
1883: fnd_message.set_name('INV', 'WMS_INSTALL_CHK_ERROR'); -- error checking ems installation
1884: fnd_msg_pub.ADD;
1885: RAISE fnd_api.g_exc_error;
1886: END IF;
1887:

Line 1891: IF wms_install.check_install(x_return_status, l_msg_count, x_msg_data, NULL) THEN

1887:
1888: l_progress := '110';
1889:
1890: -- set wms_purchased flag
1891: IF wms_install.check_install(x_return_status, l_msg_count, x_msg_data, NULL) THEN
1892: x_wms_purchased := 'I';
1893: ELSE
1894: x_wms_purchased := 'U';
1895: END IF;

Line 1898: fnd_message.set_name('INV', 'WMS_INSTALL_CHK_ERROR'); -- error checking ems installation

1894: x_wms_purchased := 'U';
1895: END IF;
1896:
1897: IF x_return_status = fnd_api.g_ret_sts_error THEN
1898: fnd_message.set_name('INV', 'WMS_INSTALL_CHK_ERROR'); -- error checking ems installation
1899: fnd_msg_pub.ADD;
1900: RAISE fnd_api.g_exc_error;
1901: END IF;
1902:

Line 1947: , x_wms_install_status OUT NOCOPY VARCHAR2

1943: , x_org_id OUT NOCOPY NUMBER
1944: , x_org_location OUT NOCOPY VARCHAR2
1945: , x_org_locator_control OUT NOCOPY NUMBER
1946: , x_manual_po_num_type OUT NOCOPY VARCHAR2
1947: , x_wms_install_status OUT NOCOPY VARCHAR2
1948: , x_wms_purchased OUT NOCOPY VARCHAR2
1949: , x_return_status OUT NOCOPY VARCHAR2
1950: , x_msg_data OUT NOCOPY VARCHAR2
1951: ) IS

Line 1962: , x_wms_install_status => x_wms_install_status

1958: , x_org_id => x_org_id
1959: , x_org_location => x_org_location
1960: , x_org_locator_control => x_org_locator_control
1961: , x_manual_po_num_type => x_manual_po_num_type
1962: , x_wms_install_status => x_wms_install_status
1963: , x_wms_purchased => x_wms_purchased
1964: , x_return_status => x_return_status
1965: , x_msg_data => x_msg_data
1966: , x_inv_patch_level => l_inv_patch_level

Line 2259: IF wms_install.check_install(l_return_status, l_msg_count, l_msg_data, p_organization_id) THEN

2255: x_po_routing_id := l_po_routing_id;
2256: l_dest_context := 'INITIAL';
2257:
2258: -- Bug 8242448
2259: IF wms_install.check_install(l_return_status, l_msg_count, l_msg_data, p_organization_id) THEN
2260: l_wms_enabled := 'Y';
2261: END IF;
2262:
2263: IF (l_debug = 1) THEN