DBA Data[Home] [Help]

APPS.WSH_FTE_COMP_CONSTRAINT_PKG dependencies on WSH_FTE_COMP_CONSTRAINTS

Line 128: from wsh_fte_comp_constraints

124:
125:
126: cursor c_get_const_count IS
127: select compatibility_id
128: from wsh_fte_comp_constraints
129: where EFFECTIVE_DATE_FROM <= sysdate
130: and nvl(EFFECTIVE_DATE_TO,sysdate) >= sysdate
131: and rownum = 1;
132: