DBA Data[Home] [Help]

APPS.PA_BUDGET_ATTR_UPGR_PKG dependencies on FND_PROFILE

Line 109: fnd_profile.get('PA_DEBUG_MODE',l_debug_mode);

105: -- FND_MSG_PUB.initialize; /* Bug 3800485 */
106: x_msg_count := 0;
107: x_return_status := FND_API.G_RET_STS_SUCCESS;
108: pa_debug.init_err_stack('PA_BUDGET_ATTR_UPGR_PKG.Budget_Attr_Upgrd');
109: fnd_profile.get('PA_DEBUG_MODE',l_debug_mode);
110: l_debug_mode := NVL(l_debug_mode, 'Y');
111: pa_debug.set_process('PLSQL','LOG',l_debug_mode);
112: IF l_debug_mode = 'Y' THEN
113: pa_debug.g_err_stage := 'Entered Budget Attribute Upgrade';