DBA Data[Home] [Help]

APPS.PA_OPEN_ASSIGNMENT_PVT dependencies on FND_MSG_PUB

Line 700: IF p_validate_only = FND_API.G_FALSE AND FND_MSG_PUB.Count_Msg = 0 THEN

696: --
697: -- Create the Open Assignment Record
698: --
699:
700: IF p_validate_only = FND_API.G_FALSE AND FND_MSG_PUB.Count_Msg = 0 THEN
701:
702: --Log Message
703: IF (P_DEBUG_MODE = 'Y') THEN
704: PA_DEBUG.write_log (x_module => 'pa.plsql.PA_OPEN_ASSIGNMENT_PVT.Create_Open_Assignment.insert_row'

Line 988: IF FND_MSG_PUB.Count_Msg = 0 THEN

984: ,x_log_level => li_message_level);
985: END IF;
986:
987:
988: IF FND_MSG_PUB.Count_Msg = 0 THEN
989:
990: FOR i IN PA_ASSIGNMENTS_PUB.g_assignment_id_tbl.FIRST .. PA_ASSIGNMENTS_PUB.g_assignment_id_tbl.LAST LOOP
991: /*Added for bug 2636577*/
992:

Line 1120: FND_MSG_PUB.add_exc_msg ( p_pkg_name => 'PA_OPEN_ASSIGNMENT_PVT.Create_Open_Assignment'

1116: x_assignment_number := NULL ;
1117: x_assignment_row_id := NULL ;
1118:
1119: -- Set the excetption Message and the stack
1120: FND_MSG_PUB.add_exc_msg ( p_pkg_name => 'PA_OPEN_ASSIGNMENT_PVT.Create_Open_Assignment'
1121: ,p_procedure_name => PA_DEBUG.G_Err_Stack );
1122: --
1123: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR ;
1124: RAISE; -- This is optional depending on the needs

Line 1886: FND_MSG_PUB.add_exc_msg ( p_pkg_name => 'PA_OPEN_ASSIGNMENT_PVT.Update_Open_Assignment'

1882: EXCEPTION
1883: WHEN OTHERS THEN
1884:
1885: -- Set the excetption Message and the stack
1886: FND_MSG_PUB.add_exc_msg ( p_pkg_name => 'PA_OPEN_ASSIGNMENT_PVT.Update_Open_Assignment'
1887: ,p_procedure_name => PA_DEBUG.G_Err_Stack );
1888: --
1889: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR ;
1890: RAISE; -- This is optional depending on the needs

Line 2116: FND_MSG_PUB.add_exc_msg ( p_pkg_name => 'PA_OPEN_ASSIGNMENT_PVT.Delete_Open_Assignment'

2112: EXCEPTION
2113: WHEN OTHERS THEN
2114:
2115: -- Set the excetption Message and the stack
2116: FND_MSG_PUB.add_exc_msg ( p_pkg_name => 'PA_OPEN_ASSIGNMENT_PVT.Delete_Open_Assignment'
2117: ,p_procedure_name => PA_DEBUG.G_Err_Stack );
2118: --
2119: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR ;
2120: RAISE;