DBA Data[Home] [Help]

APPS.OZF_REQUEST_STATUS_PVT dependencies on JTF_NOTES_VL

Line 302: from jtf_notes_vl

298: -- BUG 4460277 (-)
299:
300: cursor lc_get_notes(pc_entity_type varchar2, pc_entity_id number) is
301: select notes_detail
302: from jtf_notes_vl
303: where source_object_code = pc_entity_type
304: AND SOURCE_OBJECT_ID = pc_entity_id
305: AND NOTE_STATUS in ('E' , 'I') -- only publish notes and also Public
306: ORDER BY CREATION_DATE DESC;