DBA Data[Home] [Help]

APPS.INV_LOC_WMS_PUB dependencies on WMS_INSTALL

Line 954: wms_install.check_install(

950: --DBMS_output.put_line('After selecting the status_id ');
951: END IF;
952:
953: l_wms_org :=
954: wms_install.check_install(
955: x_return_status => l_return_status
956: , x_msg_count => l_msg_count
957: , x_msg_data => l_msg_data
958: , p_organization_id => l_organization_id

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

967: -- ELSE
968: -- l_loc_type := NULL;
969: -- END IF;
970: ELSE
971: --DBMS_output.put_line('Wms installed check failed ');
972: fnd_message.set_name('WMS', 'WMS_INSTALL_CHK_ERROR');
973: fnd_msg_pub.ADD;
974: RAISE fnd_api.g_exc_unexpected_error;
975: END IF;

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

968: -- l_loc_type := NULL;
969: -- END IF;
970: ELSE
971: --DBMS_output.put_line('Wms installed check failed ');
972: fnd_message.set_name('WMS', 'WMS_INSTALL_CHK_ERROR');
973: fnd_msg_pub.ADD;
974: RAISE fnd_api.g_exc_unexpected_error;
975: END IF;
976: