DBA Data[Home] [Help]

APPS.AR_LATE_CHARGE_PKG dependencies on FND_FILE

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

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

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

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

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

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

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

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

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

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

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

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

Line 2278: FND_FILE.close;

2274: END IF;
2275:
2276: write_exec_report;
2277:
2278: FND_FILE.close;
2279: EXCEPTION
2280: WHEN fnd_Api.g_exc_error THEN
2281: fnd_msg_pub.count_and_get(
2282: p_encoded => fnd_api.g_false,

Line 2290: FND_FILE.close;

2286: outandlog('Error: ' || FND_MESSAGE.GET);
2287: log('Batch en error ' || x_msg_data);
2288: errbuf := errbuf || logerror || x_msg_data;
2289: outandlog('Aborting concurrent program execution');
2290: FND_FILE.close;
2291:
2292: WHEN OTHERS THEN
2293: outandlog('Error: ' || FND_MESSAGE.GET);
2294: log('SQL Error ' || SQLERRM);

Line 2298: FND_FILE.close;

2294: log('SQL Error ' || SQLERRM);
2295: retcode := 2;
2296: errbuf := errbuf || logerror || SQLERRM;
2297: outandlog('Aborting concurrent program execution');
2298: FND_FILE.close;
2299: END;
2300:
2301:
2302: PROCEDURE submit_late_charge_child

Line 2720: FND_FILE.close;

2716: outandlog('Error: ' || FND_MESSAGE.GET);
2717: log('Batch en error ' || x_msg_data);
2718: errbuf := errbuf || logerror || x_msg_data;
2719: outandlog('Aborting concurrent program execution');
2720: FND_FILE.close;
2721: WHEN fnd_Api.g_exc_error THEN
2722: outandlog('Error: ' || FND_MESSAGE.GET);
2723: log('Batch en error ' || x_msg_data);
2724: errbuf := errbuf || logerror || x_msg_data;

Line 2726: FND_FILE.close;

2722: outandlog('Error: ' || FND_MESSAGE.GET);
2723: log('Batch en error ' || x_msg_data);
2724: errbuf := errbuf || logerror || x_msg_data;
2725: outandlog('Aborting concurrent program execution');
2726: FND_FILE.close;
2727:
2728: WHEN OTHERS THEN
2729: outandlog('Error: ' || FND_MESSAGE.GET);
2730: log('SQL Error ' || SQLERRM);

Line 2734: FND_FILE.close;

2730: log('SQL Error ' || SQLERRM);
2731: retcode := 2;
2732: errbuf := errbuf || logerror || SQLERRM;
2733: outandlog('Aborting concurrent program execution');
2734: FND_FILE.close;
2735: END;
2736:
2737:
2738: PROCEDURE create_late_charge_per_worker

Line 2914: FND_FILE.close;

2910:
2911: write_exec_report;
2912:
2913:
2914: FND_FILE.close;
2915: EXCEPTION
2916: WHEN fnd_Api.g_exc_error THEN
2917: fnd_msg_pub.count_and_get(
2918: p_encoded => fnd_api.g_false,

Line 2926: FND_FILE.close;

2922: outandlog('Error: ' || FND_MESSAGE.GET);
2923: log('Batch en error ' || x_msg_data);
2924: errbuf := errbuf || logerror || x_msg_data;
2925: outandlog('Aborting concurrent program execution');
2926: FND_FILE.close;
2927:
2928: WHEN OTHERS THEN
2929: outandlog('Error: ' || FND_MESSAGE.GET);
2930: log('SQL Error ' || SQLERRM);

Line 2934: FND_FILE.close;

2930: log('SQL Error ' || SQLERRM);
2931: retcode := 2;
2932: errbuf := errbuf || logerror || SQLERRM;
2933: outandlog('Aborting concurrent program execution');
2934: FND_FILE.close;
2935: END;
2936:
2937:
2938:

Line 3493: FND_FILE.close;

3489: errbuf := errbuf || logerror || x_msg_data;
3490: outandlog('Aborting concurrent program execution');
3491: END IF;
3492:
3493: FND_FILE.close;
3494:
3495: WHEN fnd_Api.g_exc_unexpected_error THEN
3496: fnd_msg_pub.count_and_get(
3497: p_encoded => fnd_api.g_false,

Line 3505: FND_FILE.close;

3501: outandlog('Error: ' || FND_MESSAGE.GET);
3502: log('Batch en error ' || x_msg_data);
3503: errbuf := errbuf || logerror || x_msg_data;
3504: outandlog('Aborting concurrent program execution');
3505: FND_FILE.close;
3506: WHEN fnd_Api.g_exc_error THEN
3507: outandlog('Error: ' || FND_MESSAGE.GET);
3508: log('Batch en error ' || x_msg_data);
3509: errbuf := errbuf || logerror || x_msg_data;

Line 3511: FND_FILE.close;

3507: outandlog('Error: ' || FND_MESSAGE.GET);
3508: log('Batch en error ' || x_msg_data);
3509: errbuf := errbuf || logerror || x_msg_data;
3510: outandlog('Aborting concurrent program execution');
3511: FND_FILE.close;
3512:
3513: WHEN OTHERS THEN
3514: outandlog('Error: ' || FND_MESSAGE.GET);
3515: log('SQL Error ' || SQLERRM);

Line 3519: FND_FILE.close;

3515: log('SQL Error ' || SQLERRM);
3516: retcode := 2;
3517: errbuf := errbuf || logerror || SQLERRM;
3518: outandlog('Aborting concurrent program execution');
3519: FND_FILE.close;
3520: END;
3521:
3522: PROCEDURE submit_late_charge_worker
3523: (p_batch_id IN NUMBER,