DBA Data[Home] [Help]

APPS.PSB_ACCT_POS_SET_LINE_I_PVT dependencies on FND_MSG_PUB

Line 218: IF FND_MSG_PUB.Check_Msg_Level (FND_MSG_PUB.G_MSG_LVL_UNEXP_ERROR) THEN

214: ROLLBACK TO Insert_Row_Pvt ;
215: --
216: p_return_status := FND_API.G_RET_STS_UNEXP_ERROR;
217: --
218: IF FND_MSG_PUB.Check_Msg_Level (FND_MSG_PUB.G_MSG_LVL_UNEXP_ERROR) THEN
219: FND_MSG_PUB.Add_Exc_Msg ( G_PKG_NAME,
220: l_api_name );
221: END if;
222: --

Line 219: FND_MSG_PUB.Add_Exc_Msg ( G_PKG_NAME,

215: --
216: p_return_status := FND_API.G_RET_STS_UNEXP_ERROR;
217: --
218: IF FND_MSG_PUB.Check_Msg_Level (FND_MSG_PUB.G_MSG_LVL_UNEXP_ERROR) THEN
219: FND_MSG_PUB.Add_Exc_Msg ( G_PKG_NAME,
220: l_api_name );
221: END if;
222: --
223: FND_MSG_PUB.Count_And_Get ( p_count => p_msg_count,

Line 223: FND_MSG_PUB.Count_And_Get ( p_count => p_msg_count,

219: FND_MSG_PUB.Add_Exc_Msg ( G_PKG_NAME,
220: l_api_name );
221: END if;
222: --
223: FND_MSG_PUB.Count_And_Get ( p_count => p_msg_count,
224: p_data => p_msg_data );
225: --
226:
227: END Insert_Row;