DBA Data[Home] [Help]

APPS.OKC_CONTRACT_PVT dependencies on OKC_SUBCLASS_RESPS_V

Line 129: from okc_subclass_resps_v

125: FUNCTION Validate_Access_level(p_scs_code IN VARCHAR2) RETURN VARCHAR2 IS
126:
127: Cursor Access_Level_csr is
128: Select access_level
129: from okc_subclass_resps_v
130: where scs_code=p_scs_code
131: and resp_id=fnd_global.resp_id
132: and sysdate between start_date and nvl(end_date,sysdate);
133: