DBA Data[Home] [Help]

APPS.PA_FP_EDIT_LINE_PKG dependencies on FND_PROFILE

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

2: /* $Header: PAFPEDLB.pls 120.2 2005/09/26 11:26:14 rnamburi noship $ */
3:
4: l_module_name VARCHAR2(30) := 'pa.plsql.PA_FP_EDIT_LINE_PKG';
5:
6: P_PA_DEBUG_MODE varchar2(1) := NVL(FND_PROFILE.value('PA_DEBUG_MODE'), 'N');
7: -- Bug Fix: 4569365. Removed MRC code.
8: -- g_mrc_exception EXCEPTION;
9:
10: /* Bug 2672548 - Populate_local_varaiables would derive PD/SD start and end dates by

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

61: pa_debug.set_err_stack('PA_FP_EDIT_LINE_PKG.Populate_Local_Variables');
62:
63: -- Get the Debug mode into local variable and set it to 'Y'if its NULL
64:
65: fnd_profile.get('PA_DEBUG_MODE',l_debug_mode);
66: l_debug_mode := NVL(l_debug_mode, 'Y');
67:
68: -- Initialize the return status to success
69: x_return_status := FND_API.G_RET_STS_SUCCESS;

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

841: -- Set the error stack.
842: pa_debug.set_err_stack('PA_FP_EDIT_LINE_PKG.POPULATE_ROLLUP_TMP');
843:
844: -- Get the Debug mode into local variable and set it to 'Y' if its NULL
845: fnd_profile.get('PA_DEBUG_MODE',l_debug_mode);
846: l_debug_mode := NVL(l_debug_mode, 'Y');
847:
848: -- Initialize the return status to success
849: /* #2598389: Uncommented the following assignment. */

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

1701: -- Set the error stack.
1702: pa_debug.set_err_stack('PA_FP_EDIT_LINE_PKG.PROCESS_MODIFIED_LINES');
1703:
1704: -- Get the Debug mode into local variable and set it to 'Y' if its NULL
1705: fnd_profile.get('PA_DEBUG_MODE',l_debug_mode);
1706: l_debug_mode := NVL(l_debug_mode, 'Y');
1707:
1708: -- Initialize the return status to success
1709: x_return_status := FND_API.G_RET_STS_SUCCESS;

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

2472: -- Set the error stack.
2473: pa_debug.set_err_stack('PA_FP_EDIT_LINE_PKG.GET_ELEMENT_AMOUNT_INFO');
2474:
2475: -- Get the Debug mode into local variable and set it to 'Y' if its NULL
2476: fnd_profile.get('PA_DEBUG_MODE',l_debug_mode);
2477: l_debug_mode := NVL(l_debug_mode, 'Y');
2478:
2479: -- Initialize the return status to success
2480: x_return_status := FND_API.G_RET_STS_SUCCESS;

Line 2787: l_debug_mode := NVL(FND_PROFILE.value('PA_DEBUG_MODE'), 'Y');

2783: BEGIN
2784:
2785: x_msg_count := 0;
2786: x_return_status := FND_API.G_RET_STS_SUCCESS;
2787: l_debug_mode := NVL(FND_PROFILE.value('PA_DEBUG_MODE'), 'Y');
2788:
2789: IF l_debug_mode = 'Y' THEN
2790: pa_debug.set_curr_function( p_function => 'CALL_CLIENT_EXTENSIONS'
2791: ,p_debug_mode => l_debug_mode );

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

2934: -- Set the error stack.
2935: pa_debug.set_err_stack('PA_FP_EDIT_LINE_PKG.POPULATE_ELIGIBLE_PERIODS');
2936:
2937: -- Get the Debug mode into local variable and set it to 'Y' if its NULL
2938: fnd_profile.get('PA_DEBUG_MODE',l_debug_mode);
2939: l_debug_mode := NVL(l_debug_mode, 'Y');
2940:
2941: -- Initialize the return status to success
2942: x_return_status := FND_API.G_RET_STS_SUCCESS;

Line 3257: l_debug_mode := NVL(FND_PROFILE.value('PA_DEBUG_MODE'),'N');

3253: BEGIN
3254:
3255: x_msg_count := 0;
3256: x_return_status := FND_API.G_RET_STS_SUCCESS;
3257: l_debug_mode := NVL(FND_PROFILE.value('PA_DEBUG_MODE'),'N');
3258:
3259: pa_debug.set_curr_function( p_function => 'GET_PD_SD_AMT_IN_PC_PFC',
3260: p_debug_mode => l_debug_mode );
3261:

Line 3549: l_debug_mode := NVL(FND_PROFILE.value('PA_DEBUG_MODE'), 'Y');

3545:
3546: BEGIN
3547: x_msg_count := 0;
3548: x_return_status := FND_API.G_RET_STS_SUCCESS;
3549: l_debug_mode := NVL(FND_PROFILE.value('PA_DEBUG_MODE'), 'Y');
3550:
3551: IF l_debug_mode = 'Y' THEN
3552: pa_debug.set_curr_function( p_function => 'CALL_CLIENT_EXTENSIONS'
3553: ,p_debug_mode => l_debug_mode );

Line 3924: l_debug_mode := NVL(FND_PROFILE.value('PA_DEBUG_MODE'),'N');

3920:
3921: BEGIN
3922: x_msg_count := 0;
3923: x_return_status := FND_API.G_RET_STS_SUCCESS;
3924: l_debug_mode := NVL(FND_PROFILE.value('PA_DEBUG_MODE'),'N');
3925:
3926: pa_debug.set_curr_function( p_function => 'Find_dup_rows_in_rollup_tmp',
3927: p_debug_mode => l_debug_mode );
3928: IF l_debug_mode = 'Y' THEN

Line 4073: l_debug_mode := NVL(FND_PROFILE.value('PA_DEBUG_MODE'),'N');

4069: BEGIN
4070:
4071: x_msg_count := 0;
4072: x_return_status := FND_API.G_RET_STS_SUCCESS;
4073: l_debug_mode := NVL(FND_PROFILE.value('PA_DEBUG_MODE'),'N');
4074:
4075: pa_debug.set_curr_function( p_function => 'PROCESS_BDGTLINES_FOR_VERSION',
4076: p_debug_mode => l_debug_mode );
4077: