DBA Data[Home] [Help]

APPS.OE_VALIDATE_WF dependencies on FND_FILE

Line 2423: FND_FILE.put_line(FND_FILE.output,'Please correct the following reported Errors/Warnings, if any -'); --, in the respective Order Types -'); Changed for bug 4438936

2419: -- Getting the entire cursor record in table type.
2420:
2421: END IF; -- IF p_order_type_id
2422:
2423: FND_FILE.put_line(FND_FILE.output,'Please correct the following reported Errors/Warnings, if any -'); --, in the respective Order Types -'); Changed for bug 4438936
2424: IF l_transaction_tbl.COUNT > 0 THEN
2425: FOR l_record_count IN l_transaction_tbl.First .. l_transaction_tbl.Last LOOP
2426:
2427: OE_MSG_PUB.Initialize;

Line 2440: FND_FILE.put_line(FND_FILE.output,' ');

2436: WHEN NO_DATA_FOUND THEN
2437: NULL;
2438: END;
2439:
2440: FND_FILE.put_line(FND_FILE.output,' ');
2441: FND_FILE.put_line(FND_FILE.output,'Validating Order Type : '||l_validating_flow||' ('||l_transaction_tbl(l_record_count).transaction_type_id||')');
2442: FND_FILE.put_line(FND_FILE.output,rpad('-',(27+length(l_validating_flow)+length(l_transaction_tbl(l_record_count).transaction_type_id)),'-'));
2443:
2444: oe_debug_pub.add(' ');

Line 2441: FND_FILE.put_line(FND_FILE.output,'Validating Order Type : '||l_validating_flow||' ('||l_transaction_tbl(l_record_count).transaction_type_id||')');

2437: NULL;
2438: END;
2439:
2440: FND_FILE.put_line(FND_FILE.output,' ');
2441: FND_FILE.put_line(FND_FILE.output,'Validating Order Type : '||l_validating_flow||' ('||l_transaction_tbl(l_record_count).transaction_type_id||')');
2442: FND_FILE.put_line(FND_FILE.output,rpad('-',(27+length(l_validating_flow)+length(l_transaction_tbl(l_record_count).transaction_type_id)),'-'));
2443:
2444: oe_debug_pub.add(' ');
2445: oe_debug_pub.add('Validating Order Type : '||l_validating_flow||' ('||l_transaction_tbl(l_record_count).transaction_type_id||')');

Line 2442: FND_FILE.put_line(FND_FILE.output,rpad('-',(27+length(l_validating_flow)+length(l_transaction_tbl(l_record_count).transaction_type_id)),'-'));

2438: END;
2439:
2440: FND_FILE.put_line(FND_FILE.output,' ');
2441: FND_FILE.put_line(FND_FILE.output,'Validating Order Type : '||l_validating_flow||' ('||l_transaction_tbl(l_record_count).transaction_type_id||')');
2442: FND_FILE.put_line(FND_FILE.output,rpad('-',(27+length(l_validating_flow)+length(l_transaction_tbl(l_record_count).transaction_type_id)),'-'));
2443:
2444: oe_debug_pub.add(' ');
2445: oe_debug_pub.add('Validating Order Type : '||l_validating_flow||' ('||l_transaction_tbl(l_record_count).transaction_type_id||')');
2446: oe_debug_pub.add(rpad('-',(27+length(l_validating_flow)+length(l_transaction_tbl(l_record_count).transaction_type_id)),'-'));

Line 2572: FND_FILE.put_line(FND_FILE.output, l_msg_data);

2568: -- Called from concurrent request */
2569: IF l_msg_total > 0 THEN
2570: FOR I IN 1 .. l_msg_total LOOP
2571: l_msg_data := to_char(I)||'. '||OE_MSG_PUB.Get(I,FND_API.G_FALSE); -- #4617652
2572: FND_FILE.put_line(FND_FILE.output, l_msg_data);
2573: -- Writing validation messages into the concurrent
2574: -- request output file
2575: END LOOP;
2576: ELSE

Line 2577: FND_FILE.put_line(FND_FILE.output,' << No Errors/Warnings Reported >>'); -- For bug 4438936

2573: -- Writing validation messages into the concurrent
2574: -- request output file
2575: END LOOP;
2576: ELSE
2577: FND_FILE.put_line(FND_FILE.output,' << No Errors/Warnings Reported >>'); -- For bug 4438936
2578: END IF;
2579: END IF;
2580:
2581: END LOOP; -- End Loop l_record_count