DBA Data[Home] [Help]

APPS.PSB_ACCT_POS_SET_LINE_O_PVT dependencies on FND_MSG_PUB

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

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

Line 218: FND_MSG_PUB.Add_Exc_Msg ( G_PKG_NAME,

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

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

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

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

276: ROLLBACK TO Delete_Row_Pvt ;
277: --
278: p_return_status := FND_API.G_RET_STS_UNEXP_ERROR;
279: --
280: IF FND_MSG_PUB.Check_Msg_Level (FND_MSG_PUB.G_MSG_LVL_UNEXP_ERROR) THEN
281: FND_MSG_PUB.Add_Exc_Msg ( G_PKG_NAME,
282: l_api_name );
283: END if;
284: --

Line 281: FND_MSG_PUB.Add_Exc_Msg ( G_PKG_NAME,

277: --
278: p_return_status := FND_API.G_RET_STS_UNEXP_ERROR;
279: --
280: IF FND_MSG_PUB.Check_Msg_Level (FND_MSG_PUB.G_MSG_LVL_UNEXP_ERROR) THEN
281: FND_MSG_PUB.Add_Exc_Msg ( G_PKG_NAME,
282: l_api_name );
283: END if;
284: --
285: FND_MSG_PUB.Count_And_Get ( p_count => p_msg_count,

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

281: FND_MSG_PUB.Add_Exc_Msg ( G_PKG_NAME,
282: l_api_name );
283: END if;
284: --
285: FND_MSG_PUB.Count_And_Get ( p_count => p_msg_count,
286: p_data => p_msg_data );
287: --
288: END Delete_Row;
289: /*-------------------------------------------------------------------------*/