DBA Data[Home] [Help]

APPS.PA_FP_VIEW_PLANS_TXN_PUB dependencies on PA_FP_CONTROL_ITEMS_UTILS

Line 308: Pa_Fp_Control_Items_Utils.IsFpAutoBaselineEnabled(p_project_id); -- OUTPUT: x_auto_baselined_flag

304: END IF;
305:
306: -- bug 3146974 GET AUTO BASELINED FLAG
307: x_auto_baselined_flag :=
308: Pa_Fp_Control_Items_Utils.IsFpAutoBaselineEnabled(p_project_id); -- OUTPUT: x_auto_baselined_flag
309:
310: /*Populate l_version_id with any one of the version ids passed so that the common global
311: variables can be initialised
312: */

Line 931: Pa_Fp_Control_Items_Utils.IsFpAutoBaselineEnabled(p_project_id);

927: x_return_status := FND_API.G_RET_STS_SUCCESS;
928:
929: -- get AUTO BASELINED FLAG
930: x_auto_baselined_flag :=
931: Pa_Fp_Control_Items_Utils.IsFpAutoBaselineEnabled(p_project_id);
932:
933: select DECODE(rl.group_resource_type_id,
934: 0, 'NONGROUPED',
935: 'GROUPED'),

Line 2460: Pa_Fp_Control_Items_Utils.IsFpAutoBaselineEnabled(p_project_id);

2456: x_return_status := FND_API.G_RET_STS_SUCCESS;
2457:
2458: -- GET AUTO BASELINED FLAG
2459: x_auto_baselined_flag :=
2460: Pa_Fp_Control_Items_Utils.IsFpAutoBaselineEnabled(p_project_id);
2461:
2462: -- get PROJECT CURRENCY
2463: select project_currency_code
2464: into x_project_currency