DBA Data[Home] [Help]

APPS.PA_STAFFED_ASSIGNMENT_PVT dependencies on FND_MSG_PUB

Line 905: IF (p_validate_only <> FND_API.G_TRUE AND FND_MSG_PUB.Count_Msg = 0) THEN

901: p_end_date => l_assignment_rec.end_date);
902: END IF ;
903: /*Changes end for Bug 5918412 */
904:
905: IF (p_validate_only <> FND_API.G_TRUE AND FND_MSG_PUB.Count_Msg = 0) THEN
906:
907:
908: --Log Message
909: IF P_DEBUG_MODE = 'Y' THEN /* Added Debug Profile Option Check for bug#2674619 */

Line 1195: END IF; -- IF (p_validate_only <> FND_API.G_TRUE AND FND_MSG_PUB.Count_Msg = 0)

1191:
1192: x_return_status := l_return_status;
1193: END IF;
1194:
1195: END IF; -- IF (p_validate_only <> FND_API.G_TRUE AND FND_MSG_PUB.Count_Msg = 0)
1196:
1197: -- Reset the error stack when returning to the calling program
1198: PA_DEBUG.Reset_err_stack;
1199:

Line 1212: FND_MSG_PUB.add_exc_msg ( p_pkg_name => 'PA_STAFFED_ASSIGNMENT_PVT.Create_Staffed_Assignment'

1208: x_resource_id := NULL ;
1209: -- 4537865 : End
1210:
1211: -- Set the excetption Message and the stack
1212: FND_MSG_PUB.add_exc_msg ( p_pkg_name => 'PA_STAFFED_ASSIGNMENT_PVT.Create_Staffed_Assignment'
1213: ,p_procedure_name => PA_DEBUG.G_Err_Stack );
1214: --
1215: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR ;
1216: RAISE; -- This is optional depending on the needs

Line 2112: FND_MSG_PUB.add_exc_msg ( p_pkg_name => 'PA_STAFFED_ASSIGNMENT_PVT.Update_Staffed_Assignment'

2108: EXCEPTION
2109: WHEN OTHERS THEN
2110:
2111: -- Set the excetption Message and the stack
2112: FND_MSG_PUB.add_exc_msg ( p_pkg_name => 'PA_STAFFED_ASSIGNMENT_PVT.Update_Staffed_Assignment'
2113: ,p_procedure_name => PA_DEBUG.G_Err_Stack );
2114: --
2115: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR ;
2116: RAISE; -- This is optional depending on the needs

Line 2273: FND_MSG_PUB.add_exc_msg ( p_pkg_name => 'PA_STAFFED_ASSIGNMENT_PVT.Delete_Staffed_Assignment'

2269: EXCEPTION
2270: WHEN OTHERS THEN
2271:
2272: -- Set the excetption Message and the stack
2273: FND_MSG_PUB.add_exc_msg ( p_pkg_name => 'PA_STAFFED_ASSIGNMENT_PVT.Delete_Staffed_Assignment'
2274: ,p_procedure_name => PA_DEBUG.G_Err_Stack );
2275: --
2276: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR ;
2277: RAISE; -- This is optional depending on the needs