DBA Data[Home] [Help]

APPS.PA_FP_VIEW_PLANS_PUB dependencies on PA_FP_CONTROL_ITEMS_UTILS

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

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

Line 1092: Pa_Fp_Control_Items_Utils.IsFpAutoBaselineEnabled(p_project_id);

1088: x_return_status := FND_API.G_RET_STS_SUCCESS;
1089:
1090: -- GET AUTO BASELINED FLAG
1091: x_auto_baselined_flag :=
1092: Pa_Fp_Control_Items_Utils.IsFpAutoBaselineEnabled(p_project_id);
1093:
1094: -- populate G_UNCAT_RLM_ID: the uncategorized resource list member id
1095: pa_fin_plan_utils.Get_Uncat_Resource_List_Info
1096: (x_resource_list_id => l_uncat_resource_list_id