DBA Data[Home] [Help]

APPS.QA_PERFORMANCE_TEMP_PKG dependencies on DBMS_SQL

Line 37: x_ids OUT NOCOPY dbms_sql.number_table)

33: -- and an array of 3 elements will be returned.
34: --
35: FUNCTION parse_integers(
36: p_ids VARCHAR2,
37: x_ids OUT NOCOPY dbms_sql.number_table)
38: RETURN NUMBER;
39:
40: --
41: -- Parse the input ID list (comma-separated) and

Line 64: PROCEDURE purge_and_add_names(p_key VARCHAR2, p_names dbms_sql.VARCHAR2_TABLE);

60: -- Bug 4345779. Audits project.
61: -- Added the following methods.
62: -- srhariha. Wed Jun 1 12:13:02 PDT 2005.
63:
64: PROCEDURE purge_and_add_names(p_key VARCHAR2, p_names dbms_sql.VARCHAR2_TABLE);
65:
66:
67: -- End 4345779. Audits project.
68: END qa_performance_temp_pkg;