DBA Data[Home] [Help]

APPS.HR_EDW_WRK_ACTVTY_F_SIZING dependencies on EDW_LOCAL_INSTANCE

Line 134: FROM edw_local_instance;

130:
131: /* Select the length of the instance code */
132: CURSOR inst_cur IS
133: SELECT avg(nvl( vsize(instance_code),0 ))
134: FROM edw_local_instance;
135:
136: CURSOR asg_cur IS
137: SELECT
138: avg(nvl(vsize(asg.assignment_id),0))