DBA Data[Home] [Help]

APPS.PA_PROJECT_STRUCTURE_PVT1 dependencies on PA_FIN_PLAN_PVT

Line 2588: /*moved PA_FIN_PLAN_PVT.delete_wp_budget_versions into plsql block */

2584: IF ( PA_PROJECT_STRUCTURE_UTILS.Get_Struc_Type_For_Version(p_structure_version_id, 'WORKPLAN') = 'Y') THEN
2585: l_struct_version_id_tbl.extend(1); /* Venky */
2586: l_struct_version_id_tbl(1) := p_structure_version_id;
2587: /*Smukka Bug No. 3474141 Date 03/01/2004 */
2588: /*moved PA_FIN_PLAN_PVT.delete_wp_budget_versions into plsql block */
2589: BEGIN
2590: PA_FIN_PLAN_PVT.delete_wp_budget_versions
2591: (
2592: p_struct_elem_version_id_tbl => l_struct_version_id_tbl

Line 2590: PA_FIN_PLAN_PVT.delete_wp_budget_versions

2586: l_struct_version_id_tbl(1) := p_structure_version_id;
2587: /*Smukka Bug No. 3474141 Date 03/01/2004 */
2588: /*moved PA_FIN_PLAN_PVT.delete_wp_budget_versions into plsql block */
2589: BEGIN
2590: PA_FIN_PLAN_PVT.delete_wp_budget_versions
2591: (
2592: p_struct_elem_version_id_tbl => l_struct_version_id_tbl
2593: ,x_return_status => x_return_status
2594: ,x_msg_count => x_msg_count

Line 2601: p_error_text => SUBSTRB('PA_FIN_PLAN_PVT.delete_wp_budget_versions:'||SQLERRM,1,240));

2597: EXCEPTION
2598: WHEN OTHERS THEN
2599: fnd_msg_pub.add_exc_msg(p_pkg_name => 'PA_PROJECT_STRUCTURE_PVT1',
2600: p_procedure_name => 'Delete_Structure_Version',
2601: p_error_text => SUBSTRB('PA_FIN_PLAN_PVT.delete_wp_budget_versions:'||SQLERRM,1,240));
2602: RAISE FND_API.G_EXC_ERROR;
2603: END;
2604: -- Added for FP_M Changes -- Bhumesh
2605: BEGIN

Line 12044: --remove the code to call PA_FIN_PLAN_PVT.delete_wp_budget_versions as its also called from

12040: END IF;
12041: PA_PROJ_ELEMENT_SCH_PKG.Delete_Row(l_pevsh_rowid);
12042:
12043: --bug 4172646
12044: --remove the code to call PA_FIN_PLAN_PVT.delete_wp_budget_versions as its also called from
12045: --PA_PROJECT_STRUCTURE_PVT1.delete_structure_versions API.
12046: --
12047:
12048: END IF;

Line 15928: /*moved PA_FIN_PLAN_PVT.delete_wp_budget_versions into plsql block */

15924: --delete wp budget for the version we keep
15925: l_struct_version_id_tbl.extend(1); /* Venky */
15926: l_struct_version_id_tbl(1) := l_keep_structure_ver_id;
15927: /*Smukka Bug No. 3474141 Date 03/01/2004 */
15928: /*moved PA_FIN_PLAN_PVT.delete_wp_budget_versions into plsql block */
15929: BEGIN
15930: /*Commented call to this API and replaced with pa_fin_plan_pvt.Delete_wp_option
15931: for Bug 3954050
15932: PA_FIN_PLAN_PVT.delete_wp_budget_versions(

Line 15930: /*Commented call to this API and replaced with pa_fin_plan_pvt.Delete_wp_option

15926: l_struct_version_id_tbl(1) := l_keep_structure_ver_id;
15927: /*Smukka Bug No. 3474141 Date 03/01/2004 */
15928: /*moved PA_FIN_PLAN_PVT.delete_wp_budget_versions into plsql block */
15929: BEGIN
15930: /*Commented call to this API and replaced with pa_fin_plan_pvt.Delete_wp_option
15931: for Bug 3954050
15932: PA_FIN_PLAN_PVT.delete_wp_budget_versions(
15933: p_struct_elem_version_id_tbl => l_struct_version_id_tbl
15934: ,x_return_status => l_return_status

Line 15932: PA_FIN_PLAN_PVT.delete_wp_budget_versions(

15928: /*moved PA_FIN_PLAN_PVT.delete_wp_budget_versions into plsql block */
15929: BEGIN
15930: /*Commented call to this API and replaced with pa_fin_plan_pvt.Delete_wp_option
15931: for Bug 3954050
15932: PA_FIN_PLAN_PVT.delete_wp_budget_versions(
15933: p_struct_elem_version_id_tbl => l_struct_version_id_tbl
15934: ,x_return_status => l_return_status
15935: ,x_msg_count => x_msg_count
15936: ,x_Msg_data => x_msg_data);

Line 15938: PA_FIN_PLAN_PVT.delete_wp_option

15934: ,x_return_status => l_return_status
15935: ,x_msg_count => x_msg_count
15936: ,x_Msg_data => x_msg_data);
15937: */
15938: PA_FIN_PLAN_PVT.delete_wp_option
15939: (
15940: p_project_id => p_project_id,
15941: x_return_status => l_return_status,
15942: x_msg_count => x_msg_count,

Line 15949: p_error_text => SUBSTRB('PA_FIN_PLAN_PVT.delete_wp_options :'||SQLERRM,1,240));

15945: EXCEPTION
15946: WHEN OTHERS THEN
15947: fnd_msg_pub.add_exc_msg(p_pkg_name => 'PA_PROJECT_STRUCTURE_PVT1',
15948: p_procedure_name => 'update_structures_setup_attr',
15949: p_error_text => SUBSTRB('PA_FIN_PLAN_PVT.delete_wp_options :'||SQLERRM,1,240));
15950: RAISE FND_API.G_EXC_ERROR;
15951: END;
15952: l_msg_count := FND_MSG_PUB.count_msg;
15953: IF l_msg_count > 0 THEN

Line 16463: /*moved PA_FIN_PLAN_PVT.delete_wp_budget_versions into plsql block */

16459: --delete wp budget for the version we keep
16460: l_struct_version_id_tbl.extend(1); /* Venky */
16461: l_struct_version_id_tbl(1) := l_keep_structure_ver_id;
16462: /*Smukka Bug No. 3474141 Date 03/01/2004 */
16463: /*moved PA_FIN_PLAN_PVT.delete_wp_budget_versions into plsql block */
16464: BEGIN
16465: /*Commented call to this API and replaced with pa_fin_plan_pvt.Delete_wp_option
16466: for Bug 3954050
16467: PA_FIN_PLAN_PVT.delete_wp_budget_versions(

Line 16465: /*Commented call to this API and replaced with pa_fin_plan_pvt.Delete_wp_option

16461: l_struct_version_id_tbl(1) := l_keep_structure_ver_id;
16462: /*Smukka Bug No. 3474141 Date 03/01/2004 */
16463: /*moved PA_FIN_PLAN_PVT.delete_wp_budget_versions into plsql block */
16464: BEGIN
16465: /*Commented call to this API and replaced with pa_fin_plan_pvt.Delete_wp_option
16466: for Bug 3954050
16467: PA_FIN_PLAN_PVT.delete_wp_budget_versions(
16468: p_struct_elem_version_id_tbl => l_struct_version_id_tbl
16469: ,x_return_status => l_return_status

Line 16467: PA_FIN_PLAN_PVT.delete_wp_budget_versions(

16463: /*moved PA_FIN_PLAN_PVT.delete_wp_budget_versions into plsql block */
16464: BEGIN
16465: /*Commented call to this API and replaced with pa_fin_plan_pvt.Delete_wp_option
16466: for Bug 3954050
16467: PA_FIN_PLAN_PVT.delete_wp_budget_versions(
16468: p_struct_elem_version_id_tbl => l_struct_version_id_tbl
16469: ,x_return_status => l_return_status
16470: ,x_msg_count => x_msg_count
16471: ,x_Msg_data => x_msg_data);

Line 16473: PA_FIN_PLAN_PVT.delete_wp_option

16469: ,x_return_status => l_return_status
16470: ,x_msg_count => x_msg_count
16471: ,x_Msg_data => x_msg_data);
16472: */
16473: PA_FIN_PLAN_PVT.delete_wp_option
16474: (
16475: p_project_id => p_project_id,
16476: x_return_status => l_return_status,
16477: x_msg_count => x_msg_count,

Line 16484: p_error_text => SUBSTRB('PA_FIN_PLAN_PVT.delete_wp_option:'||SQLERRM,1,240));

16480: EXCEPTION
16481: WHEN OTHERS THEN
16482: fnd_msg_pub.add_exc_msg(p_pkg_name => 'PA_PROJECT_STRUCTURE_PVT1',
16483: p_procedure_name => 'update_structures_setup_attr',
16484: p_error_text => SUBSTRB('PA_FIN_PLAN_PVT.delete_wp_option:'||SQLERRM,1,240));
16485: RAISE FND_API.G_EXC_ERROR;
16486: END;
16487: l_msg_count := FND_MSG_PUB.count_msg;
16488: IF l_msg_count > 0 THEN