DBA Data[Home] [Help]

APPS.CS_SR_LOG_DATA_TEMP_PVT dependencies on JTF_IH_ACTIVITIES

Line 172: from jtf_ih_activities jtf, jtf_ih_actions_tl act,

168: and jtf.last_updated_by = fnd.user_id;
169:
170: cursor activity_cursor is select 'ACTIVITY' source_type,jtf.interaction_id,
171: act.short_description,fnd.user_name,jtf.last_update_date
172: from jtf_ih_activities jtf, jtf_ih_actions_tl act,
173: fnd_user fnd
174: where doc_ref = 'SR'
175: and doc_id = p_incident_id
176: and jtf.action_id = act.action_id