DBA Data[Home] [Help]

APPS.ICX_ITEM_DIAG_GRP dependencies on FND_FILE

Line 49: fnd_file.put_line(fnd_file.output,p_str);

45: p_str IN clob)
46: IS
47: PRAGMA AUTONOMOUS_TRANSACTION;
48: BEGIN
49: fnd_file.put_line(fnd_file.output,p_str);
50: exception when others then
51: ICX_ITEM_DIAG_PVT.logStatement(g_pkg_name, 'ol EXCEPTION::',sqlerrm||' code='||sqlcode);
52: END ol;
53: