DBA Data[Home] [Help]

APPS.PO_VENDORS_SV dependencies on PO_VENDOR_CONTACTS_SV

Line 366: po_vendor_contacts_sv.get_vendor_contact(X_vendor_site_id,

362: end if;
363:
364: /* Default the Vendor Contact if possible */
365:
366: po_vendor_contacts_sv.get_vendor_contact(X_vendor_site_id,
367: X_vendor_contact_id,
368: X_vendor_contact_name);
369:
370:

Line 1001: po_vendor_contacts_sv.get_contact_info (x_vendor_contact_id,

997: po_vendor_sites_sv.get_vendor_site_name (x_vendor_site_id,
998: x_vendor_location);
999: x_progress := '030';
1000:
1001: po_vendor_contacts_sv.get_contact_info (x_vendor_contact_id,
1002: x_vendor_contact,
1003: x_vendor_phone);
1004:
1005: EXCEPTION