DBA Data[Home] [Help]

APPS.PO_AUTOCREATE_DOC dependencies on PO_SUPPLIER_CONTACTS_VAL_V

Line 6651: from po_supplier_contacts_val_v

6647:
6648: begin
6649: select max(vendor_contact_id)
6650: into x_contact_id
6651: from po_supplier_contacts_val_v
6652: where vendor_site_id = p_vendor_site_id
6653: and contact = p_contact_name;
6654: exception
6655: when others then