DBA Data[Home] [Help]

MDSYS.SDO_GEOR_UTL dependencies on SDO_STRING2_ARRAYSET

Line 331: -- A sdo_string2_arrayset in the format:

327: -- each client_id.
328: -- ARGUMENTS
329: -- None.
330: -- RETURNS
331: -- A sdo_string2_arrayset in the format:
332: -- TIMESTAMP, OP_NAME, TARGET_RDT, TARGET_RID, OP_STATUS, DESCRIPTION.
333: -- NOTES
334: -- ---------------------------------------------------------------------
335: FUNCTION getAllStatusReport

Line 336: RETURN MDSYS.sdo_string2_arrayset DETERMINISTIC PARALLEL_ENABLE;

332: -- TIMESTAMP, OP_NAME, TARGET_RDT, TARGET_RID, OP_STATUS, DESCRIPTION.
333: -- NOTES
334: -- ---------------------------------------------------------------------
335: FUNCTION getAllStatusReport
336: RETURN MDSYS.sdo_string2_arrayset DETERMINISTIC PARALLEL_ENABLE;
337:
338: ------------------------------------------------------------------------
339: -- End of Status Report Related Procedures
340: ------------------------------------------------------------------------