DBA Data[Home] [Help]

APPS.CSFW_SPATIAL_PUB dependencies on SDO_GEOMETRY

Line 10: FUNCTION GET_AERIAL_DISTANCE( p_start_point MDSYS.SDO_GEOMETRY,

6: -- History :
7: -- NOTE : Please see the function details for additional information
8: -- End of Comments
9:
10: FUNCTION GET_AERIAL_DISTANCE( p_start_point MDSYS.SDO_GEOMETRY,
11: p_end_point MDSYS.SDO_GEOMETRY,
12: p_unit_of_measure varchar2 )
13: RETURN number;
14:

Line 11: p_end_point MDSYS.SDO_GEOMETRY,

7: -- NOTE : Please see the function details for additional information
8: -- End of Comments
9:
10: FUNCTION GET_AERIAL_DISTANCE( p_start_point MDSYS.SDO_GEOMETRY,
11: p_end_point MDSYS.SDO_GEOMETRY,
12: p_unit_of_measure varchar2 )
13: RETURN number;
14:
15:

Line 23: FUNCTION CHECK_GEOMETRY_POINT( p_point MDSYS.SDO_GEOMETRY)

19: p_end_latitude number,
20: p_unit_of_measure varchar2 )
21: RETURN number;
22:
23: FUNCTION CHECK_GEOMETRY_POINT( p_point MDSYS.SDO_GEOMETRY)
24: RETURN VARCHAR;
25:
26:
27: