DBA Data[Home] [Help]

APPS.PO_REQIMP_S dependencies on FND_MSG_PUB

Line 316: FOR i IN 1..FND_MSG_PUB.count_msg LOOP

312: END LOOP;
313: EXCEPTION
314: WHEN FND_API.g_exc_unexpected_error THEN
315: -- Unexpected error status returned from our API calls. Write to log.
316: FOR i IN 1..FND_MSG_PUB.count_msg LOOP
317: FND_FILE.put_line(FND_FILE.LOG, l_progress||': '||FND_MSG_PUB.get(i,'F'));
318: END LOOP;
319: WHEN OTHERS THEN
320: -- Any other exception should be written to log with generic error msg.

Line 317: FND_FILE.put_line(FND_FILE.LOG, l_progress||': '||FND_MSG_PUB.get(i,'F'));

313: EXCEPTION
314: WHEN FND_API.g_exc_unexpected_error THEN
315: -- Unexpected error status returned from our API calls. Write to log.
316: FOR i IN 1..FND_MSG_PUB.count_msg LOOP
317: FND_FILE.put_line(FND_FILE.LOG, l_progress||': '||FND_MSG_PUB.get(i,'F'));
318: END LOOP;
319: WHEN OTHERS THEN
320: -- Any other exception should be written to log with generic error msg.
321: FND_MSG_PUB.build_exc_msg

Line 321: FND_MSG_PUB.build_exc_msg

317: FND_FILE.put_line(FND_FILE.LOG, l_progress||': '||FND_MSG_PUB.get(i,'F'));
318: END LOOP;
319: WHEN OTHERS THEN
320: -- Any other exception should be written to log with generic error msg.
321: FND_MSG_PUB.build_exc_msg
322: ( p_pkg_name => 'PO_REQIMP_S'
323: , p_procedure_name => 'default_trx_reason_codes-'||l_progress
324: );
325: FND_FILE.put_line(FND_FILE.log, FND_MESSAGE.get);

Line 499: l_rec.error_message := FND_MSG_PUB.GET(p_msg_index => FND_MSG_PUB.G_LAST,p_encoded => 'F');

495: l_rec.interface_type := 'REQIMPORT';
496: l_rec.interface_transaction_id := cr_rec.transaction_id;
497: l_rec.column_name := 'SECONDARY_QUANTITY';
498: l_rec.table_name := 'PO_REQUISITIONS_INTERFACE';
499: l_rec.error_message := FND_MSG_PUB.GET(p_msg_index => FND_MSG_PUB.G_LAST,p_encoded => 'F');
500:
501: l_progress := '050';
502:
503: PO_INTERFACE_ERRORS_GRP.log_error