DBA Data[Home] [Help]

APPS.CN_COLLECTION_CUSTOM_GEN dependencies on CN_DEBUG

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

575: cn_utils.unset_org_id();
576:
577: EXCEPTION
578: WHEN NO_DATA_FOUND THEN
579: cn_debug.print_msg('insert_lines: in exception handler for NO_DATA_FOUND',1);
580: fnd_file.put_line(fnd_file.Log, 'insert_lines: in exception handler for NO_DATA_FOUND');
581:
582: RETURN;
583: END insert_comm_lines_api;

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

753: cn_utils.unset_org_id();
754:
755: EXCEPTION
756: WHEN NO_DATA_FOUND THEN
757: cn_debug.print_msg('update_lines: in exception handler for NO_DATA_FOUND', 1);
758: fnd_file.put_line(fnd_file.Log, 'update_lines: in exception handler for NO_DATA_FOUND');
759: RETURN;
760: END update_comm_lines_api;
761: