DBA Data[Home] [Help]

APPS.CSF_LF_PUB dependencies on SDO_POINT_TYPE

Line 288: mdsys.sdo_point_type( l_result_int(J).lon

284:
285: x_resultsArray.extend(1);
286:
287: x_resultsArray(J).locus := mdsys.sdo_geometry(2001,l_srid,
288: mdsys.sdo_point_type( l_result_int(J).lon
289: , l_result_int(J).lat
290: , 0),
291: mdsys.sdo_elem_info_array(1,1,1,3,0,5),
292: mdsys.sdo_ordinate_array( l_result_int(J).lon

Line 424: x_point := mdsys.sdo_geometry(2001,8307,mdsys.sdo_point_type(coord.long,coord.lat,0),null,null);

420:
421: getSegmentLength(segmentGeometry.sdo_ordinates,segmentLength);
422: getCoordonSegment(segmentLength, segmentGeometry.sdo_ordinates,x_offset,coord);
423:
424: x_point := mdsys.sdo_geometry(2001,8307,mdsys.sdo_point_type(coord.long,coord.lat,0),null,null);
425:
426: x_return_status := FND_API.G_RET_STS_SUCCESS;
427: end if;
428: