DBA Data[Home] [Help]

APPS.PA_FP_VIEW_PLANS_PUB dependencies on PA_FP_CONTROL_ITEMS_UTILS

Line 189: Pa_Fp_Control_Items_Utils.IsFpAutoBaselineEnabled(l_project_id); -- OUTPUT: x_auto_baselined_flag

185: x_view_currency_code := l_projfunc_currency_code; -- OUTPUT: x_view_currency_code
186:
187: -- bug 3146974 GET AUTO BASELINED FLAG
188: x_auto_baselined_flag :=
189: Pa_Fp_Control_Items_Utils.IsFpAutoBaselineEnabled(l_project_id); -- OUTPUT: x_auto_baselined_flag
190:
191: BEGIN
192: select fin_plan_start_date, fin_plan_end_date, fin_plan_type_id
193: -- default_amount_type_code,

Line 1188: Pa_Fp_Control_Items_Utils.IsFpAutoBaselineEnabled(p_project_id);

1184: x_return_status := FND_API.G_RET_STS_SUCCESS;
1185:
1186: -- GET AUTO BASELINED FLAG
1187: x_auto_baselined_flag :=
1188: Pa_Fp_Control_Items_Utils.IsFpAutoBaselineEnabled(p_project_id);
1189:
1190: -- populate G_UNCAT_RLM_ID: the uncategorized resource list member id
1191: pa_fin_plan_utils.Get_Uncat_Resource_List_Info
1192: (x_resource_list_id => l_uncat_resource_list_id