DBA Data[Home] [Help]

APPS.XTR_IMPORT_DEAL_DATA dependencies on XTR_INTERGROUP_TRANSFERS

Line 103: from XTR_INTERGROUP_TRANSFERS

99:
100: elsif p_deal_type = 'IG' then
101: select count(*)
102: into l_count
103: from XTR_INTERGROUP_TRANSFERS
104: where external_deal_id = p_external_deal_id;
105:
106: elsif p_deal_type = 'NI' then
107: select count(*)