DBA Data[Home] [Help]

APPS.PO_INTERFACE_S dependencies on PO_LOCATIONS_S

Line 14176: po_locations_s.get_loc_org(interface.line_ship_to_loc_id,

14172: -- Check that price break ship_to_organization_id and ship_to_location_id match
14173: -- (if both are provided)
14174: if (interface.line_ship_to_org_id is not NULL and
14175: interface.line_ship_to_loc_id is not NULL and params.sob_id is not NULL) then
14176: po_locations_s.get_loc_org(interface.line_ship_to_loc_id,
14177: params.sob_id,
14178: l_ship_org_id_line,
14179: l_ship_org_code,
14180: l_ship_org_name);