DBA Data[Home] [Help]

APPS.CN_ROLE_PLANS_PUB dependencies on JTF_NOTES_PUB

Line 1449: jtf_notes_pub.create_note

1445: fnd_message.set_name ('CN', 'CN_ROLE_PLAN_CRE');
1446: fnd_message.set_token ('NEWVALUE', l_rec.role_name);
1447: fnd_message.set_token ('NAME', l_rec.comp_plan_name);
1448: l_note_msg := fnd_message.get;
1449: jtf_notes_pub.create_note
1450: (p_api_version => 1.0,
1451: x_return_status => x_return_status,
1452: x_msg_count => x_msg_count,
1453: x_msg_data => x_msg_data,

Line 1927: jtf_notes_pub.create_note

1923: fnd_message.set_token ('NAME', l_rec_old.comp_plan_name);
1924: l_note_msg := fnd_message.get;
1925: l_consolidated_note := l_consolidated_note || l_note_msg || fnd_global.local_chr(10);
1926: /*
1927: jtf_notes_pub.create_note
1928: (p_api_version => 1.0,
1929: x_return_status => x_return_status,
1930: x_msg_count => x_msg_count,
1931: x_msg_data => x_msg_data,

Line 1947: jtf_notes_pub.create_note

1943: fnd_message.set_token ('NAME', l_rec_new.comp_plan_name);
1944: l_note_msg := fnd_message.get;
1945: l_consolidated_note := l_consolidated_note || l_note_msg || fnd_global.local_chr(10);
1946: /*
1947: jtf_notes_pub.create_note
1948: (p_api_version => 1.0,
1949: x_return_status => x_return_status,
1950: x_msg_count => x_msg_count,
1951: x_msg_data => x_msg_data,

Line 1971: jtf_notes_pub.create_note

1967: fnd_message.set_token ('NAME', l_rec_old.comp_plan_name);
1968: l_note_msg := fnd_message.get;
1969: l_consolidated_note := l_consolidated_note || l_note_msg || fnd_global.local_chr(10);
1970: /*
1971: jtf_notes_pub.create_note
1972: (p_api_version => 1.0,
1973: x_return_status => x_return_status,
1974: x_msg_count => x_msg_count,
1975: x_msg_data => x_msg_data,

Line 1991: jtf_notes_pub.create_note

1987: fnd_message.set_token ('NAME', l_rec_new.comp_plan_name);
1988: l_note_msg := fnd_message.get;
1989: l_consolidated_note_new := l_consolidated_note_new || l_note_msg || fnd_global.local_chr(10);
1990: /*
1991: jtf_notes_pub.create_note
1992: (p_api_version => 1.0,
1993: x_return_status => x_return_status,
1994: x_msg_count => x_msg_count,
1995: x_msg_data => x_msg_data,

Line 2014: jtf_notes_pub.create_note

2010: fnd_message.set_token ('NAME', l_rec_new.role_name);
2011: l_note_msg := fnd_message.get;
2012: l_consolidated_note := l_consolidated_note || l_note_msg || fnd_global.local_chr(10);
2013: /*
2014: jtf_notes_pub.create_note
2015: (p_api_version => 1.0,
2016: x_return_status => x_return_status,
2017: x_msg_count => x_msg_count,
2018: x_msg_data => x_msg_data,

Line 2038: jtf_notes_pub.create_note

2034: fnd_message.set_token ('NAME', l_rec_new.role_name);
2035: l_note_msg := fnd_message.get;
2036: l_consolidated_note := l_consolidated_note || l_note_msg || fnd_global.local_chr(10);
2037: /*
2038: jtf_notes_pub.create_note
2039: (p_api_version => 1.0,
2040: x_return_status => x_return_status,
2041: x_msg_count => x_msg_count,
2042: x_msg_data => x_msg_data,

Line 2060: jtf_notes_pub.create_note

2056: fnd_message.set_token ('NAME', l_rec_new.role_name);
2057: l_note_msg := fnd_message.get;
2058: l_consolidated_note := l_consolidated_note || l_note_msg || fnd_global.local_chr(10);
2059: /*
2060: jtf_notes_pub.create_note
2061: (p_api_version => 1.0,
2062: x_return_status => x_return_status,
2063: x_msg_count => x_msg_count,
2064: x_msg_data => x_msg_data,

Line 2084: jtf_notes_pub.create_note

2080: fnd_message.set_token ('NAME', l_rec_new.role_name);
2081: l_note_msg := fnd_message.get;
2082: l_consolidated_note := l_consolidated_note || l_note_msg || fnd_global.local_chr(10);
2083: /*
2084: jtf_notes_pub.create_note
2085: (p_api_version => 1.0,
2086: x_return_status => x_return_status,
2087: x_msg_count => x_msg_count,
2088: x_msg_data => x_msg_data,

Line 2105: jtf_notes_pub.create_note (p_api_version => 1.0,

2101: END IF;
2102:
2103: IF LENGTH(l_consolidated_note) > 1 THEN
2104:
2105: jtf_notes_pub.create_note (p_api_version => 1.0,
2106: x_return_status => x_return_status,
2107: x_msg_count => x_msg_count,
2108: x_msg_data => x_msg_data,
2109: p_source_object_id => l_rec_old.comp_plan_id,

Line 2119: jtf_notes_pub.create_note (p_api_version => 1.0,

2115: );
2116: END IF;
2117: IF LENGTH(l_consolidated_note_new) > 1 THEN
2118:
2119: jtf_notes_pub.create_note (p_api_version => 1.0,
2120: x_return_status => x_return_status,
2121: x_msg_count => x_msg_count,
2122: x_msg_data => x_msg_data,
2123: p_source_object_id => l_rec_new.comp_plan_id,

Line 2536: jtf_notes_pub.create_note

2532: fnd_message.set_name ('CN', 'CN_ROLE_PLAN_DEL');
2533: fnd_message.set_token ('NEWVALUE', l_rec.role_name);
2534: fnd_message.set_token ('NAME', l_rec.comp_plan_name);
2535: l_note_msg := fnd_message.get;
2536: jtf_notes_pub.create_note
2537: (p_api_version => 1.0,
2538: x_return_status => x_return_status,
2539: x_msg_count => x_msg_count,
2540: x_msg_data => x_msg_data,