DBA Data[Home] [Help]

APPS.AST_UWQ_MLIST_INFO_PKG dependencies on JTF_OBJECTS_TL

Line 71: jtf_objects_tl tl

67: tl.name,
68: a.notes_detail_size
69: FROM ast_notes_bali_vl a,
70: jtf_objects_b b,
71: jtf_objects_tl tl
72: WHERE (a.note_status <> 'P' or a.created_by = p_fnd_user_id)
73: and a.object_code like p_object_code
74: and a.object_id = p_object_id
75: and a.source_object_code = b.object_code

Line 101: jtf_objects_tl tl

97: tl.name,
98: a.notes_detail_size
99: FROM ast_notes_bali_vl a,
100: jtf_objects_b b,
101: jtf_objects_tl tl
102: WHERE (a.note_status <> 'P' or a.created_by = p_fnd_user_id)
103: and a.object_code like p_object_code
104: and a.object_id = p_object_id
105: and a.source_object_code = b.object_code