DBA Data[Home] [Help]

APPS.PA_BUDGET_FUND_PKG dependencies on FND_PROFILE

Line 1004: fnd_profile.get('PA_DEBUG_MODE',g_debug_mode);

1000: -----------------------------------------------+
1001: g_procedure_name := 'check_or_reserve_funds';
1002: g_project_id := p_project_id;
1003:
1004: fnd_profile.get('PA_DEBUG_MODE',g_debug_mode);
1005:
1006: g_debug_mode := nvl(g_debug_mode,'N');
1007:
1008: --- Initialize the error statck

Line 2662: FND_PROFILE.GET('PA_BC_ENABLED',l_return_value );

2658: BEGIN
2659:
2660: log_message('Inside Is_pa_bc_enabled');
2661:
2662: FND_PROFILE.GET('PA_BC_ENABLED',l_return_value );
2663:
2664: log_message('Value of l_return_value is '||l_return_value);
2665:
2666: if ( l_return_value = 'Y' ) then

Line 2900: if ( P_calling_module <> 'Revenue_Budget' and NVL(FND_PROFILE.value('FV_ENABLED'), 'N') = 'Y') then

2896: -- !!!!!!!!!!! CC NOT HANDLED ... !!!!!!!!!!!!
2897: -- Added this check for the added requirement mentioned in the federal Tracking bug 5686300
2898: -- for baselining cost budget.
2899:
2900: if ( P_calling_module <> 'Revenue_Budget' and NVL(FND_PROFILE.value('FV_ENABLED'), 'N') = 'Y') then
2901: null;
2902: else
2903:
2904: If P_calling_module = 'Year_End_Rollover' then

Line 2907: fnd_profile.get('PA_DEBUG_MODE',g_debug_mode);

2903:
2904: If P_calling_module = 'Year_End_Rollover' then
2905:
2906: If nvl(g_debug_mode,'N') = 'N' then
2907: fnd_profile.get('PA_DEBUG_MODE',g_debug_mode);
2908: g_debug_mode := nvl(g_debug_mode,'N');
2909: End If;
2910:
2911: log_message(' Set global variables for Year-End processing');