DBA Data[Home] [Help]

APPS.OKC_UTIL dependencies on OKC_SUBCLASS_RESPS_V

Line 2087: from okc_subclass_resps_v

2083: FUNCTION Create_K_Access(p_scs_code varchar2) RETURN BOOLEAN IS
2084:
2085: Cursor access_level_csr is
2086: Select access_level
2087: from okc_subclass_resps_v
2088: where scs_code=p_scs_code
2089: and resp_id=fnd_global.resp_id
2090: and sysdate between start_date and nvl(end_date,sysdate);
2091: