DBA Data[Home] [Help]

APPS.PO_AUTOCREATE_DOC dependencies on PO_VENDOR_CONTACTS

Line 7079: from po_vendor_contacts

7075: return false;
7076: else
7077: -- check if contact on req. lines is valid
7078: select count(*) into x_count
7079: from po_vendor_contacts
7080: where vendor_site_id = p_vendor_site_id
7081: and vendor_contact_id = p_vendor_contact_id
7082: and nvl(inactive_date, sysdate+1) > sysdate;
7083: