DBA Data[Home] [Help]

APPS.PA_FP_CONTROL_ITEMS_IMPACT_PKG dependencies on PA_FIN_PLAN_PUB

Line 799: pa_fin_plan_pub.Create_Version(

795: RETURN;
796: END IF;
797:
798:
799: pa_fin_plan_pub.Create_Version(
800: p_project_id => p_project_id
801: ,p_fin_plan_type_id => p_fin_plan_type_id
802: ,p_element_type => p_element_type
803: ,p_version_name => 'CI'

Line 963: pa_fin_plan_pub.Delete_Version(

959: PA_DEBUG.write_log (x_module => l_module
960: ,x_msg => 'before calling dele version in finplan pub'
961: ,x_log_level => 5);
962: END IF;
963: pa_fin_plan_pub.Delete_Version(
964: p_project_id => p_project_id,
965: p_budget_version_id => l_bv_id_tab(i),
966: p_record_version_number => l_rv_number_tab(i),
967: x_return_status => x_return_status,