DBA Data[Home] [Help]

APPS.PA_TEAM_TEMPLATES_PKG dependencies on FND_MSG_PUB

Line 126: FND_MSG_PUB.add_exc_msg( p_pkg_name => 'PA_TEAM_TEMPLATES_PKG.Insert_Row'

122:
123: EXCEPTION
124: WHEN OTHERS THEN -- catch the exceptions here
125: -- Set the exception Message and the stack
126: FND_MSG_PUB.add_exc_msg( p_pkg_name => 'PA_TEAM_TEMPLATES_PKG.Insert_Row'
127: ,p_procedure_name => PA_DEBUG.G_Err_Stack );
128: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR ;
129: RAISE;
130:

Line 235: FND_MSG_PUB.add_exc_msg( p_pkg_name => 'PA_TEAM_TEMPLATES_PKG.Update_Row'

231:
232: EXCEPTION
233: WHEN OTHERS THEN -- catch the exceptions here
234: -- Set the exception Message and the stack
235: FND_MSG_PUB.add_exc_msg( p_pkg_name => 'PA_TEAM_TEMPLATES_PKG.Update_Row'
236: ,p_procedure_name => PA_DEBUG.G_Err_Stack );
237: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR ;
238: RAISE;
239:

Line 291: FND_MSG_PUB.add_exc_msg( p_pkg_name => 'PA_TEAM_TEMPLATE_PKG.Delete_Row'

287:
288: EXCEPTION
289: WHEN OTHERS THEN
290: -- Set the exception Message and the stack
291: FND_MSG_PUB.add_exc_msg( p_pkg_name => 'PA_TEAM_TEMPLATE_PKG.Delete_Row'
292: ,p_procedure_name => PA_DEBUG.G_Err_Stack );
293: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR ;
294: RAISE;
295: END Delete_Row;