DBA Data[Home] [Help]

APPS.PO_AUTOCREATE_DOC dependencies on PO_VENDOR_CONTACTS

Line 6627: from po_vendor_contacts

6623: return false;
6624: else
6625: -- check if contact on req. lines is valid
6626: select count(*) into x_count
6627: from po_vendor_contacts
6628: where vendor_site_id = p_vendor_site_id
6629: and vendor_contact_id = p_vendor_contact_id
6630: and nvl(inactive_date, sysdate+1) > sysdate;
6631: