DBA Data[Home] [Help]

APPS.OE_EXPORT_COMPLIANCE_CONC dependencies on OE_MSG_PUB

Line 361: OE_MSG_PUB.Count_And_Get (

357: result => 'COMPLETE'); -- Bug 7688120
358:
359: -- Write messages in to the log file
360:
361: OE_MSG_PUB.Count_And_Get (
362: p_count => l_msg_count,
363: p_data => l_msg_data);
364:
365: FOR I IN 1..l_msg_count

Line 367: l_msg_data := OE_MSG_PUB.Get(I,'F');

363: p_data => l_msg_data);
364:
365: FOR I IN 1..l_msg_count
366: LOOP
367: l_msg_data := OE_MSG_PUB.Get(I,'F');
368: FND_FILE.PUT_LINE(FND_FILE.LOG,l_msg_data);
369: END LOOP;
370: -- END IF;
371: END LOOP;