DBA Data[Home] [Help]

APPS.PA_PROJECT_ASSIGNMENTS_PKG dependencies on PA_DEBUG

Line 689: ,p_procedure_name => PA_DEBUG.G_Err_Stack );

685: EXCEPTION
686: WHEN OTHERS THEN -- catch the exceptins here
687: -- Set the exception Message and the stack
688: FND_MSG_PUB.add_exc_msg( p_pkg_name => 'PA_PROJECT_ASSIGNMENTS_PKG.Insert_Row'
689: ,p_procedure_name => PA_DEBUG.G_Err_Stack );
690: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR ;
691: RAISE;
692: END Insert_Row;
693:

Line 984: ,p_procedure_name => PA_DEBUG.G_Err_Stack );

980: EXCEPTION
981: WHEN OTHERS THEN -- catch the exceptins here
982: -- Set the exception Message and the stack
983: FND_MSG_PUB.add_exc_msg( p_pkg_name => 'PA_PROJECT_ASSIGNMENTS_PKG.Update_Row'
984: ,p_procedure_name => PA_DEBUG.G_Err_Stack );
985: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR ;
986: RAISE;
987: --
988: END Update_Row;

Line 1081: ,p_procedure_name => PA_DEBUG.G_Err_Stack );

1077: EXCEPTION
1078: WHEN OTHERS THEN
1079: -- Set the exception Message and the stack
1080: FND_MSG_PUB.add_exc_msg( p_pkg_name => 'PA_PROJECT_ASSIGNMENTS_PKG.Delete_Row'
1081: ,p_procedure_name => PA_DEBUG.G_Err_Stack );
1082: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR ;
1083: RAISE;
1084: END Delete_Row;
1085:

Line 1110: ,p_procedure_name => PA_DEBUG.G_Err_Stack );

1106: EXCEPTION
1107: WHEN OTHERS THEN
1108: -- Set the exception Message and the stack
1109: FND_MSG_PUB.add_exc_msg( p_pkg_name => 'PA_PROJECT_ASSIGNMENTS_PKG.Lock_Row'
1110: ,p_procedure_name => PA_DEBUG.G_Err_Stack );
1111: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR ;
1112: RAISE;
1113:
1114: END Lock_Row;