DBA Data[Home] [Help]

APPS.PA_PROGRESS_REPORT_PUB dependencies on PA_PROGRESS_REPORT_PUB

Line 1: package body PA_PROGRESS_REPORT_PUB as

1: package body PA_PROGRESS_REPORT_PUB as
2: /* $Header: PAPRRPPB.pls 120.1 2005/08/19 16:45:07 mwasowic noship $ */
3:
4: PROCEDURE Create_REPORT_REGION
5: (

Line 68: PA_DEBUG.init_err_stack('PA_PROGRESS_REPORT_PUB.Create_REPORT_REGION');

64:
65: BEGIN
66:
67: -- Initialize the Error Stack
68: PA_DEBUG.init_err_stack('PA_PROGRESS_REPORT_PUB.Create_REPORT_REGION');
69:
70: -- Initialize the return status to success
71: x_return_status := FND_API.G_RET_STS_SUCCESS;
72:

Line 203: FND_MSG_PUB.add_exc_msg ( p_pkg_name => 'PA_PROGRESS_REPORT_PUB.Create_REPORT_REGION'

199: WHEN OTHERS THEN
200: rollback;
201:
202: -- Set the excetption Message and the stack
203: FND_MSG_PUB.add_exc_msg ( p_pkg_name => 'PA_PROGRESS_REPORT_PUB.Create_REPORT_REGION'
204: ,p_procedure_name => PA_DEBUG.G_Err_Stack );
205: --
206: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR ;
207: RAISE; -- This is optional depending on the needs

Line 275: PA_DEBUG.init_err_stack('PA_PROGRESS_REPORT_PUB.Update_REPORT_REGION');

271: l_msg_index_out NUMBER;
272: BEGIN
273:
274: -- Initialize the Error Stack
275: PA_DEBUG.init_err_stack('PA_PROGRESS_REPORT_PUB.Update_REPORT_REGION');
276:
277: -- Initialize the return status to success
278: x_return_status := FND_API.G_RET_STS_SUCCESS;
279:

Line 369: FND_MSG_PUB.add_exc_msg ( p_pkg_name => 'PA_PROGRESS_REPORT_PUB.Update_REPORT_REGION'

365: WHEN OTHERS THEN
366: rollback;
367:
368: -- Set the excetption Message and the stack
369: FND_MSG_PUB.add_exc_msg ( p_pkg_name => 'PA_PROGRESS_REPORT_PUB.Update_REPORT_REGION'
370: ,p_procedure_name => PA_DEBUG.G_Err_Stack );
371: --
372: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR ;
373: RAISE; -- This is optional depending on the needs

Line 400: PA_DEBUG.init_err_stack('PA_PROGRESS_REPORT_PUB.Delete_Progress_Report');

396: l_msg_index_out NUMBER;
397: BEGIN
398:
399: -- Initialize the Error Stack
400: PA_DEBUG.init_err_stack('PA_PROGRESS_REPORT_PUB.Delete_Progress_Report');
401:
402: -- Initialize the return status to success
403: x_return_status := FND_API.G_RET_STS_SUCCESS;
404:

Line 454: FND_MSG_PUB.add_exc_msg ( p_pkg_name => 'PA_PROGRESS_REPORT_PUB.Delete_Progress_Report'

450: WHEN OTHERS THEN
451: rollback;
452:
453: -- Set the excetption Message and the stack
454: FND_MSG_PUB.add_exc_msg ( p_pkg_name => 'PA_PROGRESS_REPORT_PUB.Delete_Progress_Report'
455: ,p_procedure_name => PA_DEBUG.G_Err_Stack );
456: --
457: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR ;
458: RAISE; -- This is optional depending on the needs

Line 506: PA_DEBUG.init_err_stack('PA_PROGRESS_REPORT_PUB.define_progress_report_setup');

502: l_msg_index_out NUMBER;
503: BEGIN
504:
505: -- Initialize the Error Stack
506: PA_DEBUG.init_err_stack('PA_PROGRESS_REPORT_PUB.define_progress_report_setup');
507:
508: -- Initialize the return status to success
509: x_return_status := FND_API.G_RET_STS_SUCCESS;
510:

Line 581: FND_MSG_PUB.add_exc_msg ( p_pkg_name => 'PA_PROGRESS_REPORT_PUB.define_progress_report_setup'

577: WHEN OTHERS THEN
578: rollback;
579:
580: -- Set the excetption Message and the stack
581: FND_MSG_PUB.add_exc_msg ( p_pkg_name => 'PA_PROGRESS_REPORT_PUB.define_progress_report_setup'
582: ,p_procedure_name => PA_DEBUG.G_Err_Stack );
583: --
584: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR ;
585: RAISE; -- This is optional depending on the needs

Line 610: PA_DEBUG.init_err_stack('PA_PROGRESS_REPORT_PUB.create_report');

606: l_msg_index_out NUMBER;
607: BEGIN
608:
609: -- Initialize the Error Stack
610: PA_DEBUG.init_err_stack('PA_PROGRESS_REPORT_PUB.create_report');
611:
612: -- Initialize the return status to success
613: x_return_status := FND_API.G_RET_STS_SUCCESS;
614:

Line 663: FND_MSG_PUB.add_exc_msg ( p_pkg_name => 'PA_PROGRESS_REPORT_PUB.create_report'

659: WHEN OTHERS THEN
660: rollback;
661:
662: -- Set the excetption Message and the stack
663: FND_MSG_PUB.add_exc_msg ( p_pkg_name => 'PA_PROGRESS_REPORT_PUB.create_report'
664: ,p_procedure_name => PA_DEBUG.G_Err_Stack );
665: --
666: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR ;
667: RAISE; -- This is optional depending on the needs

Line 695: PA_DEBUG.init_err_stack('PA_PROGRESS_REPORT_PUB.change_report_status');

691: l_msg_index_out NUMBER;
692: BEGIN
693:
694: -- Initialize the Error Stack
695: PA_DEBUG.init_err_stack('PA_PROGRESS_REPORT_PUB.change_report_status');
696:
697: -- Initialize the return status to success
698: x_return_status := FND_API.G_RET_STS_SUCCESS;
699:

Line 831: FND_MSG_PUB.add_exc_msg ( p_pkg_name => 'PA_PROGRESS_REPORT_PUB.change_report_status'

827: WHEN OTHERS THEN
828: rollback;
829:
830: -- Set the excetption Message and the stack
831: FND_MSG_PUB.add_exc_msg ( p_pkg_name => 'PA_PROGRESS_REPORT_PUB.change_report_status'
832: ,p_procedure_name => PA_DEBUG.G_Err_Stack );
833: --
834: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR ;
835: RAISE; -- This is optional depending on the needs

Line 865: PA_DEBUG.init_err_stack('PA_PROGRESS_REPORT_PUB.update_report_details');

861: l_msg_index_out NUMBER;
862: BEGIN
863:
864: -- Initialize the Error Stack
865: PA_DEBUG.init_err_stack('PA_PROGRESS_REPORT_PUB.update_report_details');
866:
867: -- Initialize the return status to success
868: x_return_status := FND_API.G_RET_STS_SUCCESS;
869:

Line 922: FND_MSG_PUB.add_exc_msg ( p_pkg_name => 'PA_PROGRESS_REPORT_PUB.update_report_details'

918: WHEN OTHERS THEN
919: rollback;
920:
921: -- Set the excetption Message and the stack
922: FND_MSG_PUB.add_exc_msg ( p_pkg_name => 'PA_PROGRESS_REPORT_PUB.update_report_details'
923: ,p_procedure_name => PA_DEBUG.G_Err_Stack );
924: --
925: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR ;
926: RAISE; -- This is optional depending on the needs

Line 950: PA_DEBUG.init_err_stack('PA_PROGRESS_REPORT_PUB.delete_report');

946: l_msg_index_out NUMBER;
947: BEGIN
948:
949: -- Initialize the Error Stack
950: PA_DEBUG.init_err_stack('PA_PROGRESS_REPORT_PUB.delete_report');
951:
952: -- Initialize the return status to success
953: x_return_status := FND_API.G_RET_STS_SUCCESS;
954:

Line 1001: FND_MSG_PUB.add_exc_msg ( p_pkg_name => 'PA_PROGRESS_REPORT_PUB.delete_report'

997: WHEN OTHERS THEN
998: rollback;
999:
1000: -- Set the excetption Message and the stack
1001: FND_MSG_PUB.add_exc_msg ( p_pkg_name => 'PA_PROGRESS_REPORT_PUB.delete_report'
1002: ,p_procedure_name => PA_DEBUG.G_Err_Stack );
1003: --
1004: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR ;
1005: RAISE; -- This is optional depending on the needs

Line 1030: PA_DEBUG.init_err_stack('PA_PROGRESS_REPORT_PUB.submit_report');

1026: l_msg_index_out NUMBER;
1027: BEGIN
1028:
1029: -- Initialize the Error Stack
1030: PA_DEBUG.init_err_stack('PA_PROGRESS_REPORT_PUB.submit_report');
1031:
1032: -- Initialize the return status to success
1033: x_return_status := FND_API.G_RET_STS_SUCCESS;
1034:

Line 1081: FND_MSG_PUB.add_exc_msg ( p_pkg_name => 'PA_PROGRESS_REPORT_PUB.submit_report'

1077: WHEN OTHERS THEN
1078: rollback;
1079:
1080: -- Set the excetption Message and the stack
1081: FND_MSG_PUB.add_exc_msg ( p_pkg_name => 'PA_PROGRESS_REPORT_PUB.submit_report'
1082: ,p_procedure_name => PA_DEBUG.G_Err_Stack );
1083: --
1084: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR ;
1085: RAISE; -- This is optional depending on the needs

Line 1109: PA_DEBUG.init_err_stack('PA_PROGRESS_REPORT_PUB.cancel_report');

1105: l_msg_index_out NUMBER;
1106: BEGIN
1107:
1108: -- Initialize the Error Stack
1109: PA_DEBUG.init_err_stack('PA_PROGRESS_REPORT_PUB.cancel_report');
1110:
1111: -- Initialize the return status to success
1112: x_return_status := FND_API.G_RET_STS_SUCCESS;
1113:

Line 1161: FND_MSG_PUB.add_exc_msg ( p_pkg_name => 'PA_PROGRESS_REPORT_PUB.cancel_report'

1157: WHEN OTHERS THEN
1158: rollback;
1159:
1160: -- Set the excetption Message and the stack
1161: FND_MSG_PUB.add_exc_msg ( p_pkg_name => 'PA_PROGRESS_REPORT_PUB.cancel_report'
1162: ,p_procedure_name => PA_DEBUG.G_Err_Stack );
1163: --
1164: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR ;
1165: RAISE; -- This is optional depending on the needs

Line 1188: PA_DEBUG.init_err_stack('PA_PROGRESS_REPORT_PUB.rework_report');

1184: l_msg_index_out NUMBER;
1185: BEGIN
1186:
1187: -- Initialize the Error Stack
1188: PA_DEBUG.init_err_stack('PA_PROGRESS_REPORT_PUB.rework_report');
1189:
1190: -- Initialize the return status to success
1191: x_return_status := FND_API.G_RET_STS_SUCCESS;
1192:

Line 1239: FND_MSG_PUB.add_exc_msg ( p_pkg_name => 'PA_PROGRESS_REPORT_PUB.rework_report'

1235: WHEN OTHERS THEN
1236: rollback;
1237:
1238: -- Set the excetption Message and the stack
1239: FND_MSG_PUB.add_exc_msg ( p_pkg_name => 'PA_PROGRESS_REPORT_PUB.rework_report'
1240: ,p_procedure_name => PA_DEBUG.G_Err_Stack );
1241: --
1242: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR ;
1243: RAISE; -- This is optional depending on the needs

Line 1266: PA_DEBUG.init_err_stack('PA_PROGRESS_REPORT_PUB.publish_report');

1262: l_msg_index_out NUMBER;
1263: BEGIN
1264:
1265: -- Initialize the Error Stack
1266: PA_DEBUG.init_err_stack('PA_PROGRESS_REPORT_PUB.publish_report');
1267:
1268: -- Initialize the return status to success
1269: x_return_status := FND_API.G_RET_STS_SUCCESS;
1270:

Line 1318: FND_MSG_PUB.add_exc_msg ( p_pkg_name => 'PA_PROGRESS_REPORT_PUB.publish_report'

1314: WHEN OTHERS THEN
1315: rollback;
1316:
1317: -- Set the excetption Message and the stack
1318: FND_MSG_PUB.add_exc_msg ( p_pkg_name => 'PA_PROGRESS_REPORT_PUB.publish_report'
1319: ,p_procedure_name => PA_DEBUG.G_Err_Stack );
1320: --
1321: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR ;
1322: RAISE; -- This is optional depending on the needs

Line 1343: PA_DEBUG.init_err_stack('PA_PROGRESS_REPORT_PUB.approve_report');

1339: l_msg_index_out NUMBER;
1340: BEGIN
1341:
1342: -- Initialize the Error Stack
1343: PA_DEBUG.init_err_stack('PA_PROGRESS_REPORT_PUB.approve_report');
1344:
1345: -- Initialize the return status to success
1346: x_return_status := FND_API.G_RET_STS_SUCCESS;
1347:

Line 1394: FND_MSG_PUB.add_exc_msg ( p_pkg_name => 'PA_PROGRESS_REPORT_PUB.approve_report'

1390: WHEN OTHERS THEN
1391: rollback;
1392:
1393: -- Set the excetption Message and the stack
1394: FND_MSG_PUB.add_exc_msg ( p_pkg_name => 'PA_PROGRESS_REPORT_PUB.approve_report'
1395: ,p_procedure_name => PA_DEBUG.G_Err_Stack );
1396: --
1397: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR ;
1398: RAISE; -- This is optional depending on the needs

Line 1420: PA_DEBUG.init_err_stack('PA_PROGRESS_REPORT_PUB.reject_report');

1416: l_msg_index_out NUMBER;
1417: BEGIN
1418:
1419: -- Initialize the Error Stack
1420: PA_DEBUG.init_err_stack('PA_PROGRESS_REPORT_PUB.reject_report');
1421:
1422: -- Initialize the return status to success
1423: x_return_status := FND_API.G_RET_STS_SUCCESS;
1424:

Line 1471: FND_MSG_PUB.add_exc_msg ( p_pkg_name => 'PA_PROGRESS_REPORT_PUB.reject_report'

1467: WHEN OTHERS THEN
1468: rollback;
1469:
1470: -- Set the excetption Message and the stack
1471: FND_MSG_PUB.add_exc_msg ( p_pkg_name => 'PA_PROGRESS_REPORT_PUB.reject_report'
1472: ,p_procedure_name => PA_DEBUG.G_Err_Stack );
1473: --
1474: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR ;
1475: RAISE; -- This is optional depending on the needs

Line 1479: END pa_progress_report_pub;

1475: RAISE; -- This is optional depending on the needs
1476: END reject_report;
1477:
1478:
1479: END pa_progress_report_pub;
1480: