DBA Data[Home] [Help]

APPS.PA_COMPETENCE_PVT dependencies on FND_MSG_PUB

Line 58: fnd_msg_pub.initialize;

54: x_return_status := FND_API.G_RET_STS_SUCCESS;
55:
56: -- Initialize the message stack if necessary
57: IF p_init_msg_list = FND_API.G_TRUE THEN
58: fnd_msg_pub.initialize;
59: END IF;
60:
61: -- Angie modified this to fix bug 1676891
62: -- get first index of p_object_id

Line 274: fnd_msg_pub.initialize;

270: pa_debug.set_err_stack ('pa_competence_pvt.update_competence_element');
271: SAVEPOINT COMPETENCE_PVT_UPD_COMP_ELE;
272: -- Initialize the message stack if necessary
273: IF p_init_msg_list = FND_API.G_TRUE THEN
274: fnd_msg_pub.initialize;
275: END IF;
276: x_return_status := FND_API.G_RET_STS_SUCCESS;
277: -- Check if the combination exists. If it does not, then
278: -- should not proceed with the update

Line 381: fnd_msg_pub.initialize;

377: pa_debug.set_err_stack ('pa_competence_pvt.delete_competence_element');
378: SAVEPOINT COMPETENCE_PVT_DEL_COMP_ELE;
379: -- Initialize the message stack if necessary
380: IF p_init_msg_list = FND_API.G_TRUE THEN
381: fnd_msg_pub.initialize;
382: END IF;
383: x_return_status := FND_API.G_RET_STS_SUCCESS;
384: -- Check if the combination exists. If it does not, then
385: -- should not proceed with the delete