DBA Data[Home] [Help]

APPS.PA_BUDGET_FUND_PKG dependencies on FND_PROFILE

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

994: -----------------------------------------------+
995: g_procedure_name := 'check_or_reserve_funds';
996: g_project_id := p_project_id;
997:
998: fnd_profile.get('PA_DEBUG_MODE',g_debug_mode);
999:
1000: g_debug_mode := nvl(g_debug_mode,'N');
1001:
1002: --- Initialize the error statck

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

2559:
2560: l_return_value VARCHAR(30);
2561: BEGIN
2562:
2563: FND_PROFILE.GET('PA_BC_ENABLED',l_return_value );
2564:
2565: if ( l_return_value = 'Y' ) then
2566: return TRUE;
2567: else

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

2788: -- !!!!!!!!!!! CC NOT HANDLED ... !!!!!!!!!!!!
2789: -- Added this check for the added requirement mentioned in the federal Tracking bug 5686300
2790: -- for baselining cost budget.
2791:
2792: if ( P_calling_module <> 'Revenue_Budget' and NVL(FND_PROFILE.value('FV_ENABLED'), 'N') = 'Y') then
2793: null;
2794: else
2795:
2796: If P_calling_module = 'Year_End_Rollover' then

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

2795:
2796: If P_calling_module = 'Year_End_Rollover' then
2797:
2798: If nvl(g_debug_mode,'N') = 'N' then
2799: fnd_profile.get('PA_DEBUG_MODE',g_debug_mode);
2800: g_debug_mode := nvl(g_debug_mode,'N');
2801: End If;
2802:
2803: log_message(' Set global variables for Year-End processing');