DBA Data[Home] [Help]

APPS.QA_SS_RESULTS dependencies on QA_PERFORMANCE_TEMP_PKG

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

1729: -- For SQL Bind Compliance, change dynamic SQL to
1730: -- static using qa_performance_temp table
1731: -- bso Sat Oct 1 13:03:17 PDT 2005
1732: --
1733: qa_performance_temp_pkg.add_ids(c_key, x_occurrences);
1734:
1735: DELETE FROM qa_results
1736: WHERE plan_id = x_plan_id AND
1737: collection_id = x_collection_id AND

Line 1743: qa_performance_temp_pkg.purge(c_key);

1739: (SELECT id
1740: FROM qa_performance_temp
1741: WHERE key = c_key);
1742:
1743: qa_performance_temp_pkg.purge(c_key);
1744: END delete_results;
1745:
1746: --
1747: -- Perform database commit. Do not use in transaction integration,