DBA Data[Home] [Help]

APPS.OKC_OPPORTUNITY_PVT dependencies on OKC_K_HEADERS_V

Line 138: from okc_k_headers_v h,

134: h.authoring_org_id,
135: h.orig_system_source_code,
136: h.orig_system_id1,
137: rel.object1_id1 lead_id
138: from okc_k_headers_v h,
139: okc_k_rel_objs rel
140: where h.id = p_contract_id
141: and rel.chr_id(+) = h.orig_system_id1
142: and rel.rty_code(+) = 'OPPEXPSCONTRACT'