DBA Data[Home] [Help]

APPS.PA_BUDGET_CORE1 dependencies on FND_FILE

Line 310: fnd_file.put_line(1,x_err_stack);

306: x_err_stack := x_err_stack || '->copy_actual';
307:
308: -- Added for bug 3896747
309: If p_debug_mode = 'Y' and g_calling_mode = 'CONCURRENT REQUEST' then
310: fnd_file.put_line(1,x_err_stack);
311: End if;
312:
313: x_created_by := FND_GLOBAL.USER_ID;
314: x_last_update_login := FND_GLOBAL.LOGIN_ID;

Line 323: fnd_file.put_line(1,x_err_stage);

319: || '>';
320:
321: -- Added for bug 3896747
322: If p_debug_mode = 'Y' and g_calling_mode = 'CONCURRENT REQUEST' then
323: fnd_file.put_line(1,x_err_stage);
324: End if;
325: /* Bug# 2107130 Modified the following select statement */
326:
327: select entry_level_code, categorization_code,

Line 344: fnd_file.put_line(1,x_err_stage);

340: x_err_code := 10;
341: x_err_stage := 'PA_BU_INVALID_TIME_PHASED';
342: -- Added for bug 3896747
343: If p_debug_mode = 'Y' and g_calling_mode = 'CONCURRENT REQUEST' then
344: fnd_file.put_line(1,x_err_stage);
345: End if;
346: return;
347: end if;
348:

Line 354: fnd_file.put_line(1,x_err_stage);

350: x_err_stage := 'get uncategorized resource list member id';
351:
352: -- Added for bug 3896747
353: If p_debug_mode = 'Y' and g_calling_mode = 'CONCURRENT REQUEST' then
354: fnd_file.put_line(1,x_err_stage);
355: End if;
356: -- FP.M Resource LIst Data Model Impact Changes, 09-JUN-04, jwhite -----------------------------
357:
358: -- Augmented original code with additional filter

Line 422: fnd_file.put_line(1,x_err_stage);

418: || '>';
419:
420: -- Added for bug 3896747
421: If p_debug_mode = 'Y' and g_calling_mode = 'CONCURRENT REQUEST' then
422: fnd_file.put_line(1,x_err_stage);
423: End if;
424:
425: if (x_time_phased_type_code = 'P') then
426:

Line 463: fnd_file.put_line(1,x_err_stage);

459: || '>';
460:
461: -- Added for bug 3896747
462: If p_debug_mode = 'Y' and g_calling_mode = 'CONCURRENT REQUEST' then
463: fnd_file.put_line(1,x_err_stage);
464: End if;
465: -- Bug Fix: 4569365. Removed MRC code.
466: -- pa_mrc_finplan.g_calling_module := PA_MRC_FINPLAN.G_COPY_ACTUALS; /* FPB2: MRC */
467:

Line 909: fnd_file.put_line(1,x_err_stage);

905: || '>';
906:
907: -- Added for bug 3896747
908: If p_debug_mode = 'Y' and g_calling_mode = 'CONCURRENT REQUEST' then
909: fnd_file.put_line(1,x_err_stage);
910: End if;
911:
912: if (x_entry_level_code = 'P') then
913:

Line 1538: fnd_file.put_line(1,x_err_stage);

1534: || '>';
1535:
1536: -- Added for bug 3896747
1537: If p_debug_mode = 'Y' and g_calling_mode = 'CONCURRENT REQUEST' then
1538: fnd_file.put_line(1,x_err_stage);
1539: End if;
1540:
1541: x_quantity := 0;
1542: x_raw_cost := 0;

Line 2832: fnd_file.put_line(1,x_err_stage);

2828: || '>';
2829:
2830: -- Added for bug 3896747
2831: If p_debug_mode = 'Y' and g_calling_mode = 'CONCURRENT REQUEST' then
2832: fnd_file.put_line(1,x_err_stage);
2833: End if;
2834: pa_accum_api.get_proj_accum_actuals(x_project_id,
2835: top_task_rec.task_id,
2836: res_rec.resource_list_member_id,

Line 4093: fnd_file.put_line(1,x_err_stage);

4089: || '>';
4090:
4091: -- Added for bug 3896747
4092: If p_debug_mode = 'Y' and g_calling_mode = 'CONCURRENT REQUEST' then
4093: fnd_file.put_line(1,x_err_stage);
4094: End if;
4095:
4096: x_quantity := 0;
4097: x_raw_cost := 0;

Line 4782: fnd_file.put_line(1, 'x_project_id :'||x_project_id);

4778: --Initializing global variable
4779: g_calling_mode := 'CONCURRENT REQUEST';
4780:
4781: -- Print the input parameter values
4782: fnd_file.put_line(1, 'x_project_id :'||x_project_id);
4783: fnd_file.put_line(1, 'x_budget_type_code :'||x_budget_type_code);
4784: fnd_file.put_line(1, 'x_start_period :'||x_start_period);
4785: fnd_file.put_line(1, 'x_end_period :'||x_end_period);
4786: fnd_file.put_line(1, 'x_debug_mode :'||p_debug_mode);

Line 4783: fnd_file.put_line(1, 'x_budget_type_code :'||x_budget_type_code);

4779: g_calling_mode := 'CONCURRENT REQUEST';
4780:
4781: -- Print the input parameter values
4782: fnd_file.put_line(1, 'x_project_id :'||x_project_id);
4783: fnd_file.put_line(1, 'x_budget_type_code :'||x_budget_type_code);
4784: fnd_file.put_line(1, 'x_start_period :'||x_start_period);
4785: fnd_file.put_line(1, 'x_end_period :'||x_end_period);
4786: fnd_file.put_line(1, 'x_debug_mode :'||p_debug_mode);
4787:

Line 4784: fnd_file.put_line(1, 'x_start_period :'||x_start_period);

4780:
4781: -- Print the input parameter values
4782: fnd_file.put_line(1, 'x_project_id :'||x_project_id);
4783: fnd_file.put_line(1, 'x_budget_type_code :'||x_budget_type_code);
4784: fnd_file.put_line(1, 'x_start_period :'||x_start_period);
4785: fnd_file.put_line(1, 'x_end_period :'||x_end_period);
4786: fnd_file.put_line(1, 'x_debug_mode :'||p_debug_mode);
4787:
4788: If p_debug_mode = 'Y' and g_calling_mode = 'CONCURRENT REQUEST' then

Line 4785: fnd_file.put_line(1, 'x_end_period :'||x_end_period);

4781: -- Print the input parameter values
4782: fnd_file.put_line(1, 'x_project_id :'||x_project_id);
4783: fnd_file.put_line(1, 'x_budget_type_code :'||x_budget_type_code);
4784: fnd_file.put_line(1, 'x_start_period :'||x_start_period);
4785: fnd_file.put_line(1, 'x_end_period :'||x_end_period);
4786: fnd_file.put_line(1, 'x_debug_mode :'||p_debug_mode);
4787:
4788: If p_debug_mode = 'Y' and g_calling_mode = 'CONCURRENT REQUEST' then
4789: fnd_file.put_line(1, 'Calling Copy Actuals');

Line 4786: fnd_file.put_line(1, 'x_debug_mode :'||p_debug_mode);

4782: fnd_file.put_line(1, 'x_project_id :'||x_project_id);
4783: fnd_file.put_line(1, 'x_budget_type_code :'||x_budget_type_code);
4784: fnd_file.put_line(1, 'x_start_period :'||x_start_period);
4785: fnd_file.put_line(1, 'x_end_period :'||x_end_period);
4786: fnd_file.put_line(1, 'x_debug_mode :'||p_debug_mode);
4787:
4788: If p_debug_mode = 'Y' and g_calling_mode = 'CONCURRENT REQUEST' then
4789: fnd_file.put_line(1, 'Calling Copy Actuals');
4790: End if;

Line 4789: fnd_file.put_line(1, 'Calling Copy Actuals');

4785: fnd_file.put_line(1, 'x_end_period :'||x_end_period);
4786: fnd_file.put_line(1, 'x_debug_mode :'||p_debug_mode);
4787:
4788: If p_debug_mode = 'Y' and g_calling_mode = 'CONCURRENT REQUEST' then
4789: fnd_file.put_line(1, 'Calling Copy Actuals');
4790: End if;
4791:
4792: -- Bug 8682811 changes start
4793: Open get_budget_info;

Line 4809: fnd_file.put_line(1, 'Please choose a Budget Entry Method that has periodic time phasing.');

4805: from pa_budget_entry_methods
4806: where budget_entry_method_code = l_budget_entry_method_code;
4807:
4808: If l_time_phased_type_code not in ('P','G') then
4809: fnd_file.put_line(1, 'Please choose a Budget Entry Method that has periodic time phasing.');
4810: raise incorrect_timephase;
4811: end if;
4812:
4813: select period_start_date

Line 4852: fnd_file.put_line(1, 'Start Period :'||l_start_period_date||' End Period :'||l_end_period_date);

4848:
4849: Commented for Bug 8682811 */
4850:
4851: If p_debug_mode = 'Y' and g_calling_mode = 'CONCURRENT REQUEST' then
4852: fnd_file.put_line(1, 'Start Period :'||l_start_period_date||' End Period :'||l_end_period_date);
4853: End if;
4854:
4855: If l_start_period_date <= l_end_period_date then
4856:

Line 4878: fnd_file.put_line(1, errbuf);

4874: x_err_stack);
4875: retcode := x_err_code;
4876: errbuf := x_err_stack;
4877: If p_debug_mode = 'Y' and g_calling_mode = 'CONCURRENT REQUEST' then
4878: fnd_file.put_line(1, errbuf);
4879: End if;
4880:
4881: update pa_budget_versions
4882: set request_id = NULL

Line 4892: fnd_file.put_line(1, 'After Copy Actuals');

4888:
4889: end if;
4890:
4891: If p_debug_mode = 'Y' and g_calling_mode = 'CONCURRENT REQUEST' then
4892: fnd_file.put_line(1, 'After Copy Actuals');
4893: End if;
4894:
4895: ELSE -- Bug 8682811
4896: fnd_file.put_line(1, 'Please create a draft budget of the budget type ' || x_budget_type_code ||' for the project '|| x_project_id);

Line 4896: fnd_file.put_line(1, 'Please create a draft budget of the budget type ' || x_budget_type_code ||' for the project '|| x_project_id);

4892: fnd_file.put_line(1, 'After Copy Actuals');
4893: End if;
4894:
4895: ELSE -- Bug 8682811
4896: fnd_file.put_line(1, 'Please create a draft budget of the budget type ' || x_budget_type_code ||' for the project '|| x_project_id);
4897: END IF; -- Bug 8682811
4898:
4899: exception
4900: when exc_copy_actual then

Line 4902: fnd_file.put_line(1, 'Copy actual is not allowed. It is being performed by other program for this project and budget type');

4898:
4899: exception
4900: when exc_copy_actual then
4901: If p_debug_mode = 'Y' and g_calling_mode = 'CONCURRENT REQUEST' then
4902: fnd_file.put_line(1, 'Copy actual is not allowed. It is being performed by other program for this project and budget type');
4903: End if;
4904: null;
4905: when exc_wrong_period_set then
4906: If p_debug_mode = 'Y' and g_calling_mode = 'CONCURRENT REQUEST' then

Line 4907: fnd_file.put_line(1, 'Copy actual is not allowed. Start period cannot be greater than the end period');

4903: End if;
4904: null;
4905: when exc_wrong_period_set then
4906: If p_debug_mode = 'Y' and g_calling_mode = 'CONCURRENT REQUEST' then
4907: fnd_file.put_line(1, 'Copy actual is not allowed. Start period cannot be greater than the end period');
4908: End if;
4909: null;
4910: when others then
4911: If p_debug_mode = 'Y' and g_calling_mode = 'CONCURRENT REQUEST' then

Line 4912: fnd_file.put_line(1, sqlerrm);

4908: End if;
4909: null;
4910: when others then
4911: If p_debug_mode = 'Y' and g_calling_mode = 'CONCURRENT REQUEST' then
4912: fnd_file.put_line(1, sqlerrm);
4913: End if;
4914: null;
4915: end copy_actuals1;
4916: