DBA Data[Home] [Help]

APPS.PO_INTERFACE_S dependencies on PO_LOCATIONS_S

Line 13274: po_locations_s.get_loc_org(interface.line_ship_to_loc_id,

13270: -- Check that price break ship_to_organization_id and ship_to_location_id match
13271: -- (if both are provided)
13272: if (interface.line_ship_to_org_id is not NULL and
13273: interface.line_ship_to_loc_id is not NULL and params.sob_id is not NULL) then
13274: po_locations_s.get_loc_org(interface.line_ship_to_loc_id,
13275: params.sob_id,
13276: l_ship_org_id_line,
13277: l_ship_org_code,
13278: l_ship_org_name);