DBA Data[Home] [Help]

APPS.PA_PROJECT_REQUEST_PKG dependencies on FND_MSG_PUB

Line 164: x_msg_count := FND_MSG_PUB.Count_Msg;

160:
161: EXCEPTION
162: WHEN OTHERS THEN
163: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR;
164: x_msg_count := FND_MSG_PUB.Count_Msg;
165: x_msg_data := substr(SQLERRM,1,240);
166:
167: FND_MSG_PUB.add_exc_msg( p_pkg_name => 'PA_PROJECT_REQUESTS_PKG',
168: p_procedure_name => 'insert_row');

Line 167: FND_MSG_PUB.add_exc_msg( p_pkg_name => 'PA_PROJECT_REQUESTS_PKG',

163: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR;
164: x_msg_count := FND_MSG_PUB.Count_Msg;
165: x_msg_data := substr(SQLERRM,1,240);
166:
167: FND_MSG_PUB.add_exc_msg( p_pkg_name => 'PA_PROJECT_REQUESTS_PKG',
168: p_procedure_name => 'insert_row');
169:
170: IF x_msg_count = 1 THEN
171: pa_interface_utils_pub.get_messages

Line 226: x_msg_count := FND_MSG_PUB.Count_Msg;

222:
223: EXCEPTION
224: WHEN OTHERS THEN
225: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR;
226: x_msg_count := FND_MSG_PUB.Count_Msg;
227: x_msg_data := substr(SQLERRM,1,240);
228:
229: FND_MSG_PUB.add_exc_msg( p_pkg_name => 'PA_PROJECT_REQUESTS_PKG',
230: p_procedure_name => 'update_row');

Line 229: FND_MSG_PUB.add_exc_msg( p_pkg_name => 'PA_PROJECT_REQUESTS_PKG',

225: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR;
226: x_msg_count := FND_MSG_PUB.Count_Msg;
227: x_msg_data := substr(SQLERRM,1,240);
228:
229: FND_MSG_PUB.add_exc_msg( p_pkg_name => 'PA_PROJECT_REQUESTS_PKG',
230: p_procedure_name => 'update_row');
231:
232: IF x_msg_count = 1 THEN
233: pa_interface_utils_pub.get_messages