DBA Data[Home] [Help]

APPS.AR_LATE_CHARGE_PKG dependencies on FND_FILE

Line 118: FND_FILE.NEW_LINE(FND_FILE.LOG, 1);

114: message IN VARCHAR2,
115: newline IN BOOLEAN DEFAULT TRUE) IS
116: BEGIN
117: IF message = 'NEWLINE' THEN
118: FND_FILE.NEW_LINE(FND_FILE.LOG, 1);
119: ELSIF (newline) THEN
120: FND_FILE.put_line(fnd_file.log,message);
121: ELSE
122: FND_FILE.put(fnd_file.log,message);

Line 120: FND_FILE.put_line(fnd_file.log,message);

116: BEGIN
117: IF message = 'NEWLINE' THEN
118: FND_FILE.NEW_LINE(FND_FILE.LOG, 1);
119: ELSIF (newline) THEN
120: FND_FILE.put_line(fnd_file.log,message);
121: ELSE
122: FND_FILE.put(fnd_file.log,message);
123: END IF;
124: IF PG_DEBUG = 'Y' THEN

Line 122: FND_FILE.put(fnd_file.log,message);

118: FND_FILE.NEW_LINE(FND_FILE.LOG, 1);
119: ELSIF (newline) THEN
120: FND_FILE.put_line(fnd_file.log,message);
121: ELSE
122: FND_FILE.put(fnd_file.log,message);
123: END IF;
124: IF PG_DEBUG = 'Y' THEN
125: ARP_STANDARD.DEBUG(message);
126: END IF;

Line 136: FND_FILE.NEW_LINE(FND_FILE.output, 1);

132: message IN VARCHAR2,
133: newline IN BOOLEAN DEFAULT TRUE) IS
134: BEGIN
135: IF message = 'NEWLINE' THEN
136: FND_FILE.NEW_LINE(FND_FILE.output, 1);
137: ELSIF (newline) THEN
138: FND_FILE.put_line(fnd_file.output,message);
139: ELSE
140: FND_FILE.put(fnd_file.output,message);

Line 138: FND_FILE.put_line(fnd_file.output,message);

134: BEGIN
135: IF message = 'NEWLINE' THEN
136: FND_FILE.NEW_LINE(FND_FILE.output, 1);
137: ELSIF (newline) THEN
138: FND_FILE.put_line(fnd_file.output,message);
139: ELSE
140: FND_FILE.put(fnd_file.output,message);
141: END IF;
142: END out;

Line 140: FND_FILE.put(fnd_file.output,message);

136: FND_FILE.NEW_LINE(FND_FILE.output, 1);
137: ELSIF (newline) THEN
138: FND_FILE.put_line(fnd_file.output,message);
139: ELSE
140: FND_FILE.put(fnd_file.output,message);
141: END IF;
142: END out;
143:
144:

Line 2238: FND_FILE.close;

2234: END IF;
2235:
2236: write_exec_report;
2237:
2238: FND_FILE.close;
2239: EXCEPTION
2240: WHEN fnd_Api.g_exc_error THEN
2241: fnd_msg_pub.count_and_get(
2242: p_encoded => fnd_api.g_false,

Line 2250: FND_FILE.close;

2246: outandlog('Error: ' || FND_MESSAGE.GET);
2247: log('Batch en error ' || x_msg_data);
2248: errbuf := errbuf || logerror || x_msg_data;
2249: outandlog('Aborting concurrent program execution');
2250: FND_FILE.close;
2251:
2252: WHEN OTHERS THEN
2253: outandlog('Error: ' || FND_MESSAGE.GET);
2254: log('SQL Error ' || SQLERRM);

Line 2258: FND_FILE.close;

2254: log('SQL Error ' || SQLERRM);
2255: retcode := 2;
2256: errbuf := errbuf || logerror || SQLERRM;
2257: outandlog('Aborting concurrent program execution');
2258: FND_FILE.close;
2259: END;
2260:
2261:
2262: PROCEDURE submit_late_charge_child

Line 2680: FND_FILE.close;

2676: outandlog('Error: ' || FND_MESSAGE.GET);
2677: log('Batch en error ' || x_msg_data);
2678: errbuf := errbuf || logerror || x_msg_data;
2679: outandlog('Aborting concurrent program execution');
2680: FND_FILE.close;
2681: WHEN fnd_Api.g_exc_error THEN
2682: outandlog('Error: ' || FND_MESSAGE.GET);
2683: log('Batch en error ' || x_msg_data);
2684: errbuf := errbuf || logerror || x_msg_data;

Line 2686: FND_FILE.close;

2682: outandlog('Error: ' || FND_MESSAGE.GET);
2683: log('Batch en error ' || x_msg_data);
2684: errbuf := errbuf || logerror || x_msg_data;
2685: outandlog('Aborting concurrent program execution');
2686: FND_FILE.close;
2687:
2688: WHEN OTHERS THEN
2689: outandlog('Error: ' || FND_MESSAGE.GET);
2690: log('SQL Error ' || SQLERRM);

Line 2694: FND_FILE.close;

2690: log('SQL Error ' || SQLERRM);
2691: retcode := 2;
2692: errbuf := errbuf || logerror || SQLERRM;
2693: outandlog('Aborting concurrent program execution');
2694: FND_FILE.close;
2695: END;
2696:
2697:
2698: PROCEDURE create_late_charge_per_worker

Line 2874: FND_FILE.close;

2870:
2871: write_exec_report;
2872:
2873:
2874: FND_FILE.close;
2875: EXCEPTION
2876: WHEN fnd_Api.g_exc_error THEN
2877: fnd_msg_pub.count_and_get(
2878: p_encoded => fnd_api.g_false,

Line 2886: FND_FILE.close;

2882: outandlog('Error: ' || FND_MESSAGE.GET);
2883: log('Batch en error ' || x_msg_data);
2884: errbuf := errbuf || logerror || x_msg_data;
2885: outandlog('Aborting concurrent program execution');
2886: FND_FILE.close;
2887:
2888: WHEN OTHERS THEN
2889: outandlog('Error: ' || FND_MESSAGE.GET);
2890: log('SQL Error ' || SQLERRM);

Line 2894: FND_FILE.close;

2890: log('SQL Error ' || SQLERRM);
2891: retcode := 2;
2892: errbuf := errbuf || logerror || SQLERRM;
2893: outandlog('Aborting concurrent program execution');
2894: FND_FILE.close;
2895: END;
2896:
2897:
2898:

Line 3453: FND_FILE.close;

3449: errbuf := errbuf || logerror || x_msg_data;
3450: outandlog('Aborting concurrent program execution');
3451: END IF;
3452:
3453: FND_FILE.close;
3454:
3455: WHEN fnd_Api.g_exc_unexpected_error THEN
3456: fnd_msg_pub.count_and_get(
3457: p_encoded => fnd_api.g_false,

Line 3465: FND_FILE.close;

3461: outandlog('Error: ' || FND_MESSAGE.GET);
3462: log('Batch en error ' || x_msg_data);
3463: errbuf := errbuf || logerror || x_msg_data;
3464: outandlog('Aborting concurrent program execution');
3465: FND_FILE.close;
3466: WHEN fnd_Api.g_exc_error THEN
3467: outandlog('Error: ' || FND_MESSAGE.GET);
3468: log('Batch en error ' || x_msg_data);
3469: errbuf := errbuf || logerror || x_msg_data;

Line 3471: FND_FILE.close;

3467: outandlog('Error: ' || FND_MESSAGE.GET);
3468: log('Batch en error ' || x_msg_data);
3469: errbuf := errbuf || logerror || x_msg_data;
3470: outandlog('Aborting concurrent program execution');
3471: FND_FILE.close;
3472:
3473: WHEN OTHERS THEN
3474: outandlog('Error: ' || FND_MESSAGE.GET);
3475: log('SQL Error ' || SQLERRM);

Line 3479: FND_FILE.close;

3475: log('SQL Error ' || SQLERRM);
3476: retcode := 2;
3477: errbuf := errbuf || logerror || SQLERRM;
3478: outandlog('Aborting concurrent program execution');
3479: FND_FILE.close;
3480: END;
3481:
3482: PROCEDURE submit_late_charge_worker
3483: (p_batch_id IN NUMBER,