DBA Data[Home] [Help]

APPS.PA_PLANNING_TRANSACTION_UTILS dependencies on FND_PROFILE

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

121:
122: BEGIN
123:
124:
125: fnd_profile.get('PA_DEBUG_MODE',l_debug_mode);
126: l_debug_mode := NVL(l_debug_mode, 'N');
127: x_msg_count := 0;
128: x_return_status := FND_API.G_RET_STS_SUCCESS;
129: IF l_debug_mode = 'Y' THEN

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

278: l_parent_struct_st_dt DATE ;
279: l_parent_struct_end_dt DATE ;
280: BEGIN
281:
282: fnd_profile.get('PA_DEBUG_MODE',l_debug_mode);
283: l_debug_mode := NVL(l_debug_mode, 'Y');
284: x_msg_count := 0;
285: x_return_status := FND_API.G_RET_STS_SUCCESS;
286: IF l_debug_mode = 'Y' THEN

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

602:
603: l_project_id pa_budget_versions.project_id%TYPE;
604: l_fin_structure_ver_id pa_budget_versions.project_structure_version_id%Type;
605: BEGIN
606: fnd_profile.get('PA_DEBUG_MODE',l_debug_mode);
607: l_debug_mode := NVL(l_debug_mode, 'N');
608: x_msg_count := 0;
609: x_return_status := FND_API.G_RET_STS_SUCCESS;
610: IF l_debug_mode = 'Y' THEN