DBA Data[Home] [Help]

APPS.PO_INTERFACE_S dependencies on PO_COO_S

Line 5966: po_coo_s.get_default_country_of_origin(

5962:
5963: l_progress:='230';
5964:
5965: --FRKHAN 1/12/99 Get default country of origin
5966: po_coo_s.get_default_country_of_origin(
5967: interface.item_id,
5968: interface.destination_organization_id,
5969: interface.vendor_id,
5970: interface.vendor_site_id,

Line 14413: po_coo_s.get_default_country_of_origin(

14409: IF (PO_LOG.d_stmt) THEN
14410: PO_LOG.stmt(d_module, d_progress, 'Getting default country of origin');
14411: END IF;
14412:
14413: po_coo_s.get_default_country_of_origin(
14414: x_item_id => interface.item_id
14415: , x_ship_to_org_id => line_location_rec.ship_to_organization_id
14416: , x_vendor_id => interface.vendor_id
14417: , x_vendor_site_id => interface.vendor_site_id