DBA Data[Home] [Help]

APPS.OKC_CONTRACT_APPROVAL_PVT dependencies on OKC_UTIL

Line 1666: l_q :=okc_util.get_k_access_level(p_chr_id => p_contract_id);

1662: )
1663: );
1664: */
1665: begin
1666: l_q :=okc_util.get_k_access_level(p_chr_id => p_contract_id);
1667: if ((l_q = p_level) or (l_q = 'U'))
1668: then return OKC_API.G_TRUE;
1669: else return OKC_API.G_FALSE;
1670: end if;