DBA Data[Home] [Help]

APPS.PA_FP_CI_INCLUDE_PKG dependencies on FND_PROFILE

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

65: pa_debug.init_err_stack('PAFPINCB.FP_CI_COPY_CONTROL_ITEMS');
66: IF NVL(p_init_msg_list,'N') = 'Y' THEN
67: FND_MSG_PUB.initialize;
68: END IF;
69: fnd_profile.get('PA_DEBUG_MODE',l_debug_mode);
70: l_debug_mode := NVL(l_debug_mode, 'Y');
71: pa_debug.set_process('PLSQL','LOG',l_debug_mode);
72: x_return_status := FND_API.G_RET_STS_SUCCESS;
73: x_msg_count := 0;

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

393:
394: x_msg_count := 0;
395: x_return_status := FND_API.G_RET_STS_SUCCESS;
396:
397: fnd_profile.get('PA_DEBUG_MODE',l_debug_mode);
398: l_debug_mode := NVL(l_debug_mode, 'Y');
399:
400: -- Set curr function
401: pa_debug.set_curr_function(