DBA Data[Home] [Help]

APPS.INV_LOC_WMS_PUB dependencies on WMS_INSTALL

Line 886: wms_install.check_install(

882: --DBMS_output.put_line('After selecting the status_id ');
883: END IF;
884:
885: l_wms_org :=
886: wms_install.check_install(
887: x_return_status => l_return_status
888: , x_msg_count => l_msg_count
889: , x_msg_data => l_msg_data
890: , p_organization_id => l_organization_id

Line 903: --DBMS_output.put_line('Wms installed check failed ');

899: -- ELSE
900: -- l_loc_type := NULL;
901: -- END IF;
902: ELSE
903: --DBMS_output.put_line('Wms installed check failed ');
904: fnd_message.set_name('WMS', 'WMS_INSTALL_CHK_ERROR');
905: fnd_msg_pub.ADD;
906: RAISE fnd_api.g_exc_unexpected_error;
907: END IF;

Line 904: fnd_message.set_name('WMS', 'WMS_INSTALL_CHK_ERROR');

900: -- l_loc_type := NULL;
901: -- END IF;
902: ELSE
903: --DBMS_output.put_line('Wms installed check failed ');
904: fnd_message.set_name('WMS', 'WMS_INSTALL_CHK_ERROR');
905: fnd_msg_pub.ADD;
906: RAISE fnd_api.g_exc_unexpected_error;
907: END IF;
908: