DBA Data[Home] [Help]

APPS.PO_AUTOCREATE_DOC dependencies on PO_SUPPLIER_CONTACTS_VAL_V

Line 7103: from po_supplier_contacts_val_v

7099:
7100: begin
7101: select max(vendor_contact_id)
7102: into x_contact_id
7103: from po_supplier_contacts_val_v
7104: where vendor_site_id = p_vendor_site_id
7105: and contact = p_contact_name;
7106: exception
7107: when others then