DBA Data[Home] [Help]

APPS.PO_INTERFACE_S dependencies on PO_COO_S

Line 6466: po_coo_s.get_default_country_of_origin(

6462:
6463: l_progress:='230';
6464:
6465: --FRKHAN 1/12/99 Get default country of origin
6466: po_coo_s.get_default_country_of_origin(
6467: interface.item_id,
6468: interface.destination_organization_id,
6469: interface.vendor_id,
6470: interface.vendor_site_id,

Line 15321: po_coo_s.get_default_country_of_origin(

15317: IF (PO_LOG.d_stmt) THEN
15318: PO_LOG.stmt(d_module, d_progress, 'Getting default country of origin');
15319: END IF;
15320:
15321: po_coo_s.get_default_country_of_origin(
15322: x_item_id => interface.item_id
15323: , x_ship_to_org_id => line_location_rec.ship_to_organization_id
15324: , x_vendor_id => interface.vendor_id
15325: , x_vendor_site_id => interface.vendor_site_id