DBA Data[Home] [Help]

APPS.BIM_EDW_MDCHN_M_SIZE dependencies on EDW_LOCAL_INSTANCE

Line 16: edw_local_instance inst

12: select sum(cnt)
13: from (
14: select count(*) cnt
15: from ams_media_vl ame,
16: edw_local_instance inst
17: where ame.last_update_date between
18: p_from_date and p_to_date
19: );
20:

Line 68: from EDW_LOCAL_INSTANCE ;

64:
65: CURSOR c_2 IS
66: select
67: avg(nvl(vsize(INSTANCE_CODE), 0))
68: from EDW_LOCAL_INSTANCE ;
69:
70:
71:
72: BEGIN