DBA Data[Home] [Help]

APPS.BSC_UPDATE_INC dependencies on BSC_AW_LOAD

Line 1415: bsc_aw_load.purge_kpi(

1411: x_indicator IN NUMBER
1412: ) IS
1413: PRAGMA AUTONOMOUS_TRANSACTION;
1414: BEGIN
1415: bsc_aw_load.purge_kpi(
1416: p_kpi => x_indicator,
1417: p_options => 'DEBUG LOG'
1418: );
1419: commit; -- autonomous transactions need to commit