DBA Data[Home] [Help]

APPS.WSH_LOCATIONS_PKG dependencies on SDO_POINT_TYPE

Line 2350: MDSYS.SDO_POINT_TYPE(p_longitude, p_latitude, NULL),

2346:
2347: x_geometry := MDSYS.SDO_GEOMETRY(2001, --SDO_GTYPE: Geometry type.
2348: -- 2 indicates two-dimensional, 1 indicates a single point
2349: 8307, --SDO_SRID: 8307 is SRID for 'Long/Lat (WGS 84)' coordinate system
2350: MDSYS.SDO_POINT_TYPE(p_longitude, p_latitude, NULL),
2351: NULL, -- SDO_ELEM_INFO: Not needed if point_type
2352: NULL); -- SDO_ORDINATES: Not needed if point_type
2353:
2354: IF l_debug_on THEN