DBA Data[Home] [Help]

APPS.PA_ASSIGNMENTS_PVT dependencies on FND_MSG_PUB

Line 362: FND_MSG_PUB.add_exc_msg ( p_pkg_name => 'PA_ASSIGNMENTS_PVT.Create_Assignment'

358: x_resource_id := NULL ;
359: -- ENd : 4537865
360:
361: -- Set the excetption Message and the stack
362: FND_MSG_PUB.add_exc_msg ( p_pkg_name => 'PA_ASSIGNMENTS_PVT.Create_Assignment'
363: ,p_procedure_name => PA_DEBUG.G_Err_Stack );
364: --
365: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR ;
366: RAISE;

Line 549: FND_MSG_PUB.add_exc_msg ( p_pkg_name => 'PA_ASSIGNMENTS_PVT.Update_Assignment'

545: EXCEPTION
546: WHEN OTHERS THEN
547:
548: -- Set the excetption Message and the stack
549: FND_MSG_PUB.add_exc_msg ( p_pkg_name => 'PA_ASSIGNMENTS_PVT.Update_Assignment'
550: ,p_procedure_name => PA_DEBUG.G_Err_Stack );
551: --
552: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR ;
553: RAISE;

Line 836: FND_MSG_PUB.add_exc_msg ( p_pkg_name => 'PA_ASSIGNMENTS_PVT.Delete_Assignment'

832: EXCEPTION
833: WHEN OTHERS THEN
834:
835: -- Set the excetption Message and the stack
836: FND_MSG_PUB.add_exc_msg ( p_pkg_name => 'PA_ASSIGNMENTS_PVT.Delete_Assignment'
837: ,p_procedure_name => PA_DEBUG.G_Err_Stack );
838: --
839: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR ;
840: RAISE;

Line 876: fnd_msg_pub.add_exc_msg

872: EXCEPTION
873: WHEN OTHERS THEN
874: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR;
875:
876: fnd_msg_pub.add_exc_msg
877: (p_pkg_name => 'PA_ASSIGNMENTS_PVT',
878: p_procedure_name => 'Update_Revenue_Bill_Rate');
879:
880: RAISE;

Line 913: fnd_msg_pub.add_exc_msg

909: EXCEPTION
910: WHEN OTHERS THEN
911: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR;
912:
913: fnd_msg_pub.add_exc_msg
914: (p_pkg_name => 'PA_ASSIGNMENTS_PVT',
915: p_procedure_name => 'Update_Transfer_Price');
916:
917: RAISE;

Line 1032: FND_MSG_PUB.add_exc_msg( p_pkg_name => 'PA_ASSIGNMENTS_PVT'

1028: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR ;
1029: x_msg_count := 1;
1030: x_msg_data := SUBSTRB(SQLERRM,1,240);
1031:
1032: FND_MSG_PUB.add_exc_msg( p_pkg_name => 'PA_ASSIGNMENTS_PVT'
1033: ,p_procedure_name => 'Calc_Init_Transfer_Price'
1034: ,P_error_text => x_msg_data );
1035: RAISE ;
1036: END Calc_Init_Transfer_Price;

Line 1339: l_msg_count1 := FND_MSG_PUB.Count_Msg;

1335:
1336: -- IF 'Y' = l_edit_task_ok THEN Commented and changed as below for Bug 6856934
1337: IF nvl(l_edit_task_ok,'X') <> 'O' THEN
1338:
1339: l_msg_count1 := FND_MSG_PUB.Count_Msg;
1340: pa_fp_planning_transaction_pub.update_planning_transactions (
1341: p_context => 'TASK_ASSIGNMENT'
1342: ,p_calling_context => 'PA_PROJECT_ASSIGNMENT' -- Added for Bug 6856934
1343: ,p_struct_elem_version_id => l_last_struct_version_id

Line 1398: l_msg_count2 := FND_MSG_PUB.Count_Msg;

1394: IF l_return_status <> FND_API.G_RET_STS_SUCCESS THEN
1395: l_overall_return_status := FND_API.G_RET_STS_UNEXP_ERROR;
1396:
1397: -- bug 4117269: Remove the error messages added by the above API
1398: l_msg_count2 := FND_MSG_PUB.Count_Msg;
1399: IF P_DEBUG_MODE = 'Y' THEN
1400: pa_debug.write(x_module => 'pa.plsql.PA_ASSIGNMENTS_PVT.Update_Task_Assignments'
1401: ,x_msg => ' count1='||l_msg_count1||
1402: ' count2='||l_msg_count2

Line 1409: ,x_msg => 'Deleting message at index: ' || FND_MSG_PUB.Count_Msg

1405:
1406: FOR k IN (l_msg_count1 + 1)..l_msg_count2 LOOP
1407: IF P_DEBUG_MODE = 'Y' THEN
1408: pa_debug.write(x_module => 'pa.plsql.PA_ASSIGNMENTS_PVT.Update_Task_Assignments'
1409: ,x_msg => 'Deleting message at index: ' || FND_MSG_PUB.Count_Msg
1410: ,x_log_level => li_message_level);
1411: END IF;
1412: FND_MSG_PUB.delete_msg(p_msg_index => FND_MSG_PUB.Count_Msg);
1413: END LOOP;

Line 1412: FND_MSG_PUB.delete_msg(p_msg_index => FND_MSG_PUB.Count_Msg);

1408: pa_debug.write(x_module => 'pa.plsql.PA_ASSIGNMENTS_PVT.Update_Task_Assignments'
1409: ,x_msg => 'Deleting message at index: ' || FND_MSG_PUB.Count_Msg
1410: ,x_log_level => li_message_level);
1411: END IF;
1412: FND_MSG_PUB.delete_msg(p_msg_index => FND_MSG_PUB.Count_Msg);
1413: END LOOP;
1414:
1415: PA_UTILS.Add_Message( p_app_short_name => 'PA'
1416: ,p_msg_name => 'PA_NO_UPDATE_ASGN_WITH_ACTUALS' );

Line 1515: FND_MSG_PUB.add_exc_msg ( p_pkg_name => 'PA_ASSIGNMENTS_PVT.Update_Task_Assignments'

1511: EXCEPTION
1512: WHEN OTHERS THEN
1513:
1514: -- Set the excetption Message and the stack
1515: FND_MSG_PUB.add_exc_msg ( p_pkg_name => 'PA_ASSIGNMENTS_PVT.Update_Task_Assignments'
1516: ,p_procedure_name => PA_DEBUG.G_Err_Stack );
1517: --
1518: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR;
1519: RAISE; -- This is optional depending on the needs