DBA Data[Home] [Help]

APPS.WSH_LOCATIONS_PKG dependencies on SDO_POINT_TYPE

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

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