DBA Data[Home] [Help]

APPS.CN_SCA_TRX_PROC_PVT dependencies on FND_FILE

Line 54: fnd_file.put_line(fnd_file.Log, msg); -- Bug fix 5125980

50: BEGIN
51:
52: IF g_cn_debug = 'Y' THEN
53: cn_message_pkg.debug(substr(msg,1,254));
54: fnd_file.put_line(fnd_file.Log, msg); -- Bug fix 5125980
55: END IF;
56: -- comment out dbms_output before checking in file
57: -- dbms_output.put_line(substr(msg,1,254));
58: END debugmsg;