DBA Data[Home] [Help]

APPS.EAM_MATERIAL_VALIDATE_PVT dependencies on FND_LOG

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

172:
173: IF wip_entity_id_tbl.count > 0 THEN
174: FOR i IN wip_entity_id_tbl.first..wip_entity_id_tbl.last
175: LOOP
176: IF FND_LOG.LEVEL_EVENT >= FND_LOG.G_CURRENT_RUNTIME_LEVEL THEN
177: fnd_message.set_name('EAM','EAM_PROCESS_WORK_ORDER');
178: fnd_message.set_token('WORK_ORDER',get_wip_entity_name( wip_entity_id_tbl(i)),FALSE);
179: fnd_file.put_line(FND_FILE.LOG, fnd_message.get);
180: END IF;