DBA Data[Home] [Help]

APPS.PA_PROJECT_STRUCTURE_PVT1 dependencies on PA_FIN_PLAN_PVT

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

2603: IF ( PA_PROJECT_STRUCTURE_UTILS.Get_Struc_Type_For_Version(p_structure_version_id, 'WORKPLAN') = 'Y') THEN
2604: l_struct_version_id_tbl.extend(1); /* Venky */
2605: l_struct_version_id_tbl(1) := p_structure_version_id;
2606: /*Smukka Bug No. 3474141 Date 03/01/2004 */
2607: /*moved PA_FIN_PLAN_PVT.delete_wp_budget_versions into plsql block */
2608: BEGIN
2609: PA_FIN_PLAN_PVT.delete_wp_budget_versions
2610: (
2611: p_struct_elem_version_id_tbl => l_struct_version_id_tbl

Line 2609: PA_FIN_PLAN_PVT.delete_wp_budget_versions

2605: l_struct_version_id_tbl(1) := p_structure_version_id;
2606: /*Smukka Bug No. 3474141 Date 03/01/2004 */
2607: /*moved PA_FIN_PLAN_PVT.delete_wp_budget_versions into plsql block */
2608: BEGIN
2609: PA_FIN_PLAN_PVT.delete_wp_budget_versions
2610: (
2611: p_struct_elem_version_id_tbl => l_struct_version_id_tbl
2612: ,x_return_status => x_return_status
2613: ,x_msg_count => x_msg_count

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

2616: EXCEPTION
2617: WHEN OTHERS THEN
2618: fnd_msg_pub.add_exc_msg(p_pkg_name => 'PA_PROJECT_STRUCTURE_PVT1',
2619: p_procedure_name => 'Delete_Structure_Version',
2620: p_error_text => SUBSTRB('PA_FIN_PLAN_PVT.delete_wp_budget_versions:'||SQLERRM,1,240));
2621: RAISE FND_API.G_EXC_ERROR;
2622: END;
2623: -- Added for FP_M Changes -- Bhumesh
2624: BEGIN

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

12412: END IF;
12413: PA_PROJ_ELEMENT_SCH_PKG.Delete_Row(l_pevsh_rowid);
12414:
12415: --bug 4172646
12416: --remove the code to call PA_FIN_PLAN_PVT.delete_wp_budget_versions as its also called from
12417: --PA_PROJECT_STRUCTURE_PVT1.delete_structure_versions API.
12418: --
12419:
12420: END IF;

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

16300: --delete wp budget for the version we keep
16301: l_struct_version_id_tbl.extend(1); /* Venky */
16302: l_struct_version_id_tbl(1) := l_keep_structure_ver_id;
16303: /*Smukka Bug No. 3474141 Date 03/01/2004 */
16304: /*moved PA_FIN_PLAN_PVT.delete_wp_budget_versions into plsql block */
16305: BEGIN
16306: /*Commented call to this API and replaced with pa_fin_plan_pvt.Delete_wp_option
16307: for Bug 3954050
16308: PA_FIN_PLAN_PVT.delete_wp_budget_versions(

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

16302: l_struct_version_id_tbl(1) := l_keep_structure_ver_id;
16303: /*Smukka Bug No. 3474141 Date 03/01/2004 */
16304: /*moved PA_FIN_PLAN_PVT.delete_wp_budget_versions into plsql block */
16305: BEGIN
16306: /*Commented call to this API and replaced with pa_fin_plan_pvt.Delete_wp_option
16307: for Bug 3954050
16308: PA_FIN_PLAN_PVT.delete_wp_budget_versions(
16309: p_struct_elem_version_id_tbl => l_struct_version_id_tbl
16310: ,x_return_status => l_return_status

Line 16308: PA_FIN_PLAN_PVT.delete_wp_budget_versions(

16304: /*moved PA_FIN_PLAN_PVT.delete_wp_budget_versions into plsql block */
16305: BEGIN
16306: /*Commented call to this API and replaced with pa_fin_plan_pvt.Delete_wp_option
16307: for Bug 3954050
16308: PA_FIN_PLAN_PVT.delete_wp_budget_versions(
16309: p_struct_elem_version_id_tbl => l_struct_version_id_tbl
16310: ,x_return_status => l_return_status
16311: ,x_msg_count => x_msg_count
16312: ,x_Msg_data => x_msg_data);

Line 16314: PA_FIN_PLAN_PVT.delete_wp_option

16310: ,x_return_status => l_return_status
16311: ,x_msg_count => x_msg_count
16312: ,x_Msg_data => x_msg_data);
16313: */
16314: PA_FIN_PLAN_PVT.delete_wp_option
16315: (
16316: p_project_id => p_project_id,
16317: x_return_status => l_return_status,
16318: x_msg_count => x_msg_count,

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

16321: EXCEPTION
16322: WHEN OTHERS THEN
16323: fnd_msg_pub.add_exc_msg(p_pkg_name => 'PA_PROJECT_STRUCTURE_PVT1',
16324: p_procedure_name => 'update_structures_setup_attr',
16325: p_error_text => SUBSTRB('PA_FIN_PLAN_PVT.delete_wp_options :'||SQLERRM,1,240));
16326: RAISE FND_API.G_EXC_ERROR;
16327: END;
16328: l_msg_count := FND_MSG_PUB.count_msg;
16329: IF l_msg_count > 0 THEN

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

16835: --delete wp budget for the version we keep
16836: l_struct_version_id_tbl.extend(1); /* Venky */
16837: l_struct_version_id_tbl(1) := l_keep_structure_ver_id;
16838: /*Smukka Bug No. 3474141 Date 03/01/2004 */
16839: /*moved PA_FIN_PLAN_PVT.delete_wp_budget_versions into plsql block */
16840: BEGIN
16841: /*Commented call to this API and replaced with pa_fin_plan_pvt.Delete_wp_option
16842: for Bug 3954050
16843: PA_FIN_PLAN_PVT.delete_wp_budget_versions(

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

16837: l_struct_version_id_tbl(1) := l_keep_structure_ver_id;
16838: /*Smukka Bug No. 3474141 Date 03/01/2004 */
16839: /*moved PA_FIN_PLAN_PVT.delete_wp_budget_versions into plsql block */
16840: BEGIN
16841: /*Commented call to this API and replaced with pa_fin_plan_pvt.Delete_wp_option
16842: for Bug 3954050
16843: PA_FIN_PLAN_PVT.delete_wp_budget_versions(
16844: p_struct_elem_version_id_tbl => l_struct_version_id_tbl
16845: ,x_return_status => l_return_status

Line 16843: PA_FIN_PLAN_PVT.delete_wp_budget_versions(

16839: /*moved PA_FIN_PLAN_PVT.delete_wp_budget_versions into plsql block */
16840: BEGIN
16841: /*Commented call to this API and replaced with pa_fin_plan_pvt.Delete_wp_option
16842: for Bug 3954050
16843: PA_FIN_PLAN_PVT.delete_wp_budget_versions(
16844: p_struct_elem_version_id_tbl => l_struct_version_id_tbl
16845: ,x_return_status => l_return_status
16846: ,x_msg_count => x_msg_count
16847: ,x_Msg_data => x_msg_data);

Line 16849: PA_FIN_PLAN_PVT.delete_wp_option

16845: ,x_return_status => l_return_status
16846: ,x_msg_count => x_msg_count
16847: ,x_Msg_data => x_msg_data);
16848: */
16849: PA_FIN_PLAN_PVT.delete_wp_option
16850: (
16851: p_project_id => p_project_id,
16852: x_return_status => l_return_status,
16853: x_msg_count => x_msg_count,

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

16856: EXCEPTION
16857: WHEN OTHERS THEN
16858: fnd_msg_pub.add_exc_msg(p_pkg_name => 'PA_PROJECT_STRUCTURE_PVT1',
16859: p_procedure_name => 'update_structures_setup_attr',
16860: p_error_text => SUBSTRB('PA_FIN_PLAN_PVT.delete_wp_option:'||SQLERRM,1,240));
16861: RAISE FND_API.G_EXC_ERROR;
16862: END;
16863: l_msg_count := FND_MSG_PUB.count_msg;
16864: IF l_msg_count > 0 THEN