DBA Data[Home] [Help]

APPS.OTA_TFH_API_BUSINESS_RULES dependencies on AP_SUPPLIER_CONTACTS

Line 481: AP_SUPPLIER_CONTACTS PVC

477: cursor sel_vendor_contact is
478: select 'Y'
479: from AP_SUPPLIERS PAV,
480: HZ_PARTIES HP,
481: AP_SUPPLIER_CONTACTS PVC
482: where PAV.vendor_id = p_vendor_id
483: and PVC.VENDOR_CONTACT_ID = p_contact_id
484: and PAV.PARTY_ID = HP.PARTY_ID;
485: