DBA Data[Home] [Help]

APPS.XTR_IMPORT_DEAL_DATA dependencies on XTR_PARTIES_V

Line 159: from xtr_parties_v

155: END IF;
156:
157: select 'Y'
158: into l_dummy
159: from xtr_parties_v
160: where party_type = 'C'
161: and party_code = p_company_code
162: and rownum = 1;
163: