DBA Data[Home] [Help]

APPS.PA_STAFFED_ASSIGNMENT_PVT dependencies on FND_MSG_PUB

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

932: p_end_date => l_assignment_rec.end_date);
933: END IF ;
934: /*Changes end for Bug 5918412 */
935:
936: IF (p_validate_only <> FND_API.G_TRUE AND FND_MSG_PUB.Count_Msg = 0) THEN
937:
938:
939: --Log Message
940: IF P_DEBUG_MODE = 'Y' THEN /* Added Debug Profile Option Check for bug#2674619 */

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

1222:
1223: x_return_status := l_return_status;
1224: END IF;
1225:
1226: END IF; -- IF (p_validate_only <> FND_API.G_TRUE AND FND_MSG_PUB.Count_Msg = 0)
1227:
1228: -- Reset the error stack when returning to the calling program
1229: PA_DEBUG.Reset_err_stack;
1230:

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

1239: x_resource_id := NULL ;
1240: -- 4537865 : End
1241:
1242: -- Set the excetption Message and the stack
1243: FND_MSG_PUB.add_exc_msg ( p_pkg_name => 'PA_STAFFED_ASSIGNMENT_PVT.Create_Staffed_Assignment'
1244: ,p_procedure_name => PA_DEBUG.G_Err_Stack );
1245: --
1246: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR ;
1247: RAISE; -- This is optional depending on the needs

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

2145: EXCEPTION
2146: WHEN OTHERS THEN
2147:
2148: -- Set the excetption Message and the stack
2149: FND_MSG_PUB.add_exc_msg ( p_pkg_name => 'PA_STAFFED_ASSIGNMENT_PVT.Update_Staffed_Assignment'
2150: ,p_procedure_name => PA_DEBUG.G_Err_Stack );
2151: --
2152: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR ;
2153: RAISE; -- This is optional depending on the needs

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

2306: EXCEPTION
2307: WHEN OTHERS THEN
2308:
2309: -- Set the excetption Message and the stack
2310: FND_MSG_PUB.add_exc_msg ( p_pkg_name => 'PA_STAFFED_ASSIGNMENT_PVT.Delete_Staffed_Assignment'
2311: ,p_procedure_name => PA_DEBUG.G_Err_Stack );
2312: --
2313: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR ;
2314: RAISE; -- This is optional depending on the needs