DBA Data[Home] [Help]

APPS.QA_SS_RESULTS dependencies on QA_PERFORMANCE_TEMP_PKG

Line 1802: qa_performance_temp_pkg.add_ids(c_key, x_occurrences);

1798: -- For SQL Bind Compliance, change dynamic SQL to
1799: -- static using qa_performance_temp table
1800: -- bso Sat Oct 1 13:03:17 PDT 2005
1801: --
1802: qa_performance_temp_pkg.add_ids(c_key, x_occurrences);
1803:
1804: DELETE FROM qa_results
1805: WHERE plan_id = x_plan_id AND
1806: collection_id = x_collection_id AND

Line 1812: qa_performance_temp_pkg.purge(c_key);

1808: (SELECT id
1809: FROM qa_performance_temp
1810: WHERE key = c_key);
1811:
1812: qa_performance_temp_pkg.purge(c_key);
1813: END delete_results;
1814:
1815: --
1816: -- Perform database commit. Do not use in transaction integration,