DBA Data[Home] [Help]

APPS.PA_BUDGET_CORE1 dependencies on FND_FILE

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

148: x_err_stack := x_err_stack || '->copy_actual';
149:
150: -- Added for bug 3896747
151: If p_debug_mode = 'Y' and g_calling_mode = 'CONCURRENT REQUEST' then
152: fnd_file.put_line(1,x_err_stack);
153: End if;
154:
155: x_created_by := FND_GLOBAL.USER_ID;
156: x_last_update_login := FND_GLOBAL.LOGIN_ID;

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

161: || '>';
162:
163: -- Added for bug 3896747
164: If p_debug_mode = 'Y' and g_calling_mode = 'CONCURRENT REQUEST' then
165: fnd_file.put_line(1,x_err_stage);
166: End if;
167: /* Bug# 2107130 Modified the following select statement */
168:
169: select entry_level_code, categorization_code,

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

182: x_err_code := 10;
183: x_err_stage := 'PA_BU_INVALID_TIME_PHASED';
184: -- Added for bug 3896747
185: If p_debug_mode = 'Y' and g_calling_mode = 'CONCURRENT REQUEST' then
186: fnd_file.put_line(1,x_err_stage);
187: End if;
188: return;
189: end if;
190:

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

192: x_err_stage := 'get uncategorized resource list member id';
193:
194: -- Added for bug 3896747
195: If p_debug_mode = 'Y' and g_calling_mode = 'CONCURRENT REQUEST' then
196: fnd_file.put_line(1,x_err_stage);
197: End if;
198: -- FP.M Resource LIst Data Model Impact Changes, 09-JUN-04, jwhite -----------------------------
199:
200: -- Augmented original code with additional filter

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

260: || '>';
261:
262: -- Added for bug 3896747
263: If p_debug_mode = 'Y' and g_calling_mode = 'CONCURRENT REQUEST' then
264: fnd_file.put_line(1,x_err_stage);
265: End if;
266:
267: if (x_time_phased_type_code = 'P') then
268:

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

301: || '>';
302:
303: -- Added for bug 3896747
304: If p_debug_mode = 'Y' and g_calling_mode = 'CONCURRENT REQUEST' then
305: fnd_file.put_line(1,x_err_stage);
306: End if;
307: -- Bug Fix: 4569365. Removed MRC code.
308: -- pa_mrc_finplan.g_calling_module := PA_MRC_FINPLAN.G_COPY_ACTUALS; /* FPB2: MRC */
309:

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

709: || '>';
710:
711: -- Added for bug 3896747
712: If p_debug_mode = 'Y' and g_calling_mode = 'CONCURRENT REQUEST' then
713: fnd_file.put_line(1,x_err_stage);
714: End if;
715:
716: if (x_entry_level_code = 'P') then
717:

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

1302: || '>';
1303:
1304: -- Added for bug 3896747
1305: If p_debug_mode = 'Y' and g_calling_mode = 'CONCURRENT REQUEST' then
1306: fnd_file.put_line(1,x_err_stage);
1307: End if;
1308:
1309: x_quantity := 0;
1310: x_raw_cost := 0;

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

2484: || '>';
2485:
2486: -- Added for bug 3896747
2487: If p_debug_mode = 'Y' and g_calling_mode = 'CONCURRENT REQUEST' then
2488: fnd_file.put_line(1,x_err_stage);
2489: End if;
2490: pa_accum_api.get_proj_accum_actuals(x_project_id,
2491: top_task_rec.task_id,
2492: res_rec.resource_list_member_id,

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

3671: || '>';
3672:
3673: -- Added for bug 3896747
3674: If p_debug_mode = 'Y' and g_calling_mode = 'CONCURRENT REQUEST' then
3675: fnd_file.put_line(1,x_err_stage);
3676: End if;
3677:
3678: x_quantity := 0;
3679: x_raw_cost := 0;

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

4357: --Initializing global variable
4358: g_calling_mode := 'CONCURRENT REQUEST';
4359:
4360: -- Print the input parameter values
4361: fnd_file.put_line(1, 'x_project_id :'||x_project_id);
4362: fnd_file.put_line(1, 'x_budget_type_code :'||x_budget_type_code);
4363: fnd_file.put_line(1, 'x_start_period :'||x_start_period);
4364: fnd_file.put_line(1, 'x_end_period :'||x_end_period);
4365: fnd_file.put_line(1, 'x_debug_mode :'||p_debug_mode);

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

4358: g_calling_mode := 'CONCURRENT REQUEST';
4359:
4360: -- Print the input parameter values
4361: fnd_file.put_line(1, 'x_project_id :'||x_project_id);
4362: fnd_file.put_line(1, 'x_budget_type_code :'||x_budget_type_code);
4363: fnd_file.put_line(1, 'x_start_period :'||x_start_period);
4364: fnd_file.put_line(1, 'x_end_period :'||x_end_period);
4365: fnd_file.put_line(1, 'x_debug_mode :'||p_debug_mode);
4366:

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

4359:
4360: -- Print the input parameter values
4361: fnd_file.put_line(1, 'x_project_id :'||x_project_id);
4362: fnd_file.put_line(1, 'x_budget_type_code :'||x_budget_type_code);
4363: fnd_file.put_line(1, 'x_start_period :'||x_start_period);
4364: fnd_file.put_line(1, 'x_end_period :'||x_end_period);
4365: fnd_file.put_line(1, 'x_debug_mode :'||p_debug_mode);
4366:
4367: If p_debug_mode = 'Y' and g_calling_mode = 'CONCURRENT REQUEST' then

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

4360: -- Print the input parameter values
4361: fnd_file.put_line(1, 'x_project_id :'||x_project_id);
4362: fnd_file.put_line(1, 'x_budget_type_code :'||x_budget_type_code);
4363: fnd_file.put_line(1, 'x_start_period :'||x_start_period);
4364: fnd_file.put_line(1, 'x_end_period :'||x_end_period);
4365: fnd_file.put_line(1, 'x_debug_mode :'||p_debug_mode);
4366:
4367: If p_debug_mode = 'Y' and g_calling_mode = 'CONCURRENT REQUEST' then
4368: fnd_file.put_line(1, 'Calling Copy Actuals');

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

4361: fnd_file.put_line(1, 'x_project_id :'||x_project_id);
4362: fnd_file.put_line(1, 'x_budget_type_code :'||x_budget_type_code);
4363: fnd_file.put_line(1, 'x_start_period :'||x_start_period);
4364: fnd_file.put_line(1, 'x_end_period :'||x_end_period);
4365: fnd_file.put_line(1, 'x_debug_mode :'||p_debug_mode);
4366:
4367: If p_debug_mode = 'Y' and g_calling_mode = 'CONCURRENT REQUEST' then
4368: fnd_file.put_line(1, 'Calling Copy Actuals');
4369: End if;

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

4364: fnd_file.put_line(1, 'x_end_period :'||x_end_period);
4365: fnd_file.put_line(1, 'x_debug_mode :'||p_debug_mode);
4366:
4367: If p_debug_mode = 'Y' and g_calling_mode = 'CONCURRENT REQUEST' then
4368: fnd_file.put_line(1, 'Calling Copy Actuals');
4369: End if;
4370:
4371: select request_id
4372: into l_request_id

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

4389: from pa_budget_periods_v
4390: where period_name = x_end_period;
4391:
4392: If p_debug_mode = 'Y' and g_calling_mode = 'CONCURRENT REQUEST' then
4393: fnd_file.put_line(1, 'Start Period :'||l_start_period_date||' End Period :'||l_end_period_date);
4394: End if;
4395:
4396: If l_start_period_date <= l_end_period_date then
4397:

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

4414: x_err_stack);
4415: retcode := x_err_code;
4416: errbuf := x_err_stack;
4417: If p_debug_mode = 'Y' and g_calling_mode = 'CONCURRENT REQUEST' then
4418: fnd_file.put_line(1, errbuf);
4419: End if;
4420:
4421: update pa_budget_versions
4422: set request_id = NULL

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

4428:
4429: end if;
4430:
4431: If p_debug_mode = 'Y' and g_calling_mode = 'CONCURRENT REQUEST' then
4432: fnd_file.put_line(1, 'After Copy Actuals');
4433: End if;
4434:
4435: exception
4436: when exc_copy_actual then

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

4434:
4435: exception
4436: when exc_copy_actual then
4437: If p_debug_mode = 'Y' and g_calling_mode = 'CONCURRENT REQUEST' then
4438: fnd_file.put_line(1, 'Copy actual is not allowed. It is being performed by other program for this project and budget type');
4439: End if;
4440: null;
4441: when exc_wrong_period_set then
4442: If p_debug_mode = 'Y' and g_calling_mode = 'CONCURRENT REQUEST' then

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

4439: End if;
4440: null;
4441: when exc_wrong_period_set then
4442: If p_debug_mode = 'Y' and g_calling_mode = 'CONCURRENT REQUEST' then
4443: fnd_file.put_line(1, 'Copy actual is not allowed. Start period cannot be greater than the end period');
4444: End if;
4445: null;
4446: when others then
4447: If p_debug_mode = 'Y' and g_calling_mode = 'CONCURRENT REQUEST' then

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

4444: End if;
4445: null;
4446: when others then
4447: If p_debug_mode = 'Y' and g_calling_mode = 'CONCURRENT REQUEST' then
4448: fnd_file.put_line(1, sqlerrm);
4449: End if;
4450: null;
4451: end copy_actuals1;
4452: