DBA Data[Home] [Help]

APPS.OZF_ACTBUDGETRULES_PVT dependencies on JTF_NOTES_PUB

Line 1007: ozf_utility_pvt.debug_message('jtf_notes_pub.update_note');

1003:
1004: IF l_note_id IS NOT NULL THEN
1005:
1006: IF G_DEBUG THEN
1007: ozf_utility_pvt.debug_message('jtf_notes_pub.update_note');
1008: END IF;
1009:
1010: -- For Bug#8867381 to avoid locking of the record in JTF_NOTES Table
1011: IF p_note <> 'CHARGEBACK' THEN

Line 1013: jtf_notes_pub.update_note (

1009:
1010: -- For Bug#8867381 to avoid locking of the record in JTF_NOTES Table
1011: IF p_note <> 'CHARGEBACK' THEN
1012:
1013: jtf_notes_pub.update_note (
1014: p_api_version=> 1.0
1015: ,x_return_status=> x_return_status
1016: ,x_msg_count=> x_msg_count
1017: ,x_msg_data=> x_msg_data

Line 1030: ozf_utility_pvt.debug_message('jtf_notes_pub.create_note');

1026:
1027: ELSE
1028:
1029: IF G_DEBUG THEN
1030: ozf_utility_pvt.debug_message('jtf_notes_pub.create_note');
1031: END IF;
1032:
1033: jtf_notes_pub.create_note (
1034: p_api_version=> 1.0

Line 1033: jtf_notes_pub.create_note (

1029: IF G_DEBUG THEN
1030: ozf_utility_pvt.debug_message('jtf_notes_pub.create_note');
1031: END IF;
1032:
1033: jtf_notes_pub.create_note (
1034: p_api_version=> 1.0
1035: ,x_return_status=> x_return_status
1036: ,x_msg_count=> x_msg_count
1037: ,x_msg_data=> x_msg_data

Line 1054: ozf_utility_pvt.debug_message('jtf_notes_pub returns: ' || x_return_status);

1050: );
1051: END IF;
1052:
1053: IF G_DEBUG THEN
1054: ozf_utility_pvt.debug_message('jtf_notes_pub returns: ' || x_return_status);
1055: END IF;
1056:
1057: IF x_return_status <> fnd_api.g_ret_sts_success THEN
1058: fnd_message.set_name ('OZF', 'OZF_API_DEBUG_MESSAGE');