DBA Data[Home] [Help]

APPS.CN_COLLECTION_AIA_PUB dependencies on CN_MESSAGE_PKG

Line 15: cn_message_pkg.debug(SUBSTR(msg,1,254));

11: msg VARCHAR2)
12: IS
13: BEGIN
14: IF g_cn_debug = 'Y' THEN
15: cn_message_pkg.debug(SUBSTR(msg,1,254));
16: fnd_file.put_line(fnd_file.Log, msg); -- Bug fix 5125980
17: END IF;
18: -- comment out dbms_output before checking in file
19: -- dbms_output.put_line(substr(msg,1,254));