DBA Data[Home] [Help]

APPS.OKC_REP_QA_CHECK_PVT dependencies on PO_VENDOR_CONTACTS

Line 716: FROM po_vendor_contacts

712:
713: CURSOR vendor_contact_csr IS
714: SELECT (first_name || ' ' || middle_name || ' ' || last_name) contact_name,
715: inactive_date
716: FROM po_vendor_contacts
717: WHERE vendor_contact_id=p_contact_id;
718:
719: vendor_contact_rec vendor_contact_csr%ROWTYPE;
720: