DBA Data[Home] [Help]

APPS.CN_MULTI_RATE_SCHEDULES_PVT dependencies on JTF_NOTES_PUB

Line 220: jtf_notes_pub.create_note

216: fnd_message.set_token('OLD', p_old_amt * l_pct);
217: fnd_message.set_token('NEW', p_new_amt * l_pct);
218:
219: l_note_msg := fnd_message.get();
220: jtf_notes_pub.create_note
221: ( p_api_version => 1.0,
222: x_return_status => x_return_status,
223: x_msg_count => x_msg_count,
224: x_msg_data => x_msg_data,

Line 240: jtf_notes_pub.create_note

236: fnd_message.set_token('DIMENSIONS', l_tiers);
237: fnd_message.set_token('OLD', p_old_amt * l_pct);
238: fnd_message.set_token('NEW', p_new_amt * l_pct);
239: l_note_msg := fnd_message.get();
240: jtf_notes_pub.create_note
241: ( p_api_version => 1.0,
242: x_return_status => x_return_status,
243: x_msg_count => x_msg_count,
244: x_msg_data => x_msg_data,

Line 388: jtf_notes_pub.create_note

384: fnd_message.set_name('CN', 'CNR12_NOTE_RT_CREATE');
385: fnd_message.set_token('RT_NAME', l_rate_sch_name);
386: l_note_msg := fnd_message.get;
387:
388: jtf_notes_pub.create_note
389: (p_api_version => 1.0,
390: x_return_status => x_return_status,
391: x_msg_count => x_msg_count,
392: x_msg_data => x_msg_data,

Line 675: jtf_notes_pub.create_note

671: l_note_msg := fnd_message.get;
672: l_consolidated_note := l_consolidated_note || l_note_msg || fnd_global.local_chr(10);
673:
674: /*
675: jtf_notes_pub.create_note
676: (p_api_version => 1.0,
677: x_return_status => x_return_status,
678: x_msg_count => x_msg_count,
679: x_msg_data => x_msg_data,

Line 698: jtf_notes_pub.create_note

694: l_note_msg := fnd_message.get;
695: l_consolidated_note := l_consolidated_note || l_note_msg || fnd_global.local_chr(10);
696:
697: /*
698: jtf_notes_pub.create_note
699: (p_api_version => 1.0,
700: x_return_status => x_return_status,
701: x_msg_count => x_msg_count,
702: x_msg_data => x_msg_data,

Line 714: jtf_notes_pub.create_note

710: */
711: END IF;
712:
713: if LENGTH(l_consolidated_note) > 1 THEN
714: jtf_notes_pub.create_note
715: (p_api_version => 1.0,
716: x_return_status => x_return_status,
717: x_msg_count => x_msg_count,
718: x_msg_data => x_msg_data,

Line 877: jtf_notes_pub.create_note

873: fnd_message.set_name('CN', 'CNR12_NOTE_RT_DELETE');
874: fnd_message.set_token('RT_NAME', l_rate_sch_name);
875: l_note_msg := fnd_message.get;
876:
877: jtf_notes_pub.create_note
878: (p_api_version => 1.0,
879: x_return_status => x_return_status,
880: x_msg_count => x_msg_count,
881: x_msg_data => x_msg_data,

Line 1071: jtf_notes_pub.create_note

1067: fnd_message.set_token('OLD_DIM', l_dimension_name_old);
1068: fnd_message.set_token('RT_NAME', l_rate_sch_name_old);
1069: l_note_msg := fnd_message.get;
1070:
1071: jtf_notes_pub.create_note
1072: (p_api_version => 1.0,
1073: x_return_status => x_return_status,
1074: x_msg_count => x_msg_count,
1075: x_msg_data => x_msg_data,

Line 1333: jtf_notes_pub.create_note

1329: fnd_message.set_token('OLD_DIM', l_dimension_name_old);
1330: fnd_message.set_token('NEW_DIM', l_dimension_name_new);
1331: l_note_msg := fnd_message.get;
1332:
1333: jtf_notes_pub.create_note
1334: (p_api_version => 1.0,
1335: x_return_status => x_return_status,
1336: x_msg_count => x_msg_count,
1337: x_msg_data => x_msg_data,

Line 1540: jtf_notes_pub.create_note

1536: fnd_message.set_token('RT_DIM', l_dimension_name);
1537: fnd_message.set_token('RT_NAME', l_rate_sch_name);
1538: l_note_msg := fnd_message.get;
1539:
1540: jtf_notes_pub.create_note
1541: (p_api_version => 1.0,
1542: x_return_status => x_return_status,
1543: x_msg_count => x_msg_count,
1544: x_msg_data => x_msg_data,