DBA Data[Home] [Help]

APPS.CN_COLLECTION_CUSTOM_GEN dependencies on CN_DEBUG

Line 490: cn_debug.print_msg('insert_lines: in exception handler for NO_DATA_FOUND',1);

486: cn_utils.appendcr(code);
487: cn_utils.unset_org_id();
488: EXCEPTION
489: WHEN NO_DATA_FOUND THEN
490: cn_debug.print_msg('insert_lines: in exception handler for NO_DATA_FOUND',1);
491: fnd_file.put_line(fnd_file.Log, 'insert_lines: in exception handler for NO_DATA_FOUND');
492: RETURN;
493: END insert_comm_lines_api;
494: ---------------------------------------------------------- +

Line 665: cn_debug.print_msg('update_lines: in exception handler for NO_DATA_FOUND', 1);

661: cn_utils.appendcr(code);
662: cn_utils.unset_org_id();
663: EXCEPTION
664: WHEN NO_DATA_FOUND THEN
665: cn_debug.print_msg('update_lines: in exception handler for NO_DATA_FOUND', 1);
666: fnd_file.put_line(fnd_file.Log, 'update_lines: in exception handler for NO_DATA_FOUND');
667: RETURN;
668: END update_comm_lines_api;
669: --