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 1372: PA_DEBUG.Reset_Err_Stack;

1368:
1369: x_return_status := FND_API.G_RET_STS_ERROR;
1370:
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:

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

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

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

2840:
2841: BEGIN
2842:
2843: -- Initialize the Error Stack
2844: PA_DEBUG.init_err_stack('PA_RESOURCE_PVT.Update_Res_Availability');
2845:
2846: -- Initialize the return status to success
2847: x_return_status := FND_API.G_RET_STS_SUCCESS;
2848:

Line 2891: PA_DEBUG.Reset_Err_Stack;

2887: WHEN FND_API.G_EXC_ERROR THEN
2888: x_return_status := FND_API.G_RET_STS_ERROR;
2889:
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:

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

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;
2915:
2916: RAISE;