DBA Data[Home] [Help]

APPS.PA_RESOURCE_PVT dependencies on FND_MSG_PUB

Line 392: x_msg_count := FND_MSG_PUB.Count_Msg;

388: -- Reset the error stack when returning to the calling program
389: PA_DEBUG.Reset_Err_Stack;
390:
391: -- get the number of messages
392: x_msg_count := FND_MSG_PUB.Count_Msg;
393:
394: -- Put a message text from message stack into the x_msg_data if there is only
395: -- single error.
396: IF x_msg_count = 1 THEN

Line 408: FND_MSG_PUB.add_exc_msg

404: WHEN OTHERS THEN
405: ROLLBACK TO RES_PVT_INSERT_RES_DENORM;
406:
407: -- Set the exception Message and the stack
408: FND_MSG_PUB.add_exc_msg
409: (p_pkg_name => 'PA_RESOURCE_PVT.Insert_resource_denorm'
410: ,p_procedure_name => PA_DEBUG.G_Err_Stack );
411:
412: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR;

Line 578: x_msg_count := FND_MSG_PUB.Count_Msg;

574: -- Reset the error stack when returning to the calling program
575: PA_DEBUG.Reset_Err_Stack;
576:
577: -- get the number of messages
578: x_msg_count := FND_MSG_PUB.Count_Msg;
579:
580: -- Put a message text from message stack into the x_msg_data if there is only
581: -- single error.
582: IF x_msg_count = 1 THEN

Line 594: FND_MSG_PUB.add_exc_msg

590: WHEN OTHERS THEN
591: ROLLBACK TO RES_PVT_UPDATE_RES_DENORM;
592:
593: -- Set the exception Message and the stack
594: FND_MSG_PUB.add_exc_msg
595: (p_pkg_name => 'PA_RESOURCE_PVT.Update_resource_denorm'
596: ,p_procedure_name => PA_DEBUG.G_Err_Stack );
597:
598: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR ;

Line 679: FND_MSG_PUB.add_exc_msg

675:
676: EXCEPTION
677: WHEN OTHERS THEN
678: -- Set the exception Message and the stack
679: FND_MSG_PUB.add_exc_msg
680: (p_pkg_name => 'PA_RESOURCE_PVT.update_person_res_denorm_recs',
681: p_procedure_name => PA_DEBUG.G_Err_Stack );
682:
683: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR;

Line 750: FND_MSG_PUB.add_exc_msg

746: EXCEPTION
747: WHEN OTHERS THEN
748:
749: -- Set the exception Message and the stack
750: FND_MSG_PUB.add_exc_msg
751: (p_pkg_name => 'PA_RESOURCE_PVT.update_person_res_denorm_recs'
752: ,p_procedure_name => PA_DEBUG.G_Err_Stack );
753:
754: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR ;

Line 813: FND_MSG_PUB.add_exc_msg

809: EXCEPTION
810: WHEN OTHERS THEN
811:
812: -- Set the exception Message and the stack
813: FND_MSG_PUB.add_exc_msg
814: (p_pkg_name => 'PA_RESOURCE_PVT.update_person_res_denorm_recs',
815: p_procedure_name => 'PA_RESOURCE_PVT.syncronize_manager_name'); --PA_DEBUG.G_Err_Stack ); 5336386
816:
817: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR ;

Line 861: FND_MSG_PUB.add_exc_msg

857:
858: EXCEPTION
859: WHEN OTHERS THEN
860: -- Set the exception Message and the stack
861: FND_MSG_PUB.add_exc_msg
862: (p_pkg_name => 'PA_RESOURCE_PVT.update_person_res_denorm_recs'
863: ,p_procedure_name => PA_DEBUG.G_Err_Stack );
864:
865: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR ;

Line 903: FND_MSG_PUB.add_exc_msg

899:
900: EXCEPTION
901: WHEN OTHERS THEN
902: -- Set the exception Message and the stack
903: FND_MSG_PUB.add_exc_msg
904: ( p_pkg_name => 'PA_RESOURCE_PVT.delete_resource_denorm'
905: ,p_procedure_name => PA_DEBUG.G_Err_Stack );
906:
907: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR;

Line 1256: x_msg_count := FND_MSG_PUB.Count_Msg;

1252: END LOOP;
1253:
1254: CLOSE denormalized_locations;
1255:
1256: x_msg_count := FND_MSG_PUB.Count_Msg;
1257:
1258: IF x_msg_count > 0 THEN
1259:
1260: x_return_status := FND_API.G_RET_STS_ERROR;

Line 1282: x_msg_count := FND_MSG_PUB.Count_Msg;

1278: -- Reset the error stack when returning to the calling program
1279: PA_DEBUG.Reset_Err_Stack;
1280:
1281: -- get the number of messages
1282: x_msg_count := FND_MSG_PUB.Count_Msg;
1283:
1284: -- Put a message text from message stack into the x_msg_data if there is only
1285: -- single error.
1286: IF x_msg_count = 1 THEN

Line 1310: FND_MSG_PUB.add_exc_msg ( p_pkg_name => 'PA_RESOURCE_PVT.Populate_Resources_Denorm'

1306: ,p_commit => p_commit
1307: ,x_return_status => l_return_status);
1308: /* Bug 2898766 - End */
1309: WHEN OTHERS THEN
1310: FND_MSG_PUB.add_exc_msg ( p_pkg_name => 'PA_RESOURCE_PVT.Populate_Resources_Denorm'
1311: , p_procedure_name => PA_DEBUG.G_Err_Stack);
1312: x_return_status:= FND_API.G_RET_STS_UNEXP_ERROR;
1313: RAISE;
1314:

Line 1569: fnd_msg_pub.initialize;

1565: l_msg_count NUMBER;
1566: BEGIN
1567:
1568: -- initialize error stack
1569: fnd_msg_pub.initialize;
1570:
1571: -- set return status to Success
1572: x_return_status := FND_API.G_RET_STS_SUCCESS;
1573:

Line 1616: x_msg_count := FND_MSG_PUB.Count_Msg;

1612: ELSE
1613: x_manager_id := NULL;
1614: END IF;
1615:
1616: x_msg_count := FND_MSG_PUB.Count_Msg;
1617:
1618: IF x_msg_count = 1 THEN
1619: pa_interface_utils_pub.get_messages ( p_encoded => FND_API.G_TRUE
1620: ,p_msg_index => 1

Line 2795: x_msg_count := FND_MSG_PUB.Count_Msg;

2791: -- Reset the error stack when returning to the calling program
2792: PA_DEBUG.Reset_Err_Stack;
2793:
2794: -- get the number of messages
2795: x_msg_count := FND_MSG_PUB.Count_Msg;
2796:
2797: -- Put a message text from message stack into the x_msg_data if there is only
2798: -- single error.
2799: IF x_msg_count = 1 THEN

Line 2811: FND_MSG_PUB.add_exc_msg

2807: RAISE;
2808:
2809: WHEN OTHERS THEN
2810: -- Set the exception Message and the stack
2811: FND_MSG_PUB.add_exc_msg
2812: (p_pkg_name => 'PA_RESOURCE_PVT.Update_Res_Availability'
2813: ,p_procedure_name => PA_DEBUG.G_Err_Stack );
2814:
2815: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR;