DBA Data[Home] [Help]

APPS.CN_CALC_FORMULAS_PVT dependencies on FND_GLOBAL

Line 366: l_consolidated_note := l_consolidated_note || l_note_msg || fnd_global.local_chr(10);

362: fnd_message.set_name('CN', 'CNR12_NOTE_FORMULA_OPEXPR_CRE');
363: fnd_message.set_token('EXPR', l_output_exp_name);
364: l_note_msg := fnd_message.get;
365:
366: l_consolidated_note := l_consolidated_note || l_note_msg || fnd_global.local_chr(10);
367: /*
368: jtf_notes_pub.create_note
369: (p_api_version => 1.0,
370: x_return_status => x_return_status,

Line 392: l_consolidated_note := l_consolidated_note || l_note_msg || fnd_global.local_chr(10);

388: fnd_message.set_name('CN', 'CNR12_NOTE_FORMULA_OPFORE_CRE');
389: fnd_message.set_token('EXPR', l_f_output_exp_name);
390: l_note_msg := fnd_message.get;
391:
392: l_consolidated_note := l_consolidated_note || l_note_msg || fnd_global.local_chr(10);
393: /*
394: jtf_notes_pub.create_note
395: (p_api_version => 1.0,
396: x_return_status => x_return_status,

Line 865: l_consolidated_note := l_consolidated_note || l_note_msg || fnd_global.local_chr(10);

861: fnd_message.set_token('FORMULA_OLD', l_old_rec.name);
862: fnd_message.set_token('FORMULA_NEW', p_name);
863: l_note_msg := fnd_message.get;
864:
865: l_consolidated_note := l_consolidated_note || l_note_msg || fnd_global.local_chr(10);
866: /*
867: jtf_notes_pub.create_note
868: (p_api_version => 1.0,
869: x_return_status => x_return_status,

Line 894: l_consolidated_note := l_consolidated_note || l_note_msg || fnd_global.local_chr(10);

890: fnd_message.set_token('OLD_TYPE', l_old_rec.meaning);
891: fnd_message.set_token('NEW_TYPE', l_meaning);
892: l_note_msg := fnd_message.get;
893:
894: l_consolidated_note := l_consolidated_note || l_note_msg || fnd_global.local_chr(10);
895: /*
896: jtf_notes_pub.create_note
897: (p_api_version => 1.0,
898: x_return_status => x_return_status,

Line 917: l_consolidated_note := l_consolidated_note || l_note_msg || fnd_global.local_chr(10);

913: fnd_message.set_token('OLD_OPTION', l_old_rec.TRX_GROUP_CODE);
914: fnd_message.set_token('NEW_OPTION', p_trx_group_code);
915: l_note_msg := fnd_message.get;
916:
917: l_consolidated_note := l_consolidated_note || l_note_msg || fnd_global.local_chr(10);
918: /*
919: jtf_notes_pub.create_note
920: (p_api_version => 1.0,
921: x_return_status => x_return_status,

Line 951: l_consolidated_note := l_consolidated_note || l_note_msg || fnd_global.local_chr(10);

947: fnd_message.set_token('OLD_OPTION', l_old_meaning);
948: fnd_message.set_token('NEW_OPTION', l_new_meaning);
949: l_note_msg := fnd_message.get;
950:
951: l_consolidated_note := l_consolidated_note || l_note_msg || fnd_global.local_chr(10);
952: /*
953: jtf_notes_pub.create_note
954: (p_api_version => 1.0,
955: x_return_status => x_return_status,

Line 977: l_consolidated_note := l_consolidated_note || l_note_msg || fnd_global.local_chr(10);

973: END IF;
974:
975: l_note_msg := fnd_message.get;
976:
977: l_consolidated_note := l_consolidated_note || l_note_msg || fnd_global.local_chr(10);
978: /*
979: jtf_notes_pub.create_note
980: (p_api_version => 1.0,
981: x_return_status => x_return_status,

Line 1003: l_consolidated_note := l_consolidated_note || l_note_msg || fnd_global.local_chr(10);

999: END IF;
1000:
1001: l_note_msg := fnd_message.get;
1002:
1003: l_consolidated_note := l_consolidated_note || l_note_msg || fnd_global.local_chr(10);
1004: /*
1005: jtf_notes_pub.create_note
1006: (p_api_version => 1.0,
1007: x_return_status => x_return_status,

Line 1029: l_consolidated_note := l_consolidated_note || l_note_msg || fnd_global.local_chr(10);

1025: END IF;
1026:
1027: l_note_msg := fnd_message.get;
1028:
1029: l_consolidated_note := l_consolidated_note || l_note_msg || fnd_global.local_chr(10);
1030: /*
1031: jtf_notes_pub.create_note
1032: (p_api_version => 1.0,
1033: x_return_status => x_return_status,

Line 1080: l_consolidated_exp_note := l_consolidated_exp_note || l_note_msg || fnd_global.local_chr(10);

1076: fnd_message.set_name('CN', 'CNR12_NOTE_FORMULA_OPEXPR_CRE');
1077: fnd_message.set_token('EXPR', l_output_exp_name);
1078: l_note_msg := fnd_message.get;
1079: END IF;
1080: l_consolidated_exp_note := l_consolidated_exp_note || l_note_msg || fnd_global.local_chr(10);
1081: /*
1082: jtf_notes_pub.create_note
1083: (p_api_version => 1.0,
1084: x_return_status => x_return_status,

Line 1103: l_consolidated_exp_note := l_consolidated_exp_note || l_note_msg || fnd_global.local_chr(10);

1099: fnd_message.set_name('CN', 'CNR12_NOTE_FORMULA_OPEXPR_DEL');
1100: fnd_message.set_token('EXPR', l_output_exp_name_old);
1101: l_note_msg := fnd_message.get;
1102:
1103: l_consolidated_exp_note := l_consolidated_exp_note || l_note_msg || fnd_global.local_chr(10);
1104: /*
1105: jtf_notes_pub.create_note
1106: (p_api_version => 1.0,
1107: x_return_status => x_return_status,

Line 1141: l_consolidated_exp_note := l_consolidated_exp_note || l_note_msg || fnd_global.local_chr(10);

1137: fnd_message.set_token('EXPR', l_f_output_exp_name);
1138: l_note_msg := fnd_message.get;
1139: END IF;
1140:
1141: l_consolidated_exp_note := l_consolidated_exp_note || l_note_msg || fnd_global.local_chr(10);
1142: /*
1143: jtf_notes_pub.create_note
1144: (p_api_version => 1.0,
1145: x_return_status => x_return_status,

Line 1164: l_consolidated_exp_note := l_consolidated_exp_note || l_note_msg || fnd_global.local_chr(10);

1160: fnd_message.set_name('CN', 'CNR12_NOTE_FORMULA_OPFORE_DEL');
1161: fnd_message.set_token('EXPR_NAME', l_f_output_exp_name_old);
1162: l_note_msg := fnd_message.get;
1163:
1164: l_consolidated_exp_note := l_consolidated_exp_note || l_note_msg || fnd_global.local_chr(10);
1165: /*
1166: jtf_notes_pub.create_note
1167: (p_api_version => 1.0,
1168: x_return_status => x_return_status,