DBA Data[Home] [Help]

APPS.PO_AUTO_HEADER_PROCESS_PVT dependencies on PO_VENDOR_SITES_SV

Line 668: * Get the vendor site info (po_vendor_sites_sv.get_vendor_site_info)

664: /* ============================================================================
665: NAME: derive_and_default_headers
666: DESC: Perform derive logic on header records from Interface table.
667: * Get the vendor details (po_vendors_sv.get_vendor_info
668: * Get the vendor site info (po_vendor_sites_sv.get_vendor_site_info)
669: (These values needs to be transferred to validation logic)
670: * Derive Pay On Code
671: * Derive Rate (get_rate_for_req_price)
672: * Derive ship to and bill to

Line 815: po_vendor_sites_sv.get_vendor_site_info(x_headers.vendor_site_id,

811:
812: IF (x_headers.vendor_site_id IS NOT NULL) THEN
813:
814: l_progress := '050';
815: po_vendor_sites_sv.get_vendor_site_info(x_headers.vendor_site_id,
816: g_vendor_ship_to_loc_id,
817: g_vendor_bill_to_loc_id,
818: g_vs_ship_via_lookup_code,
819: g_vs_fob,