DBA Data[Home] [Help]

APPS.CSR_RULES_PVT dependencies on JTF_NOTES_PUB

Line 1175: jtf_notes_pub.create_note(

1171: l_notes := p_version_msgs(i);
1172: l_notes_dtl := NULL;
1173: END IF;
1174:
1175: jtf_notes_pub.create_note(
1176: p_api_version => 1.0
1177: , x_return_status => x_return_status
1178: , x_msg_count => x_msg_count
1179: , x_msg_data => x_msg_data

Line 1281: jtf_notes_pub.secure_delete_note(

1277: FOR v_note IN c_rule_notes(v_child_rule.rule_id) LOOP
1278: IF l_debug = 'Y' THEN
1279: debug(' Deleting Notes #' || v_note.jtf_note_id, l_api_name, fnd_log.level_statement);
1280: END IF;
1281: jtf_notes_pub.secure_delete_note(
1282: p_api_version => 1.0
1283: , x_return_status => x_return_status
1284: , x_msg_count => x_msg_count
1285: , x_msg_data => x_msg_data