DBA Data[Home] [Help]

APPS.OZF_ACTBUDGETRULES_PVT dependencies on JTF_NOTES_PUB

Line 999: jtf_notes_pub.update_note (

995: END IF;
996:
997:
998: IF l_note_id IS NOT NULL THEN
999: jtf_notes_pub.update_note (
1000: p_api_version=> 1.0
1001: ,x_return_status=> x_return_status
1002: ,x_msg_count=> x_msg_count
1003: ,x_msg_data=> x_msg_data

Line 1011: jtf_notes_pub.create_note (

1007: ,p_notes=> p_note
1008: ,p_note_type=> p_note_type
1009: );
1010: ELSE
1011: jtf_notes_pub.create_note (
1012: p_api_version=> 1.0
1013: ,x_return_status=> x_return_status
1014: ,x_msg_count=> x_msg_count
1015: ,x_msg_data=> x_msg_data