DBA Data[Home] [Help]

APPS.CSTPPPSC dependencies on FND_FILE

Line 2237: fnd_file.put_line(fnd_file.log,l_err_msg);

2233: closing_end_date := fnd_date.canonical_to_date(l_closing_end_date);
2234:
2235: FND_MESSAGE.set_name('BOM', 'CST_BEGIN_PERIOD_END');
2236: l_err_msg := FND_MESSAGE.Get;
2237: fnd_file.put_line(fnd_file.log,l_err_msg);
2238:
2239: l_stmt_num := 10;
2240: open all_cost_groups_cur;
2241:

Line 2273: fnd_file.put_line(fnd_file.log,' ');

2269: i_cost_type_id => l_cost_type_id,
2270: i_cost_group_id => current_cost_group_id,
2271: i_legal_entity => l_entity_id);
2272:
2273: fnd_file.put_line(fnd_file.log,' ');
2274:
2275: if (l_err_num <> 0) then
2276: goto error_label;
2277: end if;

Line 2329: fnd_file.put_line(fnd_file.log,l_err_msg);

2325: <>
2326: commit;
2327: FND_MESSAGE.set_name('BOM', 'CST_PERIOD_END_SUCCESS');
2328: l_err_msg := FND_MESSAGE.Get;
2329: fnd_file.put_line(fnd_file.log,l_err_msg);
2330:
2331: goto procedure_end_label;
2332:
2333: <>

Line 2349: fnd_file.put_line(fnd_file.log,l_err_msg);

2345: conc_status := FND_CONCURRENT.SET_COMPLETION_STATUS('ERROR',l_err_msg);
2346:
2347: FND_MESSAGE.set_name('BOM', 'CST_PERIOD_END_FAILURE');
2348: l_err_msg := FND_MESSAGE.Get;
2349: fnd_file.put_line(fnd_file.log,l_err_msg);
2350:
2351:
2352: <>
2353: NULL;

Line 2384: fnd_file.put_line(fnd_file.log,l_err_msg);

2380:
2381: CONC_STATUS := FND_CONCURRENT.SET_COMPLETION_STATUS('ERROR',l_err_msg);
2382: FND_MESSAGE.set_name('BOM', 'CST_PERIOD_END_SUCCESS');
2383: l_err_msg := FND_MESSAGE.Get;
2384: fnd_file.put_line(fnd_file.log,l_err_msg);
2385:
2386:
2387: END api_close_period;
2388: