DBA Data[Home] [Help]

APPS.INV_UTILITIES dependencies on STANDARD

Line 89: --to comply with GSCC File.Sql.39 standard. Bug:4410848

85: -- END LOOP;
86: --
87: --*/
88: --Added NOCOPY hint to table_of_strings OUT parameter
89: --to comply with GSCC File.Sql.39 standard. Bug:4410848
90: PROCEDURE parse_vector (vector_in IN VARCHAR2,
91: delimiter IN VARCHAR2,
92: table_of_strings OUT NOCOPY vector_tabtype
93: );