DBA Data[Home] [Help]

APPS.PA_PROJECT_SETS_PKG dependencies on FND_MSG_PUB

Line 139: FND_MSG_PUB.add_exc_msg ( p_pkg_name => 'PA_PROJECT_SETS_PKG.Insert_row'

135: -- Put any message text from message stack into the Message ARRAY
136: EXCEPTION
137: WHEN OTHERS THEN
138: -- Set the excetption Message and the stack
139: FND_MSG_PUB.add_exc_msg ( p_pkg_name => 'PA_PROJECT_SETS_PKG.Insert_row'
140: ,p_procedure_name => PA_DEBUG.G_Err_Stack );
141: --
142: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR ;
143: RAISE;

Line 242: FND_MSG_PUB.add_exc_msg ( p_pkg_name => 'PA_PROJECT_SETS_PKG.update_row'

238: -- Put any message text from message stack into the Message ARRAY
239: EXCEPTION
240: WHEN OTHERS THEN
241: -- Set the excetption Message and the stack
242: FND_MSG_PUB.add_exc_msg ( p_pkg_name => 'PA_PROJECT_SETS_PKG.update_row'
243: ,p_procedure_name => PA_DEBUG.G_Err_Stack );
244: --
245: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR ;
246: RAISE;

Line 285: FND_MSG_PUB.add_exc_msg( p_pkg_name => 'PA_PROJECT_SETS_PKG.Delete_Row'

281:
282: EXCEPTION
283: WHEN OTHERS THEN
284: -- Set the exception Message and the stack
285: FND_MSG_PUB.add_exc_msg( p_pkg_name => 'PA_PROJECT_SETS_PKG.Delete_Row'
286: ,p_procedure_name => PA_DEBUG.G_Err_Stack );
287: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR ;
288: RAISE;
289: END Delete_Row;

Line 331: FND_MSG_PUB.add_exc_msg ( p_pkg_name => 'PA_PROJECT_SET_LINES_PKG.Insert_row_lines'

327: -- Put any message text from message stack into the Message ARRAY
328: EXCEPTION
329: WHEN OTHERS THEN
330: -- Set the exception Message and the stack
331: FND_MSG_PUB.add_exc_msg ( p_pkg_name => 'PA_PROJECT_SET_LINES_PKG.Insert_row_lines'
332: ,p_procedure_name => PA_DEBUG.G_Err_Stack );
333: --
334: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR ;
335: RAISE;

Line 368: FND_MSG_PUB.add_exc_msg ( p_pkg_name => 'PA_PROJECT_SET_LINES_PKG.Delete_row_lines'

364: -- Put any message text from message stack into the Message ARRAY
365: EXCEPTION
366: WHEN OTHERS THEN
367: -- Set the exception Message and the stack
368: FND_MSG_PUB.add_exc_msg ( p_pkg_name => 'PA_PROJECT_SET_LINES_PKG.Delete_row_lines'
369: ,p_procedure_name => PA_DEBUG.G_Err_Stack );
370: --
371: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR ;
372: RAISE;