DBA Data[Home] [Help]

APPS.OE_ID_TO_VALUE dependencies on OE_SHIP_TO_ORGS_V

Line 875: FROM OE_SHIP_TO_ORGS_V L

871: , x_intermed_ship_to_city
872: , x_intermed_ship_to_state
873: , x_intermed_ship_to_postal_code
874: , x_intermed_ship_to_country
875: FROM OE_SHIP_TO_ORGS_V L
876: WHERE L.ORGANIZATION_ID = p_intermed_ship_to_org_id;
877:
878: ELSE
879:

Line 1657: FROM OE_SHIP_TO_ORGS_V L

1653: , x_ship_to_city
1654: , x_ship_to_state
1655: , x_ship_to_postal_code
1656: , x_ship_to_country
1657: FROM OE_SHIP_TO_ORGS_V L
1658: WHERE L.ORGANIZATION_ID = p_ship_to_org_id;
1659:
1660: ELSE
1661: