DBA Data[Home] [Help]

APPS.PA_RESOURCE_PVT dependencies on PA_DEBUG

Line 231: PA_DEBUG.init_err_stack('PA_RESOURCE_PVT.Insert_resource_denorm');

227: l_msg_index_out NUMBER;
228: l_rows_exists VARCHAR2(1);
229: BEGIN
230: -- Initialize the Error Stack
231: PA_DEBUG.init_err_stack('PA_RESOURCE_PVT.Insert_resource_denorm');
232:
233: -- Initialize the return status to success
234: x_return_status := FND_API.G_RET_STS_SUCCESS;
235:

Line 389: PA_DEBUG.Reset_Err_Stack;

385:
386: x_return_status := FND_API.G_RET_STS_ERROR;
387:
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:

Line 410: ,p_procedure_name => PA_DEBUG.G_Err_Stack );

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;
413:
414: END Insert_resource_denorm;

Line 470: PA_DEBUG.init_err_stack('PA_RESOURCE_PVT.Update_resource_denorm');

466: l_msg_index_out NUMBER;
467:
468: BEGIN
469: -- Initialize the Error Stack
470: PA_DEBUG.init_err_stack('PA_RESOURCE_PVT.Update_resource_denorm');
471:
472: -- Initialize the return status to success
473: x_return_status := FND_API.G_RET_STS_SUCCESS;
474:

Line 575: PA_DEBUG.Reset_Err_Stack;

571:
572: x_return_status := FND_API.G_RET_STS_ERROR;
573:
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:

Line 596: ,p_procedure_name => PA_DEBUG.G_Err_Stack );

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 ;
599:
600: END Update_resource_denorm;

Line 681: p_procedure_name => PA_DEBUG.G_Err_Stack );

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;
684: -- RAISE;
685: END update_single_res_denorm_rec;

Line 752: ,p_procedure_name => PA_DEBUG.G_Err_Stack );

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 ;
755:
756: END update_person_res_denorm_recs;

Line 815: p_procedure_name => 'PA_RESOURCE_PVT.syncronize_manager_name'); --PA_DEBUG.G_Err_Stack ); 5336386

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 ;
818:
819: END syncronize_manager_name;

Line 863: ,p_procedure_name => PA_DEBUG.G_Err_Stack );

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 ;
866:
867: RAISE;

Line 905: ,p_procedure_name => PA_DEBUG.G_Err_Stack );

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;
908: END delete_resource_denorm;
909:

Line 1279: PA_DEBUG.Reset_Err_Stack;

1275:
1276: x_return_status := FND_API.G_RET_STS_ERROR;
1277:
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:

Line 1311: , p_procedure_name => PA_DEBUG.G_Err_Stack);

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:
1315: END Populate_Resources_Denorm;

Line 2745: PA_DEBUG.init_err_stack('PA_RESOURCE_PVT.Update_Res_Availability');

2741:
2742: BEGIN
2743:
2744: -- Initialize the Error Stack
2745: PA_DEBUG.init_err_stack('PA_RESOURCE_PVT.Update_Res_Availability');
2746:
2747: -- Initialize the return status to success
2748: x_return_status := FND_API.G_RET_STS_SUCCESS;
2749:

Line 2792: PA_DEBUG.Reset_Err_Stack;

2788: WHEN FND_API.G_EXC_ERROR THEN
2789: x_return_status := FND_API.G_RET_STS_ERROR;
2790:
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:

Line 2813: ,p_procedure_name => PA_DEBUG.G_Err_Stack );

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;
2816:
2817: RAISE;