DBA Data[Home] [Help]

APPS.CN_PAYMENT_SECURITY_PVT dependencies on JTF_NOTES_PUB

Line 281: jtf_notes_pub.create_note

277: -- for each worksheet in this payrun, add audit history to 'Pay Payrun'
278: FOR l_wksht_csr IN c_wksht_csr
279: LOOP
280:
281: jtf_notes_pub.create_note
282: (p_api_version => 1.0,
283: x_return_status => x_return_status,
284: x_msg_count => x_msg_count,
285: x_msg_data => x_msg_data,

Line 618: jtf_notes_pub.create_note

614:
615: fnd_message.set_name('CN', l_msg_name);
616: l_note_msg := fnd_message.get;
617: IF p_action <> 'REMOVE' THEN
618: jtf_notes_pub.create_note
619: (p_api_version => 1.0,
620: x_return_status => x_return_status,
621: x_msg_count => x_msg_count,
622: x_msg_data => x_msg_data,

Line 631: jtf_notes_pub.create_note

627: p_note_type => 'CN_SYSGEN', -- for system generated
628: x_jtf_note_id => l_note_id -- returned
629: );
630: ELSE
631: jtf_notes_pub.create_note
632: (p_api_version => 1.0,
633: x_return_status => x_return_status,
634: x_msg_count => x_msg_count,
635: x_msg_data => x_msg_data,