DBA Data[Home] [Help]

APPS.CSF_LF_PUB dependencies on SDO_POINT_TYPE

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

355: debug(' --> l_result_int(J).segment_id = ' || l_result_int(J).segment_id, l_api_name, fnd_log.level_statement);
356: END IF;
357:
358: x_resultsArray(J).locus := mdsys.sdo_geometry(2001,l_srid,
359: mdsys.sdo_point_type( l_result_int(J).lon
360: , l_result_int(J).lat
361: , 0),
362: mdsys.sdo_elem_info_array(1,1,1,3,0,5),
363: mdsys.sdo_ordinate_array( l_result_int(J).lon

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

500:
501: getSegmentLength(segmentGeometry.sdo_ordinates,segmentLength);
502: getCoordonSegment(segmentLength, segmentGeometry.sdo_ordinates,x_offset,coord);
503:
504: x_point := mdsys.sdo_geometry(2001,8307,mdsys.sdo_point_type(coord.long,coord.lat,0),null,null);
505:
506: x_return_status := FND_API.G_RET_STS_SUCCESS;
507: end if;
508: