DBA Data[Home] [Help]

APPS.PO_REQIMP_VAL_PVT dependencies on FND_MSG_PUB

Line 134: FND_MSG_PUB.build_exc_msg(G_PKG_NAME,l_api_name,

130: AND hoi.org_information_context = 'Accounting Information';
131: --< Bug 3265539 End >
132:
133: ELSE
134: FND_MSG_PUB.build_exc_msg(G_PKG_NAME,l_api_name,
135: 'Invalid value for p_interface_table_code: ' || p_interface_table_code);
136: RAISE FND_API.g_exc_unexpected_error;
137: END IF; -- p_interface_table_code
138:

Line 213: IF FND_MSG_PUB.check_msg_level(FND_MSG_PUB.g_msg_lvl_unexp_error) THEN

209: CLOSE project_info_cv;
210: END IF;
211: WHEN OTHERS THEN
212: x_return_status := FND_API.g_ret_sts_unexp_error;
213: IF FND_MSG_PUB.check_msg_level(FND_MSG_PUB.g_msg_lvl_unexp_error) THEN
214: FND_MSG_PUB.add_exc_msg(G_PKG_NAME,l_api_name);
215: END IF;
216: IF project_info_cv%ISOPEN THEN
217: CLOSE project_info_cv;

Line 214: FND_MSG_PUB.add_exc_msg(G_PKG_NAME,l_api_name);

210: END IF;
211: WHEN OTHERS THEN
212: x_return_status := FND_API.g_ret_sts_unexp_error;
213: IF FND_MSG_PUB.check_msg_level(FND_MSG_PUB.g_msg_lvl_unexp_error) THEN
214: FND_MSG_PUB.add_exc_msg(G_PKG_NAME,l_api_name);
215: END IF;
216: IF project_info_cv%ISOPEN THEN
217: CLOSE project_info_cv;
218: END IF;