DBA Data[Home] [Help]

APPS.PA_FP_CI_MERGE dependencies on FND_PROFILE

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

3: -- Bug Fix: 4569365. Removed MRC code.
4: -- g_mrc_exception EXCEPTION; /* FPB2 */
5:
6: l_module_name VARCHAR2(100) := 'pa.plsql.pa_fp_ci_merge';
7: P_PA_DEBUG_MODE varchar2(1) := NVL(FND_PROFILE.value('PA_DEBUG_MODE'), 'N');
8:
9: --This record type will contain items for budget version id, ci id and the code which indicates whether
10: --the type of impact that can be implemented into the target version. Bug 3550073
11: --The valid values for impact_type can be

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

108: BEGIN
109: IF p_pa_debug_mode = 'Y' THEN
110: pa_debug.init_err_stack('PAFPCIMB.FP_CI_LINK_CONTROL_ITEMS');
111: END IF;
112: fnd_profile.get('PA_DEBUG_MODE',l_debug_mode);
113: l_debug_mode := NVL(l_debug_mode, 'Y');
114: IF p_pa_debug_mode = 'Y' THEN
115: PA_DEBUG.Set_Curr_Function( p_function => l_module_name,
116: p_debug_mode => l_debug_mode );

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

435: END IF;
436: IF NVL(p_init_msg_list,'N') = 'Y' THEN
437: FND_MSG_PUB.initialize;
438: END IF;
439: fnd_profile.get('PA_DEBUG_MODE',l_debug_mode);
440: l_debug_mode := NVL(l_debug_mode, 'Y');
441: IF p_pa_debug_mode = 'Y' THEN
442: pa_debug.set_process('PLSQL','LOG',l_debug_mode);
443: END IF;

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

709: END IF;
710: IF NVL(p_init_msg_list,'N') = 'Y' THEN
711: FND_MSG_PUB.initialize;
712: END IF;
713: fnd_profile.get('PA_DEBUG_MODE',l_debug_mode);
714: l_debug_mode := NVL(l_debug_mode, 'Y');
715: IF p_pa_debug_mode = 'Y' THEN
716: pa_debug.set_process('PLSQL','LOG',l_debug_mode);
717: END IF;

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

937: END IF;
938: IF NVL(p_init_msg_list,'N') = 'Y' THEN
939: FND_MSG_PUB.initialize;
940: END IF;
941: fnd_profile.get('PA_DEBUG_MODE',l_debug_mode);
942: l_debug_mode := NVL(l_debug_mode, 'Y');
943: IF p_pa_debug_mode = 'Y' THEN
944: pa_debug.set_process('PLSQL','LOG',l_debug_mode);
945: END IF;

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

2553: x_return_status := FND_API.G_RET_STS_SUCCESS;
2554: IF p_pa_debug_mode = 'Y' THEN
2555: pa_debug.set_err_stack('PA_FP_CI_MERGE.copy_merged_ctrl_items');
2556: END IF;
2557: fnd_profile.get('PA_DEBUG_MODE',l_debug_mode);
2558: l_debug_mode := NVL(l_debug_mode, 'Y');
2559: IF p_pa_debug_mode = 'Y' THEN
2560: pa_debug.set_process('PLSQL','LOG',l_debug_mode);
2561: -- Check for business rules violations

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

2904: BEGIN
2905:
2906: x_msg_count := 0;
2907: x_return_status := FND_API.G_RET_STS_SUCCESS;
2908: l_debug_mode := NVL(FND_PROFILE.value('PA_DEBUG_MODE'),'N');
2909: IF l_debug_mode = 'Y' THEN
2910: pa_debug.set_err_stack('PA_FP_CI_MERGE.FP_CI_MANUAL_MERGE');
2911: pa_debug.set_process('PLSQL','LOG',l_debug_mode);
2912: END IF;

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

11065: -- Bug 3986129: Added the following
11066: l_targ_ver_plan_prc_code pa_budget_versions.plan_processing_code%TYPE;
11067:
11068: BEGIN
11069: fnd_profile.get('PA_DEBUG_MODE',l_debug_mode);
11070: l_debug_mode := NVL(l_debug_mode, 'Y');
11071: x_msg_count := 0;
11072: x_return_status := FND_API.G_RET_STS_SUCCESS;
11073: IF p_context='CI_MERGE' THEN

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

12331: --Bug 4136238
12332: l_partial_impl_rev_amt pa_budget_lines.txn_revenue%TYPE;
12333:
12334: BEGIN
12335: fnd_profile.get('PA_DEBUG_MODE',l_debug_mode);
12336: l_debug_mode := NVL(l_debug_mode, 'Y');
12337: x_msg_count := 0;
12338: x_return_status := FND_API.G_RET_STS_SUCCESS;
12339:

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

13137: l_baseline_funding_flag VARCHAR2(1);
13138:
13139:
13140: BEGIN
13141: fnd_profile.get('PA_DEBUG_MODE',l_debug_mode);
13142: l_debug_mode := NVL(l_debug_mode, 'Y');
13143: x_msg_count := 0;
13144: x_return_status := FND_API.G_RET_STS_SUCCESS;
13145: l_init_msg_count:= FND_MSG_PUB.count_msg;