DBA Data[Home] [Help]

APPS.PA_OPEN_ASSIGNMENT_PVT dependencies on FND_MSG_PUB

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

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

Line 994: IF FND_MSG_PUB.Count_Msg = 0 THEN

990: ,x_log_level => li_message_level);
991: END IF;
992:
993:
994: IF FND_MSG_PUB.Count_Msg = 0 THEN
995:
996: FOR i IN PA_ASSIGNMENTS_PUB.g_assignment_id_tbl.FIRST .. PA_ASSIGNMENTS_PUB.g_assignment_id_tbl.LAST LOOP
997: /*Added for bug 2636577*/
998:

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

1122: x_assignment_number := NULL ;
1123: x_assignment_row_id := NULL ;
1124:
1125: -- Set the excetption Message and the stack
1126: FND_MSG_PUB.add_exc_msg ( p_pkg_name => 'PA_OPEN_ASSIGNMENT_PVT.Create_Open_Assignment'
1127: ,p_procedure_name => PA_DEBUG.G_Err_Stack );
1128: --
1129: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR ;
1130: RAISE; -- This is optional depending on the needs

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

1888: EXCEPTION
1889: WHEN OTHERS THEN
1890:
1891: -- Set the excetption Message and the stack
1892: FND_MSG_PUB.add_exc_msg ( p_pkg_name => 'PA_OPEN_ASSIGNMENT_PVT.Update_Open_Assignment'
1893: ,p_procedure_name => PA_DEBUG.G_Err_Stack );
1894: --
1895: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR ;
1896: RAISE; -- This is optional depending on the needs

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

2118: EXCEPTION
2119: WHEN OTHERS THEN
2120:
2121: -- Set the excetption Message and the stack
2122: FND_MSG_PUB.add_exc_msg ( p_pkg_name => 'PA_OPEN_ASSIGNMENT_PVT.Delete_Open_Assignment'
2123: ,p_procedure_name => PA_DEBUG.G_Err_Stack );
2124: --
2125: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR ;
2126: RAISE;