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 828: FND_MSG_PUB.add_exc_msg ( p_pkg_name => 'PA_ASSIGNMENTS_PVT.Delete_Assignment'

824: EXCEPTION
825: WHEN OTHERS THEN
826:
827: -- Set the excetption Message and the stack
828: FND_MSG_PUB.add_exc_msg ( p_pkg_name => 'PA_ASSIGNMENTS_PVT.Delete_Assignment'
829: ,p_procedure_name => PA_DEBUG.G_Err_Stack );
830: --
831: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR ;
832: RAISE;

Line 868: fnd_msg_pub.add_exc_msg

864: EXCEPTION
865: WHEN OTHERS THEN
866: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR;
867:
868: fnd_msg_pub.add_exc_msg
869: (p_pkg_name => 'PA_ASSIGNMENTS_PVT',
870: p_procedure_name => 'Update_Revenue_Bill_Rate');
871:
872: RAISE;

Line 905: fnd_msg_pub.add_exc_msg

901: EXCEPTION
902: WHEN OTHERS THEN
903: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR;
904:
905: fnd_msg_pub.add_exc_msg
906: (p_pkg_name => 'PA_ASSIGNMENTS_PVT',
907: p_procedure_name => 'Update_Transfer_Price');
908:
909: RAISE;

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

1020: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR ;
1021: x_msg_count := 1;
1022: x_msg_data := SUBSTRB(SQLERRM,1,240);
1023:
1024: FND_MSG_PUB.add_exc_msg( p_pkg_name => 'PA_ASSIGNMENTS_PVT'
1025: ,p_procedure_name => 'Calc_Init_Transfer_Price'
1026: ,P_error_text => x_msg_data );
1027: RAISE ;
1028: END Calc_Init_Transfer_Price;

Line 1331: l_msg_count1 := FND_MSG_PUB.Count_Msg;

1327:
1328: -- IF 'Y' = l_edit_task_ok THEN Commented and changed as below for Bug 6856934
1329: IF nvl(l_edit_task_ok,'X') <> 'O' THEN
1330:
1331: l_msg_count1 := FND_MSG_PUB.Count_Msg;
1332: pa_fp_planning_transaction_pub.update_planning_transactions (
1333: p_context => 'TASK_ASSIGNMENT'
1334: ,p_calling_context => 'PA_PROJECT_ASSIGNMENT' -- Added for Bug 6856934
1335: ,p_struct_elem_version_id => l_last_struct_version_id

Line 1390: l_msg_count2 := FND_MSG_PUB.Count_Msg;

1386: IF l_return_status <> FND_API.G_RET_STS_SUCCESS THEN
1387: l_overall_return_status := FND_API.G_RET_STS_UNEXP_ERROR;
1388:
1389: -- bug 4117269: Remove the error messages added by the above API
1390: l_msg_count2 := FND_MSG_PUB.Count_Msg;
1391: IF P_DEBUG_MODE = 'Y' THEN
1392: pa_debug.write(x_module => 'pa.plsql.PA_ASSIGNMENTS_PVT.Update_Task_Assignments'
1393: ,x_msg => ' count1='||l_msg_count1||
1394: ' count2='||l_msg_count2

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

1397:
1398: FOR k IN (l_msg_count1 + 1)..l_msg_count2 LOOP
1399: IF P_DEBUG_MODE = 'Y' THEN
1400: pa_debug.write(x_module => 'pa.plsql.PA_ASSIGNMENTS_PVT.Update_Task_Assignments'
1401: ,x_msg => 'Deleting message at index: ' || FND_MSG_PUB.Count_Msg
1402: ,x_log_level => li_message_level);
1403: END IF;
1404: FND_MSG_PUB.delete_msg(p_msg_index => FND_MSG_PUB.Count_Msg);
1405: END LOOP;

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

1400: pa_debug.write(x_module => 'pa.plsql.PA_ASSIGNMENTS_PVT.Update_Task_Assignments'
1401: ,x_msg => 'Deleting message at index: ' || FND_MSG_PUB.Count_Msg
1402: ,x_log_level => li_message_level);
1403: END IF;
1404: FND_MSG_PUB.delete_msg(p_msg_index => FND_MSG_PUB.Count_Msg);
1405: END LOOP;
1406:
1407: PA_UTILS.Add_Message( p_app_short_name => 'PA'
1408: ,p_msg_name => 'PA_NO_UPDATE_ASGN_WITH_ACTUALS' );

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

1503: EXCEPTION
1504: WHEN OTHERS THEN
1505:
1506: -- Set the excetption Message and the stack
1507: FND_MSG_PUB.add_exc_msg ( p_pkg_name => 'PA_ASSIGNMENTS_PVT.Update_Task_Assignments'
1508: ,p_procedure_name => PA_DEBUG.G_Err_Stack );
1509: --
1510: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR;
1511: RAISE; -- This is optional depending on the needs