DBA Data[Home] [Help]

APPS.BOM_OPEN_INTERFACE_API dependencies on FND_FILE

Line 803: fnd_file.put_line (Which => FND_FILE.LOG,

799: , p_debug_filename => 'none'
800: );
801: else
802: if (debug_on = 'Y') then
803: fnd_file.put_line (Which => FND_FILE.LOG,
804: buff => 'Data Error, Empty BO is getting passed') ;
805: end if;
806: EXIT;
807: end if;