DBA Data[Home] [Help]

APPS.PA_REQUESTS_CREATION_PKG dependencies on FND_MSG_PUB

Line 67: x_msg_count := FND_MSG_PUB.Count_Msg;

63:
64: EXCEPTION
65: WHEN OTHERS THEN
66: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR;
67: x_msg_count := FND_MSG_PUB.Count_Msg;
68: x_msg_data := substr(SQLERRM,1,240);
69:
70: FND_MSG_PUB.add_exc_msg( p_pkg_name => 'PA_REQUESTS_CREATION_PKG',
71: p_procedure_name => 'insert_row');

Line 70: FND_MSG_PUB.add_exc_msg( p_pkg_name => 'PA_REQUESTS_CREATION_PKG',

66: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR;
67: x_msg_count := FND_MSG_PUB.Count_Msg;
68: x_msg_data := substr(SQLERRM,1,240);
69:
70: FND_MSG_PUB.add_exc_msg( p_pkg_name => 'PA_REQUESTS_CREATION_PKG',
71: p_procedure_name => 'insert_row');
72:
73: IF x_msg_count = 1 THEN
74: pa_interface_utils_pub.get_messages