DBA Data[Home] [Help]

APPS.EDW_HR_PRSN_TYP_M_SIZING dependencies on EDW_LOCAL_INSTANCE

Line 75: FROM edw_local_instance;

71:
72: /* Select the length of the instance code */
73: CURSOR inst_cur IS
74: SELECT avg(nvl( vsize(instance_code),0 ))
75: FROM edw_local_instance;
76:
77:
78: /* Get lengths of person type attributes */
79: CURSOR pty_cur IS