DBA Data[Home] [Help]

APPS.CN_COLLECTION_GEN dependencies on CN_SYSTEM_PARAMETERS

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

467: cn_debug.print_msg('call_negate >>', 1);
468: fnd_file.put_line(fnd_file.Log, 'call_negate >>');
469:
470: cn_utils.set_org_id(x_org_id);
471: cn_utils.appindcr(code, 'x_ram_negate_profile := CN_SYSTEM_PARAMETERS.value(''CN_RAM_NEGATE'','|| x_org_id ||');');
472: cn_utils.appendcr(code);
473: cn_utils.appindcr(code, 'cn_message_pkg.debug('''|| procedure_name ||
474: ': Profile OSC: Negate during Revenue Adjustments Collection = '' || x_ram_negate_profile);');
475: cn_utils.appindcr(code, 'fnd_file.put_line(fnd_file.Log, '''|| procedure_name ||

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

500: cn_debug.print_msg('call_negate <<', 1);
501: fnd_file.put_line(fnd_file.Log, 'call_negate <<');
502:
503: cn_message_pkg.DEBUG('collect: Profile OSC: Negate during Revenue Adjustments Collection = ' ||
504: CN_SYSTEM_PARAMETERS.value('CN_RAM_NEGATE',x_org_id));
505: fnd_file.put_line(fnd_file.Log,'collect: Profile OSC: Negate during Revenue Adjustments Collection = ' ||
506: CN_SYSTEM_PARAMETERS.value('CN_RAM_NEGATE',x_org_id));
507:
508: EXCEPTION

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

502:
503: cn_message_pkg.DEBUG('collect: Profile OSC: Negate during Revenue Adjustments Collection = ' ||
504: CN_SYSTEM_PARAMETERS.value('CN_RAM_NEGATE',x_org_id));
505: fnd_file.put_line(fnd_file.Log,'collect: Profile OSC: Negate during Revenue Adjustments Collection = ' ||
506: CN_SYSTEM_PARAMETERS.value('CN_RAM_NEGATE',x_org_id));
507:
508: EXCEPTION
509: WHEN NO_DATA_FOUND THEN
510: cn_debug.print_msg('call_negate: in exception handler for NO_DATA_FOUND', 1);