DBA Data[Home] [Help]

MDSYS.SDO_PC_PKG dependencies on SDO_ORGSCL_TYPE

Line 11: pc_domain sdo_orgscl_type default null,

7: ptn_params varchar2,
8: pc_extent sdo_geometry default null,
9: pc_tol NUMBER default 0.0000000000005,
10: pc_tot_dimensions NUMBER default 2,
11: pc_domain sdo_orgscl_type default null,
12: pc_val_attr_tables SDO_STRING_ARRAY default null,
13: pc_other_attrs SYS.XMLTYPE default null)
14: RETURN SDO_PC;
15:

Line 52: blk_domain sdo_orgscl_type default null,

48: PROCEDURE DROP_DEPENDENCIES(basetable varchar2, col varchar2);
49:
50: FUNCTION TO_GEOMETRY(pts BLOB, num_pts NUMBER,
51: pc_tot_dim NUMBER, srid NUMBER default null,
52: blk_domain sdo_orgscl_type default null,
53: get_ids NUMBER default NULL)
54: RETURN MDSYS.SDO_GEOMETRY DETERMINISTIC PARALLEL_ENABLE;
55:
56: FUNCTION GET_PT_IDs(pts BLOB, num_pts NUMBER,

Line 58: blk_domain sdo_orgscl_type default null)

54: RETURN MDSYS.SDO_GEOMETRY DETERMINISTIC PARALLEL_ENABLE;
55:
56: FUNCTION GET_PT_IDs(pts BLOB, num_pts NUMBER,
57: pc_tot_dim NUMBER,
58: blk_domain sdo_orgscl_type default null)
59: RETURN SDO_NUMBER_ARRAY DETERMINISTIC;
60:
61: function tin_to_pc(
62: tin sdo_tin,