DBA Data[Home] [Help]

APPS.HR_EDW_WRK_RCTMNT_F_SIZING dependencies on EDW_LOCAL_INSTANCE

Line 85: FROM edw_local_instance;

81:
82: /* Select the length of the instance code */
83: CURSOR inst_cur IS
84: SELECT avg(nvl( vsize(instance_code),0 ))
85: FROM edw_local_instance;
86:
87: CURSOR asg_cur IS
88: SELECT
89: avg(nvl(vsize(application_id),0))