DBA Data[Home] [Help]

APPS.PA_PROGRESS_REPORT_PVT dependencies on FND_MSG_PUB

Line 234: FND_MSG_PUB.add_exc_msg ( p_pkg_name => 'PA_Progress_Report_PVT.Create_Progress_Report'

230: ROLLBACK TO Create_Progress_Report;
231: END IF;
232: --
233: -- Set the excetption Message and the stack
234: FND_MSG_PUB.add_exc_msg ( p_pkg_name => 'PA_Progress_Report_PVT.Create_Progress_Report'
235: ,p_procedure_name => PA_DEBUG.G_Err_Stack );
236: --
237: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR ;
238: RAISE; -- This is optional depending on the needs

Line 543: FND_MSG_PUB.add_exc_msg ( p_pkg_name => 'PA_PROGRESS_REPORT_PVT.Update_Progress_Report'

539: ROLLBACK TO update_report_region;
540: END IF;
541: --
542: -- Set the excetption Message and the stack
543: FND_MSG_PUB.add_exc_msg ( p_pkg_name => 'PA_PROGRESS_REPORT_PVT.Update_Progress_Report'
544: ,p_procedure_name => PA_DEBUG.G_Err_Stack );
545: --
546: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR ;
547: RAISE; -- This is optional depending on the needs

Line 711: FND_MSG_PUB.add_exc_msg( p_pkg_name => 'PA_PROGRESS_Report_PVT.Delete_Progress_Report'

707: ROLLBACK TO Delete_Progress_Report;
708: END IF;
709:
710: -- Set the excetption Message and the stack
711: FND_MSG_PUB.add_exc_msg( p_pkg_name => 'PA_PROGRESS_Report_PVT.Delete_Progress_Report'
712: ,p_procedure_name => PA_DEBUG.G_Err_Stack );
713: --
714: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR ;
715: RAISE; -- This is optional depending on the needs

Line 942: FND_MSG_PUB.add_exc_msg ( p_pkg_name => 'PA_PROGRESS_REPORT_PVT.Cancel_Report'

938: ROLLBACK TO cancel_report;
939: END IF;
940: --
941: -- Set the excetption Message and the stack
942: FND_MSG_PUB.add_exc_msg ( p_pkg_name => 'PA_PROGRESS_REPORT_PVT.Cancel_Report'
943: ,p_procedure_name => PA_DEBUG.G_Err_Stack );
944: --
945: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR ;
946: RAISE; -- This is optional depending on the needs

Line 1091: FND_MSG_PUB.add_exc_msg ( p_pkg_name => 'PA_PROGRESS_REPORT_PVT.Approve_Report'

1087: ROLLBACK TO approve_report;
1088: END IF;
1089: --
1090: -- Set the excetption Message and the stack
1091: FND_MSG_PUB.add_exc_msg ( p_pkg_name => 'PA_PROGRESS_REPORT_PVT.Approve_Report'
1092: ,p_procedure_name => PA_DEBUG.G_Err_Stack );
1093: --
1094: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR ;
1095: RAISE; -- This is optional depending on the needs

Line 1242: FND_MSG_PUB.add_exc_msg ( p_pkg_name => 'PA_PROGRESS_REPORT_PVT.Reject_Report'

1238: ROLLBACK TO reject_report;
1239: END IF;
1240: --
1241: -- Set the excetption Message and the stack
1242: FND_MSG_PUB.add_exc_msg ( p_pkg_name => 'PA_PROGRESS_REPORT_PVT.Reject_Report'
1243: ,p_procedure_name => PA_DEBUG.G_Err_Stack );
1244: --
1245: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR ;
1246: RAISE; -- This is optional depending on the needs

Line 1424: FND_MSG_PUB.add_exc_msg ( p_pkg_name => 'PA_PROGRESS_REPORT_PVT.update_report_details'

1420: ROLLBACK TO update_report_details;
1421: END IF;
1422: --
1423: -- Set the excetption Message and the stack
1424: FND_MSG_PUB.add_exc_msg ( p_pkg_name => 'PA_PROGRESS_REPORT_PVT.update_report_details'
1425: ,p_procedure_name => PA_DEBUG.G_Err_Stack );
1426: --
1427: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR ;
1428: RAISE; -- This is optional depending on the needs

Line 1932: FND_MSG_PUB.add_exc_msg ( p_pkg_name => 'PA_PROGRESS_REPORT_PVT.define_progress_report_setup'

1928: ROLLBACK TO define_progress_report_setup;
1929: END IF;
1930: --
1931: -- Set the excetption Message and the stack
1932: FND_MSG_PUB.add_exc_msg ( p_pkg_name => 'PA_PROGRESS_REPORT_PVT.define_progress_report_setup'
1933: ,p_procedure_name => PA_DEBUG.G_Err_Stack );
1934: --
1935: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR ;
1936: RAISE; -- This is optional depending on the needs

Line 2149: FND_MSG_PUB.add_exc_msg ( p_pkg_name => 'PA_PROGRESS_REPORT_PVT.Delete_Report'

2145: ROLLBACK TO delete_report;
2146: END IF;
2147: --
2148: -- Set the excetption Message and the stack
2149: FND_MSG_PUB.add_exc_msg ( p_pkg_name => 'PA_PROGRESS_REPORT_PVT.Delete_Report'
2150: ,p_procedure_name => PA_DEBUG.G_Err_Stack );
2151: --
2152: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR ;
2153: RAISE; -- This is optional depending on the needs

Line 2402: FND_MSG_PUB.add_exc_msg ( p_pkg_name => 'PA_PROGRESS_REPORT_PVT.Rework_Report'

2398: ROLLBACK TO rework_report;
2399: END IF;
2400: --
2401: -- Set the excetption Message and the stack
2402: FND_MSG_PUB.add_exc_msg ( p_pkg_name => 'PA_PROGRESS_REPORT_PVT.Rework_Report'
2403: ,p_procedure_name => PA_DEBUG.G_Err_Stack );
2404: --
2405: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR ;
2406: RAISE; -- This is optional depending on the needs

Line 2685: FND_MSG_PUB.add_exc_msg ( p_pkg_name => 'PA_PROGRESS_REPORT_PVT.Publish_Report'

2681: ROLLBACK TO publish_report;
2682:
2683: --
2684: -- Set the excetption Message and the stack
2685: FND_MSG_PUB.add_exc_msg ( p_pkg_name => 'PA_PROGRESS_REPORT_PVT.Publish_Report'
2686: ,p_procedure_name => PA_DEBUG.G_Err_Stack );
2687: --
2688: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR ;
2689: RAISE; -- This is optional depending on the needs

Line 2918: FND_MSG_PUB.add_exc_msg ( p_pkg_name => 'PA_PROGRESS_REPORT_PVT.Submit_Report'

2914: ROLLBACK TO submit_report;
2915:
2916: --
2917: -- Set the excetption Message and the stack
2918: FND_MSG_PUB.add_exc_msg ( p_pkg_name => 'PA_PROGRESS_REPORT_PVT.Submit_Report'
2919: ,p_procedure_name => PA_DEBUG.G_Err_Stack );
2920: --
2921: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR ;
2922: RAISE; -- This is optional depending on the needs

Line 3171: FND_MSG_PUB.add_exc_msg ( p_pkg_name => 'PA_PROGRESS_REPORT_PVT.Change_Report_Status'

3167: WHEN OTHERS THEN
3168:
3169: --
3170: -- Set the excetption Message and the stack
3171: FND_MSG_PUB.add_exc_msg ( p_pkg_name => 'PA_PROGRESS_REPORT_PVT.Change_Report_Status'
3172: ,p_procedure_name => PA_DEBUG.G_Err_Stack );
3173: --
3174: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR ;
3175: RAISE; -- This is optional depending on the needs

Line 3706: FND_MSG_PUB.add_exc_msg ( p_pkg_name => 'PA_PROGRESS_REPORT_PVT.create_next_progress_report'

3702: ROLLBACK TO create_next_progress_report;
3703: END IF;
3704: --
3705: -- Set the exception Message and the stack
3706: FND_MSG_PUB.add_exc_msg ( p_pkg_name => 'PA_PROGRESS_REPORT_PVT.create_next_progress_report'
3707: ,p_procedure_name => PA_DEBUG.G_Err_Stack );
3708: --
3709: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR ;
3710: RAISE; -- This is optional depending on the needs

Line 3889: FND_MSG_PUB.add_exc_msg ( p_pkg_name => 'PA_Progress_Report_PVT.update_project_perccomplete'

3885: ROLLBACK TO update_project_perccomplete;
3886:
3887: --
3888: -- Set the excetption Message and the stack
3889: FND_MSG_PUB.add_exc_msg ( p_pkg_name => 'PA_Progress_Report_PVT.update_project_perccomplete'
3890: ,p_procedure_name => PA_DEBUG.G_Err_Stack );
3891: --
3892: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR ;
3893: RAISE; -- This is optional depending on the needs

Line 4057: FND_MSG_PUB.add_exc_msg( p_pkg_name => 'PA_PROGRESS_REPORT_PVT'

4053:
4054: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR;
4055: x_msg_count := 1;
4056: x_msg_data := SQLERRM;
4057: FND_MSG_PUB.add_exc_msg( p_pkg_name => 'PA_PROGRESS_REPORT_PVT'
4058: ,p_procedure_name => 'delete_version_data');
4059: pa_debug.g_err_stage:= 'Unexpected Error'||SQLERRM;
4060: pa_debug.reset_err_stack;
4061: RAISE;