DBA Data[Home] [Help]

APPS.JTF_EC_UTIL dependencies on JTF_NOTES_B

Line 1058: from jtf_notes_b

1054:
1055: cursor c_check_note_id(p_note_id NUMBER,
1056: p_escalation_id NUMBER) Is
1057: select 'x'
1058: from jtf_notes_b
1059: where jtf_note_id = p_note_id
1060: and source_object_id = p_escalation_id;
1061:
1062: