DBA Data[Home] [Help]

APPS.CS_SR_LOG_DATA_TEMP_PVT dependencies on JTF_NOTES_VL

Line 165: from jtf_notes_vl jtf, fnd_user fnd

161: and jtf.last_updated_by = fnd.user_id;
162:
163: cursor note_cursor is select 'NOTE' source_type,jtf.jtf_note_id,fnd.user_name,
164: jtf.last_update_date,jtf.notes
165: from jtf_notes_vl jtf, fnd_user fnd
166: where source_object_code='SR'
167: and source_object_id=p_incident_id
168: and jtf.last_updated_by = fnd.user_id;
169: