DBA Data[Home] [Help]

APPS.GMF_COPY_ITEM_COST dependencies on FND_FILE

Line 200: FND_FILE.PUT_NAMES('gmfcpic.log','gmfcpic.out','/appslog/opm_top/utl/opmm0dv/log');

196:
197: BEGIN
198:
199: /* uncomment the call below to write to a local file */
200: FND_FILE.PUT_NAMES('gmfcpic.log','gmfcpic.out','/appslog/opm_top/utl/opmm0dv/log');
201:
202:
203: gmf_util.msg_log( 'GMF_CPIC_START' );
204:

Line 1746: FND_FILE.PUT_NAMES('gmfcpoc.log','gmfcpoc.out','/appslog/opm_top/utl/opmm0dv/log');

1742:
1743: BEGIN
1744: /* uncomment the call below to write to a local file */
1745:
1746: FND_FILE.PUT_NAMES('gmfcpoc.log','gmfcpoc.out','/appslog/opm_top/utl/opmm0dv/log');
1747:
1748:
1749: gmf_util.msg_log( 'GMF_CPOC_START' );
1750: /*gmf_util.msg_log( 'GMF_CPOC_SRCPARAM', nvl(pi_organization_id_from, ' '), nvl(pi_calendar_code_from, ' '), nvl(pi_period_code_from, ' '), nvl(pi_cost_type_id_from, ' ') );

Line 2470: fnd_file.put_line(fnd_file.log,'In delete_burden_costs');

2466: l_del_stmt_b VARCHAR2(2000);
2467: l_sub_qry_b VARCHAR2(2000);
2468:
2469: BEGIN
2470: fnd_file.put_line(fnd_file.log,'In delete_burden_costs');
2471: l_del_stmt_b := '';
2472: l_sub_qry_b := '';
2473:
2474: l_del_stmt_b :=

Line 2527: fnd_file.put_line(fnd_file.log,'THE ERROR IS :'||SQLERRM);

2523: pi_period_Id, pi_cost_type_id,
2524: pi_from_range, pi_to_range;
2525: EXCEPTION
2526: WHEN OTHERS THEN
2527: fnd_file.put_line(fnd_file.log,'THE ERROR IS :'||SQLERRM);
2528: END;
2529: gmf_util.trace( SQL%ROWCOUNT || ' Rows deleted from Burden Details', 0);
2530:
2531: END delete_burden_costs;