DBA Data[Home] [Help]

APPS.PA_FIN_PLAN_PUB dependencies on FND_PROFILE

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

16:
17: /* ------------------------------------------------------------------------- */
18:
19:
20: P_PA_DEBUG_MODE varchar2(1) := NVL(FND_PROFILE.value('PA_DEBUG_MODE'), 'N');
21:
22: --Bug 3964755. Introduced the parameter p_calling_context. Valid values are NULL and 'COPY_PROJECT'
23: procedure Submit_Current_Working
24: (p_calling_context IN VARCHAR2 DEFAULT NULL,

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

49: FND_MSG_PUB.initialize;
50: IF P_PA_DEBUG_MODE = 'Y' THEN
51: pa_debug.init_err_stack('PA_FIN_PLAN_PUB.Submit_Current_Working');
52: END IF;
53: fnd_profile.get('PA_DEBUG_MODE',l_debug_mode);
54: l_debug_mode := NVL(l_debug_mode, 'Y');
55: IF P_PA_DEBUG_MODE = 'Y' THEN
56: pa_debug.set_process('Submit_Current_Working: ' || 'PLSQL','LOG',l_debug_mode);
57: END IF;

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

277: FND_MSG_PUB.initialize;
278: IF P_PA_DEBUG_MODE = 'Y' THEN
279: pa_debug.init_err_stack('PA_FIN_PLAN_PUB.Set_Current_Working');
280: END IF;
281: fnd_profile.get('PA_DEBUG_MODE',l_debug_mode);
282: l_debug_mode := NVL(l_debug_mode, 'Y');
283: IF P_PA_DEBUG_MODE = 'Y' THEN
284: pa_debug.set_process('Set_Current_Working: ' || 'PLSQL','LOG',l_debug_mode);
285: END IF;

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

612: FND_MSG_PUB.initialize;
613: IF P_PA_DEBUG_MODE = 'Y' THEN
614: pa_debug.init_err_stack('PA_FIN_PLAN_PUB.Rework_Submitted');
615: END IF;
616: fnd_profile.get('PA_DEBUG_MODE',l_debug_mode);
617: l_debug_mode := NVL(l_debug_mode, 'Y');
618: IF P_PA_DEBUG_MODE = 'Y' THEN
619: pa_debug.set_process('Rework_Submitted: ' || 'PLSQL','LOG',l_debug_mode);
620: END IF;

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

745: FND_MSG_PUB.initialize;
746: IF P_PA_DEBUG_MODE = 'Y' THEN
747: pa_debug.init_err_stack('PA_FIN_PLAN_PUB.Mark_As_Original');
748: END IF;
749: fnd_profile.get('PA_DEBUG_MODE',l_debug_mode);
750: l_debug_mode := NVL(l_debug_mode, 'Y');
751: IF P_PA_DEBUG_MODE = 'Y' THEN
752: pa_debug.set_process('Mark_As_Original: ' || 'PLSQL','LOG',l_debug_mode);
753: END IF;

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

955: FND_MSG_PUB.initialize;
956: IF P_PA_DEBUG_MODE = 'Y' THEN
957: pa_debug.init_err_stack('PA_FIN_PLAN_PUB.Delete_Version');
958: END IF;
959: fnd_profile.get('PA_DEBUG_MODE',l_debug_mode);
960: l_debug_mode := NVL(l_debug_mode, 'Y');
961: IF P_PA_DEBUG_MODE = 'Y' THEN
962: pa_debug.set_process('Delete_Version: ' || 'PLSQL','LOG',l_debug_mode);
963: END IF;

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

1464: --pa_debug.init_err_stack('PA_FIN_PLAN_PUB.Delete_Version_Helper');
1465: x_return_status := FND_API.G_RET_STS_SUCCESS;
1466: pa_debug.set_err_stack('PA_FIN_PLAN_PUB.Delete_Version_Helper');
1467:
1468: fnd_profile.get('PA_DEBUG_MODE',l_debug_mode);
1469: l_debug_mode := NVL(l_debug_mode, 'Y');
1470: IF P_PA_DEBUG_MODE = 'Y' THEN
1471: pa_debug.set_process('Delete_Version: ' || 'PLSQL','LOG',l_debug_mode);
1472: END IF;

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

1840: l_debug_mode VARCHAR2(30);
1841: l_module_name VARCHAR2(100);
1842:
1843: BEGIN
1844: fnd_profile.get('PA_DEBUG_MODE',l_debug_mode);
1845: l_debug_mode := NVL(l_debug_mode, 'Y');
1846: l_module_name := 'PAFPPUBB.get_copy_paramters';
1847:
1848: -- Set curr function

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

2065:
2066: BEGIN
2067:
2068: pa_debug.set_err_stack ('PA_FIN_PLAN_PUB.Copy_Version');
2069: fnd_profile.get('PA_DEBUG_MODE',l_debug_mode);
2070: l_debug_mode := NVL(l_debug_mode, 'Y');
2071: IF P_PA_DEBUG_MODE = 'Y' THEN
2072: pa_debug.set_process('Copy_Version: ' || 'PLSQL','LOG',l_debug_mode);
2073: END IF;

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

3226: FND_MSG_PUB.initialize;
3227: IF P_PA_DEBUG_MODE = 'Y' THEN
3228: pa_debug.init_err_stack('PA_FIN_PLAN_PUB.Baseline');
3229: END IF;
3230: fnd_profile.get('PA_DEBUG_MODE',l_debug_mode);
3231: l_debug_mode := NVL(l_debug_mode, 'Y');
3232: IF P_PA_DEBUG_MODE = 'Y' THEN
3233: pa_debug.set_process('Baseline: ' || 'PLSQL','LOG',l_debug_mode);
3234: END IF;

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

3639: FND_MSG_PUB.initialize;
3640: IF P_PA_DEBUG_MODE = 'Y' THEN
3641: pa_debug.init_err_stack('PA_FIN_PLAN_PUB.Create_Version_OrgFcst');
3642: END IF;
3643: fnd_profile.get('PA_DEBUG_MODE',l_debug_mode);
3644: l_debug_mode := NVL(l_debug_mode, 'Y');
3645: IF P_PA_DEBUG_MODE = 'Y' THEN
3646: pa_debug.set_process('Create_Version_OrgFcst: ' || 'PLSQL','LOG',l_debug_mode);
3647: END IF;

Line 3720: /* we can retrieve it from FND_PROFILE if the version_type is ORG_FORECAST */

3716: IF P_PA_DEBUG_MODE = 'Y' THEN
3717: pa_debug.write_file('Create_Version_OrgFcst: ' || 'max version number is ' || l_max_version);
3718: END IF;
3719: /* Get the resource_list_id to be used; if it was not passed to this procedure, */
3720: /* we can retrieve it from FND_PROFILE if the version_type is ORG_FORECAST */
3721: if p_resource_list_id is NULL then
3722: IF P_PA_DEBUG_MODE = 'Y' THEN
3723: pa_debug.write_file('Create_Version_OrgFcst: ' || 'p_resource_list_id is null');
3724: END IF;

Line 3726: l_resource_list_id := FND_PROFILE.value('PA_FORECAST_RESOURCE_LIST');

3722: IF P_PA_DEBUG_MODE = 'Y' THEN
3723: pa_debug.write_file('Create_Version_OrgFcst: ' || 'p_resource_list_id is null');
3724: END IF;
3725: if l_version_type_code = PA_FP_CONSTANTS_PKG.G_CALLING_MODULE_ORG_FORECAST then
3726: l_resource_list_id := FND_PROFILE.value('PA_FORECAST_RESOURCE_LIST');
3727: else
3728: l_msg_count := l_msg_count + 1;
3729: if x_msg_count = 1 then
3730: PA_INTERFACE_UTILS_PUB.get_messages

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

4124: FND_MSG_PUB.initialize;
4125: IF P_PA_DEBUG_MODE = 'Y' THEN
4126: pa_debug.init_err_stack('PA_FIN_PLAN_PUB.Regenerate');
4127: END IF;
4128: fnd_profile.get('PA_DEBUG_MODE',l_debug_mode);
4129: l_debug_mode := NVL(l_debug_mode, 'Y');
4130: IF P_PA_DEBUG_MODE = 'Y' THEN
4131: pa_debug.set_process('Regenerate: ' || 'PLSQL','LOG',l_debug_mode);
4132: END IF;

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

4342: FND_MSG_PUB.initialize;
4343: IF P_PA_DEBUG_MODE = 'Y' THEN
4344: pa_debug.init_err_stack('PA_FIN_PLAN_PUB.Update_Version');
4345: END IF;
4346: fnd_profile.get('PA_DEBUG_MODE',l_debug_mode);
4347: l_debug_mode := NVL(l_debug_mode, 'Y');
4348: IF P_PA_DEBUG_MODE = 'Y' THEN
4349: pa_debug.set_process('Update_Version: ' || 'PLSQL','LOG',l_debug_mode);
4350: END IF;

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

4509:
4510: begin
4511:
4512: pa_debug.set_err_stack ('PA_FIN_PLAN_PUB.Create_Org_Fcst_Elements');
4513: fnd_profile.get('PA_DEBUG_MODE',l_debug_mode);
4514: l_debug_mode := NVL(l_debug_mode, 'Y');
4515: IF P_PA_DEBUG_MODE = 'Y' THEN
4516: pa_debug.set_process('Create_Org_Fcst_Elements: ' || 'PLSQL','LOG',l_debug_mode);
4517: END IF;

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

5426:
5427: BEGIN
5428:
5429: FND_MSG_PUB.initialize;
5430: fnd_profile.get('PA_DEBUG_MODE',l_debug_mode);
5431: l_debug_mode := NVL(l_debug_mode, 'Y');
5432: pa_debug.set_curr_function( p_function => 'Create_Version',
5433: p_debug_mode => l_debug_mode );
5434: x_msg_count := 0;

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

7108: x_msg_count := 0;
7109: x_return_status := FND_API.G_RET_STS_SUCCESS;
7110:
7111: pa_debug.set_err_stack('Create_Fresh_Period_Profile');
7112: fnd_profile.get('PA_DEBUG_MODE',l_debug_mode);
7113: l_debug_mode := NVL(l_debug_mode, 'Y');
7114: IF P_PA_DEBUG_MODE = 'Y' THEN
7115: pa_debug.set_process('Create_Fresh_Period_Profile: ' || 'PLSQL','LOG',l_debug_mode);
7116: END IF;

Line 7528: fnd_profile.get('pa_debug_MODE',l_debug_mode);

7524: -- Set the error stack.
7525: pa_debug.set_err_stack('PA_FIN_PLAN_PUB.INSERT_PLAN_LINES_TMP_BULK');
7526:
7527: -- Get the Debug mode into local variable and set it to 'Y' if its NULL
7528: fnd_profile.get('pa_debug_MODE',l_debug_mode);
7529: l_debug_mode := NVL(l_debug_mode, 'Y');
7530:
7531: -- Initialize the return status to success
7532: x_return_status := FND_API.G_RET_STS_SUCCESS;

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

7842: -- Set the error stack.
7843: pa_debug.set_err_stack('PA_FIN_PLAN_PUB.Call_Maintain_Plan_Matrix');
7844:
7845: -- Get the Debug mode into local variable and set it to 'Y'if its NULL
7846: fnd_profile.get('PA_DEBUG_MODE',l_debug_mode);
7847: l_debug_mode := NVL(l_debug_mode, 'Y');
7848:
7849: -- Initialize the return status to success
7850: x_return_status := FND_API.G_RET_STS_SUCCESS;

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

8303:
8304: x_msg_count := 0;
8305: x_return_status := FND_API.G_RET_STS_SUCCESS;
8306:
8307: fnd_profile.get('PA_DEBUG_MODE',l_debug_mode);
8308: l_debug_mode := NVL(l_debug_mode, 'Y');
8309:
8310: -- Set curr function
8311: pa_debug.set_curr_function(

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

8505: x_msg_count := 0;
8506: x_msg_data := NULL;
8507: x_return_status := FND_API.G_RET_STS_SUCCESS;
8508:
8509: fnd_profile.get('PA_DEBUG_MODE',l_debug_mode);
8510: l_debug_mode := NVL(l_debug_mode, 'Y');
8511:
8512: IF p_pa_debug_mode = 'Y' THEN
8513: pa_debug.set_err_stack('PA_FIN_PLAN_PUB.create_default_plan_txn_rec');