DBA Data[Home] [Help]

APPS.CN_COLLECTION_GEN dependencies on CN_SYSTEM_PARAMETERS

Line 478: cn_utils.appindcr(code, 'x_ram_negate_profile := CN_SYSTEM_PARAMETERS.value(''CN_RAM_NEGATE'','|| x_org_id ||');');

474: cn_debug.print_msg('call_negate >>', 1);
475: fnd_file.put_line(fnd_file.Log, 'call_negate >>');
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 ||

Line 511: CN_SYSTEM_PARAMETERS.value('CN_RAM_NEGATE',x_org_id));

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:
515: EXCEPTION

Line 513: CN_SYSTEM_PARAMETERS.value('CN_RAM_NEGATE',x_org_id));

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:
515: EXCEPTION
516: WHEN NO_DATA_FOUND THEN
517: cn_debug.print_msg('call_negate: in exception handler for NO_DATA_FOUND', 1);