DBA Data[Home] [Help]

APPS.MTL_CYCLE_COUNT_ENTRIES_PKG dependencies on WMS_INSTALL

Line 734: l_wms_installed boolean;

730:
731: ) IS
732: --Bug 6012343 -Added the following variables
733: l_standard_operation_id NUMBER;
734: l_wms_installed boolean;
735: l_return_status VARCHAR2(300);
736: l_msg_count NUMBER;
737: l_msg_data VARCHAR2(300);
738: BEGIN

Line 741: l_wms_installed := WMS_INSTALL.check_install(l_return_status,

737: l_msg_data VARCHAR2(300);
738: BEGIN
739: /* Bug 6012343 */
740: l_standard_operation_id := NULL;
741: l_wms_installed := WMS_INSTALL.check_install(l_return_status,
742: l_msg_count,
743: l_msg_data,
744: x_organization_id);
745:

Line 746: IF ((l_wms_installed) AND X_Entry_Status_Code=3) THEN

742: l_msg_count,
743: l_msg_data,
744: x_organization_id);
745:
746: IF ((l_wms_installed) AND X_Entry_Status_Code=3) THEN
747:
748: BEGIN
749: SELECT STANDARD_OPERATION_ID
750: INTO l_standard_operation_id