DBA Data[Home] [Help]

APPS.BSC_UPDATE_SUM dependencies on DBMS_SQL

Line 2275: h_kpi_list dbms_sql.varchar2_table;

2271: PROCEDURE Refresh_AW_Kpi_AT (
2272: x_indicator IN NUMBER
2273: ) IS
2274: PRAGMA AUTONOMOUS_TRANSACTION;
2275: h_kpi_list dbms_sql.varchar2_table;
2276: BEGIN
2277: -- Fix bug#5134927 verify the aw cubes exists for this kpi
2278: IF BSC_AW_MD_API.Is_Kpi_Present(x_indicator) THEN
2279: h_kpi_list.delete;