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 1349: x_msg_count := FND_MSG_PUB.Count_Msg;

1345: END LOOP;
1346:
1347: CLOSE denormalized_locations;
1348:
1349: x_msg_count := FND_MSG_PUB.Count_Msg;
1350:
1351: IF x_msg_count > 0 THEN
1352:
1353: x_return_status := FND_API.G_RET_STS_ERROR;

Line 1375: x_msg_count := FND_MSG_PUB.Count_Msg;

1371: -- Reset the error stack when returning to the calling program
1372: PA_DEBUG.Reset_Err_Stack;
1373:
1374: -- get the number of messages
1375: x_msg_count := FND_MSG_PUB.Count_Msg;
1376:
1377: -- Put a message text from message stack into the x_msg_data if there is only
1378: -- single error.
1379: IF x_msg_count = 1 THEN

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

1399: ,p_commit => p_commit
1400: ,x_return_status => l_return_status);
1401: /* Bug 2898766 - End */
1402: WHEN OTHERS THEN
1403: FND_MSG_PUB.add_exc_msg ( p_pkg_name => 'PA_RESOURCE_PVT.Populate_Resources_Denorm'
1404: , p_procedure_name => PA_DEBUG.G_Err_Stack);
1405: x_return_status:= FND_API.G_RET_STS_UNEXP_ERROR;
1406: RAISE;
1407:

Line 1668: fnd_msg_pub.initialize;

1664: l_msg_count NUMBER;
1665: BEGIN
1666:
1667: -- initialize error stack
1668: fnd_msg_pub.initialize;
1669:
1670: -- set return status to Success
1671: x_return_status := FND_API.G_RET_STS_SUCCESS;
1672:

Line 1715: x_msg_count := FND_MSG_PUB.Count_Msg;

1711: ELSE
1712: x_manager_id := NULL;
1713: END IF;
1714:
1715: x_msg_count := FND_MSG_PUB.Count_Msg;
1716:
1717: IF x_msg_count = 1 THEN
1718: pa_interface_utils_pub.get_messages ( p_encoded => FND_API.G_TRUE
1719: ,p_msg_index => 1

Line 2894: x_msg_count := FND_MSG_PUB.Count_Msg;

2890: -- Reset the error stack when returning to the calling program
2891: PA_DEBUG.Reset_Err_Stack;
2892:
2893: -- get the number of messages
2894: x_msg_count := FND_MSG_PUB.Count_Msg;
2895:
2896: -- Put a message text from message stack into the x_msg_data if there is only
2897: -- single error.
2898: IF x_msg_count = 1 THEN

Line 2910: FND_MSG_PUB.add_exc_msg

2906: RAISE;
2907:
2908: WHEN OTHERS THEN
2909: -- Set the exception Message and the stack
2910: FND_MSG_PUB.add_exc_msg
2911: (p_pkg_name => 'PA_RESOURCE_PVT.Update_Res_Availability'
2912: ,p_procedure_name => PA_DEBUG.G_Err_Stack );
2913:
2914: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR;