DBA Data[Home] [Help]

APPS.BOM_OPEN_INTERFACE_API dependencies on FND_FILE

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

808: , p_debug_filename => 'none'
809: );
810: else
811: if (debug_on = 'Y') then
812: fnd_file.put_line (Which => FND_FILE.LOG,
813: buff => 'Data Error, Empty BO is getting passed') ;
814: end if;
815: EXIT;
816: end if;