DBA Data[Home] [Help]

APPS.CN_UPG_PMT_REASONS_PKG dependencies on JTF_NOTES_PUB

Line 165: jtf_notes_pub.create_note

161: if l_upd_id_tbl.count > 0 then
162: fnd_file.put_line(FND_FILE.LOG, 'About to create notes ' || l_upd_id_tbl.count);
163: for c in l_upd_id_tbl.first..l_upd_id_tbl.last loop
164: -- create JTF note
165: jtf_notes_pub.create_note
166: (p_api_version => 1.0,
167: x_return_status => x_return_status,
168: x_msg_count => x_msg_count,
169: x_msg_data => x_msg_data,