DBA Data[Home] [Help]

APPS.MSC_ATP_24X7 dependencies on DBMS_SNAPSHOT

Line 1788: DBMS_SNAPSHOT.REFRESH( lv_msc_schema||'.MSC_ATP_PLAN_SN', 'C');

1784:
1785: -- refresh the snapshot if it exists
1786: if v_snap_exist =1 then
1787: conc_log ('Complete Refresh of Snapshot Started');
1788: DBMS_SNAPSHOT.REFRESH( lv_msc_schema||'.MSC_ATP_PLAN_SN', 'C');
1789: conc_log ('Refresh Complete');
1790: end if;
1791:
1792: x_return_status := FND_API.G_RET_STS_SUCCESS;