DBA Data[Home] [Help]

APPS.OKL_SLA_ACC_SOURCES_PVT dependencies on OKC_CONTACTS

Line 188: FROM okc_contacts contact

184: -- Cursor to fetch the Sales Representative Details
185: CURSOR c_sales_rep_csr (l_khr_id NUMBER)
186: IS
187: SELECT rep.name
188: FROM okc_contacts contact
189: ,okx_salesreps_v rep
190: WHERE contact.DNZ_CHR_ID = l_khr_id
191: AND rep.id1 = contact.object1_id1
192: AND rep.id2 = contact.object1_id2;