DBA Data[Home] [Help]

APPS.PA_FP_CONTROL_ITEMS_IMPACT_PKG dependencies on PA_FIN_PLAN_PUB

Line 749: pa_fin_plan_pub.Create_Version(

745: RETURN;
746: END IF;
747:
748:
749: pa_fin_plan_pub.Create_Version(
750: p_project_id => p_project_id
751: ,p_fin_plan_type_id => p_fin_plan_type_id
752: ,p_element_type => p_element_type
753: ,p_version_name => 'CI'

Line 913: pa_fin_plan_pub.Delete_Version(

909: PA_DEBUG.write_log (x_module => l_module
910: ,x_msg => 'before calling dele version in finplan pub'
911: ,x_log_level => 5);
912: END IF;
913: pa_fin_plan_pub.Delete_Version(
914: p_project_id => p_project_id,
915: p_budget_version_id => l_bv_id_tab(i),
916: p_record_version_number => l_rv_number_tab(i),
917: x_return_status => x_return_status,