DBA Data[Home] [Help]

APPS.WMS_INSTALL dependencies on FND_API

Line 56: x_return_status := fnd_api.g_ret_sts_success ;

52: l_industry varchar2(10);
53: l_wms_enabled_flag varchar2(1);
54:
55: begin
56: x_return_status := fnd_api.g_ret_sts_success ;
57:
58: /*
59: ** Check if WMS is installed. Use cached value if available
60: */

Line 109: x_return_status := fnd_api.g_ret_sts_unexp_error ;

105: end if;
106:
107: exception
108: when others then
109: x_return_status := fnd_api.g_ret_sts_unexp_error ;
110:
111: if (fnd_msg_pub.check_msg_level
112: (fnd_msg_pub.g_msg_lvl_unexp_error)) then
113: fnd_msg_pub.add_exc_msg(g_pkg_name, c_api_name);