DBA Data[Home] [Help]

APPS.CN_COLLECTION_GEN dependencies on CN_MESSAGE_PKG

Line 211: cn_utils.appindcr(code, 'cn_message_pkg.begin_batch(');

207: cn_utils.appindcr(code, 'EXECUTE IMMEDIATE ''ALTER SESSION ENABLE PARALLEL DML'';');
208: END IF;
209: END IF;
210:
211: cn_utils.appindcr(code, 'cn_message_pkg.begin_batch(');
212: cn_utils.indent(code, 5);
213:
214: cn_utils.appindcr(code, ' x_parent_proc_audit_id => dummy_num');
215: cn_utils.appindcr(code, ',x_process_audit_id => x_proc_audit_id');

Line 232: cn_utils.appindcr(code, 'cn_message_pkg.debug('''|| procedure_name || '>>'');');

228: null;
229: --cn_utils.record_process_start('COL', '''Collection run for process '' || x_proc_audit_id', 'x_col_audit_id', code);
230: END IF;
231:
232: cn_utils.appindcr(code, 'cn_message_pkg.debug('''|| procedure_name || '>>'');');
233: cn_utils.appindcr(code, 'fnd_file.put_line(fnd_file.Log, '''|| procedure_name || '>>'');');
234: cn_utils.appindcr(code, 'MO_GLOBAL.SET_POLICY_CONTEXT (''S'','||x_org_id||');');
235: cn_utils.appendcr(code);
236:

Line 275: cn_utils.appindcr(code, 'cn_message_pkg.debug('''|| procedure_name || ': Call notify process begin.'');');

271: -- Translate the incoming period_names into period_ids. AE 02-28-96
272: -- We had to do this because AOL only passes VARCHAR2 input parms.
273:
274: cn_utils.set_org_id(x_org_id);
275: cn_utils.appindcr(code, 'cn_message_pkg.debug('''|| procedure_name || ': Call notify process begin.'');');
276: cn_utils.appindcr(code, 'fnd_file.put_line(fnd_file.Log, '''|| procedure_name || ': Call notify process begin.'');');
277: cn_utils.appindcr(code, 'SELECT period_id ');
278: cn_utils.appindcr(code, ' INTO x_start_period_id ');
279: cn_utils.appindcr(code, ' FROM cn_periods ');

Line 297: cn_utils.appindcr(code, 'cn_message_pkg.debug('''|| procedure_name || ': entering notify.'');');

293: cn_debug.print_msg('call_notify: Generating CALL statement.', 1);
294: fnd_file.put_line(fnd_file.Log, 'call_notify: Generating CALL statement.');
295:
296: cn_utils.set_org_id(x_org_id);
297: cn_utils.appindcr(code, 'cn_message_pkg.debug('''|| procedure_name || ': entering notify.'');');
298: cn_utils.appindcr(code, 'fnd_file.put_line(fnd_file.Log, '''|| procedure_name || ': entering notify.'');');
299:
300: IF (x_event_id = cn_global.inv_event_id) THEN
301: cn_utils.appindcr(code, 'cn_notify_invoices.notify(x_start_period_id, x_end_period_id, debug_pipe, debug_level,x_org_id);' );

Line 337: cn_utils.appindcr(code, 'cn_message_pkg.debug('''|| procedure_name || ': exit from notify and start collection run.'');');

333: cn_debug.print_msg('call_notify <<', 1);
334: fnd_file.put_line(fnd_file.Log, 'call_notify <<');
335:
336: cn_utils.set_org_id(x_org_id);
337: cn_utils.appindcr(code, 'cn_message_pkg.debug('''|| procedure_name || ': exit from notify and start collection run.'');');
338: cn_utils.appindcr(code, 'fnd_file.put_line(fnd_file.Log, '''|| procedure_name || ': exit from notify and start collection run.'');');
339:
340: IF (x_event_id = cn_global.ord_event_id) THEN
341: cn_utils.appendcr(code, '--******** COLLECT AJUSTMENTS (NEGATE IN API) ********-- ');

Line 399: cn_utils.appindcr(code, 'cn_message_pkg.debug('''|| procedure_name || ': start identify process.'');');

395: cn_debug.print_msg('call_identify >>', 1);
396: fnd_file.put_line(fnd_file.Log, 'call_identify >>');
397:
398: cn_utils.set_org_id(x_org_id);
399: cn_utils.appindcr(code, 'cn_message_pkg.debug('''|| procedure_name || ': start identify process.'');');
400: cn_utils.appindcr(code, 'fnd_file.put_line(fnd_file.Log, '''|| procedure_name || ': start identify process.'');');
401: cn_utils.appendcr(code);
402: cn_utils.appindcr(code, 'SELECT period_id ');
403: cn_utils.appindcr(code, ' INTO x_start_period_id ');

Line 430: cn_utils.appindcr(code, 'cn_message_pkg.debug('''|| procedure_name || ': end identify process.'');');

426: cn_debug.print_msg('call_identify <<', 1);
427: fnd_file.put_line(fnd_file.Log, 'call_identify <<');
428:
429: cn_utils.set_org_id(x_org_id);
430: cn_utils.appindcr(code, 'cn_message_pkg.debug('''|| procedure_name || ': end identify process.'');');
431: cn_utils.appindcr(code, 'fnd_file.put_line(fnd_file.Log, '''|| procedure_name || ': end identify process.'');');
432: cn_utils.appendcr(code);
433:
434: cn_utils.unset_org_id();

Line 480: cn_utils.appindcr(code, 'cn_message_pkg.debug('''|| procedure_name ||

476:
477: cn_utils.set_org_id(x_org_id);
478: cn_utils.appindcr(code, 'x_ram_negate_profile := CN_SYSTEM_PARAMETERS.value(''CN_RAM_NEGATE'','|| x_org_id ||');');
479: cn_utils.appendcr(code);
480: cn_utils.appindcr(code, 'cn_message_pkg.debug('''|| procedure_name ||
481: ': Profile OSC: Negate during Revenue Adjustments Collection = '' || x_ram_negate_profile);');
482: cn_utils.appindcr(code, 'fnd_file.put_line(fnd_file.Log, '''|| procedure_name ||
483: ': Profile OSC: Negate during Revenue Adjustments Collection = '' || x_ram_negate_profile);');
484: cn_utils.appendcr(code);

Line 486: cn_utils.appindcr(code, ' cn_message_pkg.debug('''|| procedure_name || ': start negate process.'');');

482: cn_utils.appindcr(code, 'fnd_file.put_line(fnd_file.Log, '''|| procedure_name ||
483: ': Profile OSC: Negate during Revenue Adjustments Collection = '' || x_ram_negate_profile);');
484: cn_utils.appendcr(code);
485: cn_utils.appindcr(code, 'IF x_ram_negate_profile = ''Y'' THEN ');
486: cn_utils.appindcr(code, ' cn_message_pkg.debug('''|| procedure_name || ': start negate process.'');');
487: cn_utils.appindcr(code, ' fnd_file.put_line(fnd_file.Log, '''|| procedure_name || ': start negate process.'');');
488: cn_utils.appindcr(code, ' cn_ram_adjustments_pkg.negate(debug_pipe, debug_level,'||x_org_id||');' );
489: cn_utils.appindcr(code, ' cn_message_pkg.debug('''|| procedure_name || ': end negate process.'');');
490: cn_utils.appindcr(code, ' fnd_file.put_line(fnd_file.Log, '''|| procedure_name || ': end negate process.'');');

Line 489: cn_utils.appindcr(code, ' cn_message_pkg.debug('''|| procedure_name || ': end negate process.'');');

485: cn_utils.appindcr(code, 'IF x_ram_negate_profile = ''Y'' THEN ');
486: cn_utils.appindcr(code, ' cn_message_pkg.debug('''|| procedure_name || ': start negate process.'');');
487: cn_utils.appindcr(code, ' fnd_file.put_line(fnd_file.Log, '''|| procedure_name || ': start negate process.'');');
488: cn_utils.appindcr(code, ' cn_ram_adjustments_pkg.negate(debug_pipe, debug_level,'||x_org_id||');' );
489: cn_utils.appindcr(code, ' cn_message_pkg.debug('''|| procedure_name || ': end negate process.'');');
490: cn_utils.appindcr(code, ' fnd_file.put_line(fnd_file.Log, '''|| procedure_name || ': end negate process.'');');
491: cn_utils.appindcr(code, 'ELSE');
492: cn_utils.appindcr(code, ' cn_message_pkg.debug('''|| procedure_name || ': skip negate process.'');');
493: cn_utils.appindcr(code, ' fnd_file.put_line(fnd_file.Log, '''|| procedure_name || ': skip negate process.'');');

Line 492: cn_utils.appindcr(code, ' cn_message_pkg.debug('''|| procedure_name || ': skip negate process.'');');

488: cn_utils.appindcr(code, ' cn_ram_adjustments_pkg.negate(debug_pipe, debug_level,'||x_org_id||');' );
489: cn_utils.appindcr(code, ' cn_message_pkg.debug('''|| procedure_name || ': end negate process.'');');
490: cn_utils.appindcr(code, ' fnd_file.put_line(fnd_file.Log, '''|| procedure_name || ': end negate process.'');');
491: cn_utils.appindcr(code, 'ELSE');
492: cn_utils.appindcr(code, ' cn_message_pkg.debug('''|| procedure_name || ': skip negate process.'');');
493: cn_utils.appindcr(code, ' fnd_file.put_line(fnd_file.Log, '''|| procedure_name || ': skip negate process.'');');
494: cn_utils.appendcr(code);
495: cn_utils.appindcr(code, ' UPDATE cn_trx_lines ctl');
496: cn_utils.appindcr(code, ' SET negated_flag = ''Y''');

Line 510: cn_message_pkg.DEBUG('collect: Profile OSC: Negate during Revenue Adjustments Collection = ' ||

506:
507: cn_debug.print_msg('call_negate <<', 1);
508: fnd_file.put_line(fnd_file.Log, 'call_negate <<');
509:
510: cn_message_pkg.DEBUG('collect: Profile OSC: Negate during Revenue Adjustments Collection = ' ||
511: CN_SYSTEM_PARAMETERS.value('CN_RAM_NEGATE',x_org_id));
512: fnd_file.put_line(fnd_file.Log,'collect: Profile OSC: Negate during Revenue Adjustments Collection = ' ||
513: CN_SYSTEM_PARAMETERS.value('CN_RAM_NEGATE',x_org_id));
514:

Line 710: cn_utils.appindcr(code, 'cn_message_pkg.debug(''' || x_procedure_name || ': Rollback.'');');

706: cn_utils.appindcr(code, 'EXCEPTION');
707: cn_utils.indent(code, 1);
708: IF (savepoint_name IS NOT NULL) THEN
709: cn_utils.appindcr(code, 'WHEN OTHERS THEN ROLLBACK TO ' || savepoint_name || ';');
710: cn_utils.appindcr(code, 'cn_message_pkg.debug(''' || x_procedure_name || ': Rollback.'');');
711: cn_utils.appindcr(code, 'fnd_file.put_line(fnd_file.Log,''' || x_procedure_name || ': Rollback.'');');
712: ELSE
713: cn_utils.appindcr(code, 'WHEN OTHERS THEN ');
714: END IF;

Line 716: cn_utils.appindcr(code, 'cn_message_pkg.debug(''' || x_procedure_name || ': In exception handler ' || location ||'.'');');

712: ELSE
713: cn_utils.appindcr(code, 'WHEN OTHERS THEN ');
714: END IF;
715:
716: cn_utils.appindcr(code, 'cn_message_pkg.debug(''' || x_procedure_name || ': In exception handler ' || location ||'.'');');
717: cn_utils.appindcr(code, 'fnd_file.put_line(fnd_file.Log, ''' || x_procedure_name || ': In exception handler ' || location ||'.'');');
718: cn_utils.appendcr(code);
719:
720: cn_utils.appindcr(code, 'cn_process_audits_pkg.update_row(x_proc_audit_id, NULL, SYSDATE, SQLCODE,');

Line 723: cn_utils.appindcr(code, 'cn_message_pkg.debug(sqlcode ||'''||' '||'''||sqlerrm);');

719:
720: cn_utils.appindcr(code, 'cn_process_audits_pkg.update_row(x_proc_audit_id, NULL, SYSDATE, SQLCODE,');
721: cn_utils.appindcr(code, ' SQLERRM);');
722: cn_utils.appendcr(code);
723: cn_utils.appindcr(code, 'cn_message_pkg.debug(sqlcode ||'''||' '||'''||sqlerrm);');
724: cn_utils.appindcr(code, 'fnd_file.put_line(fnd_file.Log, sqlcode ||'''||' '||'''||sqlerrm);');
725: cn_utils.appindcr(code, 'cn_message_pkg.end_batch(x_proc_audit_id);');
726: cn_utils.appendcr(code);
727:

Line 725: cn_utils.appindcr(code, 'cn_message_pkg.end_batch(x_proc_audit_id);');

721: cn_utils.appindcr(code, ' SQLERRM);');
722: cn_utils.appendcr(code);
723: cn_utils.appindcr(code, 'cn_message_pkg.debug(sqlcode ||'''||' '||'''||sqlerrm);');
724: cn_utils.appindcr(code, 'fnd_file.put_line(fnd_file.Log, sqlcode ||'''||' '||'''||sqlerrm);');
725: cn_utils.appindcr(code, 'cn_message_pkg.end_batch(x_proc_audit_id);');
726: cn_utils.appendcr(code);
727:
728: cn_utils.appindcr(code, 'app_exception.raise_exception;');
729: cn_utils.appendcr(code);

Line 840: cn_utils.appindcr(body_code, 'cn_message_pkg.debug('''|| x_procedure_name || ': start collection process.'');');

836:
837: cn_utils.set_org_id(X_org_id);
838: cn_utils.appendcr(body_code, '--******** COLLECT PROCESS ********-- ');
839: cn_utils.appendcr(body_code);
840: cn_utils.appindcr(body_code, 'cn_message_pkg.debug('''|| x_procedure_name || ': start collection process.'');');
841:
842: /* -- Generate code to record start of the collection
843: cn_utils.record_process_start('COL', '''Collection run''', 'NULL', body_code);
844:

Line 854: cn_utils.appindcr(body_code, 'cn_message_pkg.debug('''|| x_procedure_name || ': entering cursor Batches loop.'');');

850: --Condition added to fix bug 6203234
851: -- Fix for bug 8371984
852: --IF(x_event_id < 0)
853: --THEN
854: cn_utils.appindcr(body_code, 'cn_message_pkg.debug('''|| x_procedure_name || ': entering cursor Batches loop.'');');
855: cn_utils.appindcr(body_code, 'fnd_file.put_line(fnd_file.Log, '''|| x_procedure_name || ': entering cursor Batches loop.'');');
856: cn_utils.appendcr(body_code);
857:
858: cn_utils.appindcr(body_code, 'FOR b IN batches LOOP');

Line 968: cn_utils.appindcr(code, 'cn_message_pkg.debug(''' || x_procedure_name || ': update CN_TRX and CN_TRX_LINES.''); ');

964:
965: cn_utils.set_org_id(X_org_id);
966: cn_utils.appendcr(code);
967: cn_utils.appendcr(code, '--******** UPDATE CN_TRX CN_TRX_LINES ********-- ');
968: cn_utils.appindcr(code, 'cn_message_pkg.debug(''' || x_procedure_name || ': update CN_TRX and CN_TRX_LINES.''); ');
969: cn_utils.appindcr(code, 'fnd_file.put_line(fnd_file.Log, ''' || x_procedure_name || ': update CN_TRX and CN_TRX_LINES.''); ');
970: cn_utils.appendcr(code);
971: cn_utils.appindcr(code, 'UPDATE cn_trx ');
972: cn_utils.appindcr(code, ' SET adj_collection_run_id = x_proc_audit_id ');

Line 983: cn_utils.appindcr(code, 'cn_message_pkg.debug(''' || x_procedure_name || ': Updated '' || trx_update_count || '' records in cn_trx.''); ');

979: cn_utils.appindcr(code, ' AND org_id = '||x_org_id||')');
980: cn_utils.appindcr(code, ' AND org_id = '||x_org_id||';');
981: cn_utils.appendcr(code);
982: cn_utils.appindcr(code, 'trx_update_count := SQL%ROWCOUNT; ');
983: cn_utils.appindcr(code, 'cn_message_pkg.debug(''' || x_procedure_name || ': Updated '' || trx_update_count || '' records in cn_trx.''); ');
984: cn_utils.appindcr(code, 'fnd_file.put_line(fnd_file.Log, ''' || x_procedure_name || ': Updated '' || trx_update_count || '' records in cn_trx.''); ');
985: cn_utils.appendcr(code);
986: cn_utils.appindcr(code, 'UPDATE cn_trx_lines ');
987: cn_utils.appindcr(code, ' SET adj_collection_run_id = x_proc_audit_id ');

Line 996: cn_utils.appindcr(code, 'cn_message_pkg.debug(''' || x_procedure_name || ': Updated '' || trx_line_update_count || '' records in cn_trx_lines.''); ');

992: cn_utils.appindcr(code, ' AND adj_batch_id = x_adj_batch_id ');
993: cn_utils.appindcr(code, ' AND org_id = '||x_org_id||';');
994: cn_utils.appendcr(code);
995: cn_utils.appindcr(code, 'trx_line_update_count := SQL%ROWCOUNT; ');
996: cn_utils.appindcr(code, 'cn_message_pkg.debug(''' || x_procedure_name || ': Updated '' || trx_line_update_count || '' records in cn_trx_lines.''); ');
997: cn_utils.appindcr(code, 'fnd_file.put_line(fnd_file.Log, ''' || x_procedure_name || ': Updated '' || trx_line_update_count || '' records in cn_trx_lines.''); ');
998: cn_utils.appendcr(code);
999: cn_utils.indent(code, 1);
1000:

Line 1111: cn_utils.appindcr(code, 'cn_message_pkg.debug('''|| x_procedure_name || ': inside loop<<'');');

1107: ELSE
1108: cn_utils.record_process_success('''Finished collection run for batch '' || x_batch_id', code);
1109: END IF;
1110:
1111: cn_utils.appindcr(code, 'cn_message_pkg.debug('''|| x_procedure_name || ': inside loop<<'');');
1112: cn_utils.appindcr(code, 'fnd_file.put_line(fnd_file.Log, '''|| x_procedure_name || ': inside loop<<'');');
1113: cn_utils.appindcr(code, 'cn_message_pkg.end_batch(x_proc_audit_id);');
1114: cn_utils.appindcr(code, 'COMMIT;');
1115: cn_utils.appendcr(code);

Line 1113: cn_utils.appindcr(code, 'cn_message_pkg.end_batch(x_proc_audit_id);');

1109: END IF;
1110:
1111: cn_utils.appindcr(code, 'cn_message_pkg.debug('''|| x_procedure_name || ': inside loop<<'');');
1112: cn_utils.appindcr(code, 'fnd_file.put_line(fnd_file.Log, '''|| x_procedure_name || ': inside loop<<'');');
1113: cn_utils.appindcr(code, 'cn_message_pkg.end_batch(x_proc_audit_id);');
1114: cn_utils.appindcr(code, 'COMMIT;');
1115: cn_utils.appendcr(code);
1116:
1117: -- cn_utils.record_process_exception(x_procedure_name, 'start_transaction', code);

Line 1153: cn_utils.appindcr(code, 'cn_message_pkg.debug('''|| x_procedure_name ||'<<'');');

1149: cn_utils.appendcr(code);
1150:
1151: cn_utils.appindcr(code, 'x_proc_audit_id := x_col_audit_id;'); --AE 08-01-95
1152:
1153: cn_utils.appindcr(code, 'cn_message_pkg.debug('''|| x_procedure_name ||'<<'');');
1154: cn_utils.appindcr(code, 'fnd_file.put_line(fnd_file.Log, '''|| x_procedure_name ||'<<'');');
1155:
1156: cn_utils.appindcr(code, 'cn_message_pkg.end_batch(x_proc_audit_id);');
1157: cn_utils.appendcr(code);

Line 1156: cn_utils.appindcr(code, 'cn_message_pkg.end_batch(x_proc_audit_id);');

1152:
1153: cn_utils.appindcr(code, 'cn_message_pkg.debug('''|| x_procedure_name ||'<<'');');
1154: cn_utils.appindcr(code, 'fnd_file.put_line(fnd_file.Log, '''|| x_procedure_name ||'<<'');');
1155:
1156: cn_utils.appindcr(code, 'cn_message_pkg.end_batch(x_proc_audit_id);');
1157: cn_utils.appendcr(code);
1158:
1159: -- cn_utils.proc_end(x_procedure_name, 'Y', code);
1160:

Line 1168: cn_utils.appindcr(code, 'cn_message_pkg.debug(SQLCODE||'' ''||SQLERRM);');

1164: cn_utils.unindent(code, 1);
1165: cn_utils.appindcr(code, 'exception when others then');
1166: cn_utils.appendcr(code, 'errbuf := SQLCODE||'' ''||SQLERRM;' );
1167: cn_utils.appendcr(code, 'retcode := 2;' );
1168: cn_utils.appindcr(code, 'cn_message_pkg.debug(SQLCODE||'' ''||SQLERRM);');
1169: cn_utils.appindcr(code, 'fnd_file.put_line(fnd_file.Log, SQLCODE||'' ''||SQLERRM);');
1170: cn_utils.appindcr(code, 'cn_notify_aia_om.notify_failed_trx(x_batch_id,x_start_period_id, x_end_period_id, debug_pipe, debug_level,x_org_id);' );
1171: cn_utils.appindcr(code, 'x_proc_audit_id := x_col_audit_id;');
1172: cn_utils.appindcr(code, 'cn_message_pkg.end_batch(x_proc_audit_id);');

Line 1172: cn_utils.appindcr(code, 'cn_message_pkg.end_batch(x_proc_audit_id);');

1168: cn_utils.appindcr(code, 'cn_message_pkg.debug(SQLCODE||'' ''||SQLERRM);');
1169: cn_utils.appindcr(code, 'fnd_file.put_line(fnd_file.Log, SQLCODE||'' ''||SQLERRM);');
1170: cn_utils.appindcr(code, 'cn_notify_aia_om.notify_failed_trx(x_batch_id,x_start_period_id, x_end_period_id, debug_pipe, debug_level,x_org_id);' );
1171: cn_utils.appindcr(code, 'x_proc_audit_id := x_col_audit_id;');
1172: cn_utils.appindcr(code, 'cn_message_pkg.end_batch(x_proc_audit_id);');
1173: cn_utils.appendcr(code);
1174: END IF;
1175:
1176: -- Generate end of procedure statement

Line 1324: cn_utils.appindcr(body_code, 'cn_message_pkg.debug('''|| procedure_name || ': Nothing is being collected.'');');

1320: cn_utils.set_org_id(X_org_id);
1321: cn_utils.appindcr(body_code, 'NULL;');
1322: cn_utils.appendcr(body_code);
1323:
1324: cn_utils.appindcr(body_code, 'cn_message_pkg.debug('''|| procedure_name || ': Nothing is being collected.'');');
1325: cn_utils.appindcr(body_code, 'fnd_file.put_line(fnd_file.Log, '''|| procedure_name || ': Nothing is being collected.'');');
1326: cn_utils.appindcr(body_code, 'cn_message_pkg.debug('''|| procedure_name ||'<<'');');
1327: cn_utils.appindcr(body_code, 'fnd_file.put_line(fnd_file.Log, '''|| procedure_name ||'<<'');');
1328: cn_utils.appindcr(body_code, 'cn_message_pkg.end_batch(x_proc_audit_id);');

Line 1326: cn_utils.appindcr(body_code, 'cn_message_pkg.debug('''|| procedure_name ||'<<'');');

1322: cn_utils.appendcr(body_code);
1323:
1324: cn_utils.appindcr(body_code, 'cn_message_pkg.debug('''|| procedure_name || ': Nothing is being collected.'');');
1325: cn_utils.appindcr(body_code, 'fnd_file.put_line(fnd_file.Log, '''|| procedure_name || ': Nothing is being collected.'');');
1326: cn_utils.appindcr(body_code, 'cn_message_pkg.debug('''|| procedure_name ||'<<'');');
1327: cn_utils.appindcr(body_code, 'fnd_file.put_line(fnd_file.Log, '''|| procedure_name ||'<<'');');
1328: cn_utils.appindcr(body_code, 'cn_message_pkg.end_batch(x_proc_audit_id);');
1329: cn_utils.appendcr(body_code);
1330:

Line 1328: cn_utils.appindcr(body_code, 'cn_message_pkg.end_batch(x_proc_audit_id);');

1324: cn_utils.appindcr(body_code, 'cn_message_pkg.debug('''|| procedure_name || ': Nothing is being collected.'');');
1325: cn_utils.appindcr(body_code, 'fnd_file.put_line(fnd_file.Log, '''|| procedure_name || ': Nothing is being collected.'');');
1326: cn_utils.appindcr(body_code, 'cn_message_pkg.debug('''|| procedure_name ||'<<'');');
1327: cn_utils.appindcr(body_code, 'fnd_file.put_line(fnd_file.Log, '''|| procedure_name ||'<<'');');
1328: cn_utils.appindcr(body_code, 'cn_message_pkg.end_batch(x_proc_audit_id);');
1329: cn_utils.appendcr(body_code);
1330:
1331:
1332: -- Generate procedure end.