DBA Data[Home] [Help]

APPS.PO_INTERFACE_S dependencies on PO_VENDOR_SITES_SV

Line 1654: po_vendor_sites_sv.get_vendor_site_info

1650: vendor.vat_registration_num,
1651: vendor.inspection_required_flag);
1652:
1653: IF(interface.vendor_site_id is not null) THEN
1654: po_vendor_sites_sv.get_vendor_site_info
1655: (interface.vendor_site_id,
1656: vendor.ship_to_location_id,
1657: vendor.bill_to_location_id,
1658: l_vs_ship_via_lookup_code,

Line 2313: Calling PO_VENDOR_SITES_SV.get_transmission_defaults only when vendor_id and

2309: p_message => 'After Insert into PO_headers');
2310: END IF;
2311:
2312: /* Bug#13542989: Start : Get Default document transimmision information and
2313: Calling PO_VENDOR_SITES_SV.get_transmission_defaults only when vendor_id and
2314: vendor_site_id is present on PO to avoid no_data_found exception. */
2315:
2316: SELECT vendor_id, vendor_site_id
2317: INTO l_vendor_id, l_vendor_site_id

Line 2323: PO_VENDOR_SITES_SV.get_transmission_defaults

2319: WHERE po_header_id = INTERFACE.po_header_id;
2320: IF l_vendor_id IS NOT NULL AND
2321: l_vendor_site_id IS NOT NULL THEN
2322:
2323: PO_VENDOR_SITES_SV.get_transmission_defaults
2324: ( p_document_id => interface.po_header_id,
2325: p_document_type => g_document_type,
2326: p_document_subtype => interface.document_subtype,
2327: p_preparer_id => interface.agent_id,