DBA Data[Home] [Help]

APPS.PA_FP_AUTO_BASELINE_PKG dependencies on FND_PROFILE

Line 12: P_PA_DEBUG_MODE varchar2(1) := NVL(FND_PROFILE.value('PA_DEBUG_MODE'), 'N');

8: based on the funding lines when automatic baseline feature is enabled for
9: the project.
10: ===============================================================================*/
11:
12: P_PA_DEBUG_MODE varchar2(1) := NVL(FND_PROFILE.value('PA_DEBUG_MODE'), 'N');
13:
14: PROCEDURE CREATE_BASELINED_VERSION
15: ( p_project_id IN pa_budget_versions.project_id%TYPE
16: ,p_fin_plan_type_id IN pa_budget_versions.fin_plan_type_id%TYPE

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

72:
73: x_msg_count := 0;
74: x_return_status := FND_API.G_RET_STS_SUCCESS;
75: pa_debug.set_err_stack('PA_FP_AUTO_BASELINE_PKG.CREATE_AUTO_BASELINE_VERSION');
76: fnd_profile.get('PA_DEBUG_MODE',l_debug_mode);
77: l_debug_mode := NVL(l_debug_mode, 'Y');
78: pa_debug.set_process('PLSQL','LOG',l_debug_mode);
79:
80: -- Check for business rules violations