DBA Data[Home] [Help]

APPS.PO_REQIMP_S dependencies on FND_MSG_PUB

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

275: END LOOP;
276: EXCEPTION
277: WHEN FND_API.g_exc_unexpected_error THEN
278: -- Unexpected error status returned from our API calls. Write to log.
279: FOR i IN 1..FND_MSG_PUB.count_msg LOOP
280: FND_FILE.put_line(FND_FILE.LOG, l_progress||': '||FND_MSG_PUB.get(i,'F'));
281: END LOOP;
282: WHEN OTHERS THEN
283: -- Any other exception should be written to log with generic error msg.

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

276: EXCEPTION
277: WHEN FND_API.g_exc_unexpected_error THEN
278: -- Unexpected error status returned from our API calls. Write to log.
279: FOR i IN 1..FND_MSG_PUB.count_msg LOOP
280: FND_FILE.put_line(FND_FILE.LOG, l_progress||': '||FND_MSG_PUB.get(i,'F'));
281: END LOOP;
282: WHEN OTHERS THEN
283: -- Any other exception should be written to log with generic error msg.
284: FND_MSG_PUB.build_exc_msg

Line 284: FND_MSG_PUB.build_exc_msg

280: FND_FILE.put_line(FND_FILE.LOG, l_progress||': '||FND_MSG_PUB.get(i,'F'));
281: END LOOP;
282: WHEN OTHERS THEN
283: -- Any other exception should be written to log with generic error msg.
284: FND_MSG_PUB.build_exc_msg
285: ( p_pkg_name => 'PO_REQIMP_S'
286: , p_procedure_name => 'default_trx_reason_codes-'||l_progress
287: );
288: FND_FILE.put_line(FND_FILE.log, FND_MESSAGE.get);

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

458: l_rec.interface_type := 'REQIMPORT';
459: l_rec.interface_transaction_id := cr_rec.transaction_id;
460: l_rec.column_name := 'SECONDARY_QUANTITY';
461: l_rec.table_name := 'PO_REQUISITIONS_INTERFACE';
462: l_rec.error_message := FND_MSG_PUB.GET(p_msg_index => FND_MSG_PUB.G_LAST,p_encoded => 'F');
463:
464: l_progress := '050';
465:
466: PO_INTERFACE_ERRORS_GRP.log_error