DBA Data[Home] [Help]

APPS.HR_EDW_WRK_CMPSTN_F_SIZING dependencies on EDW_LOCAL_INSTANCE

Line 71: FROM edw_local_instance;

67:
68: /* Select the length of the instance code */
69: CURSOR inst_cur IS
70: SELECT avg(nvl( vsize(instance_code),0 ))
71: FROM edw_local_instance;
72:
73: CURSOR asg_cur IS
74: SELECT
75: avg(nvl(vsize(asg.assignment_id ),0))