DBA Data[Home] [Help]

APPS.EAM_MATERIAL_VALIDATE_PVT dependencies on FND_LOG

Line 192: IF FND_LOG.LEVEL_EVENT >= FND_LOG.G_CURRENT_RUNTIME_LEVEL THEN

188:
189: IF wip_entity_id_tbl.count > 0 THEN
190: FOR i IN wip_entity_id_tbl.first..wip_entity_id_tbl.last
191: LOOP
192: IF FND_LOG.LEVEL_EVENT >= FND_LOG.G_CURRENT_RUNTIME_LEVEL THEN
193: fnd_message.set_name('EAM','EAM_PROCESS_WORK_ORDER');
194: fnd_message.set_token('WORK_ORDER',get_wip_entity_name( wip_entity_id_tbl(i)),FALSE);
195: fnd_file.put_line(FND_FILE.LOG, fnd_message.get);
196: END IF;