DBA Data[Home] [Help]

APPS.OKC_CHANGE_CONTRACT_PVT dependencies on OKC_CONTRACT_APPROVAL_PUB

Line 215: /* if OKC_CONTRACT_APPROVAL_PUB.k_accesible(

211: --
212: --
213: -- authorised user has U privilege
214: -- Bug 2498302 Bypassed security check for administrator.
215: /* if OKC_CONTRACT_APPROVAL_PUB.k_accesible(
216: p_contract_id => l_contract_id,
217: p_user_id => l_auth_user_id,
218: p_level => 'U'
219: ) = OKC_API.G_FALSE

Line 860: if OKC_CONTRACT_APPROVAL_PUB.k_accesible(

856: close key_csr;
857: --
858: -- user have U privilege?
859: --
860: if OKC_CONTRACT_APPROVAL_PUB.k_accesible(
861: p_contract_id => l_contract_id,
862: p_user_id => fnd_global.user_id,
863: p_level => 'U'
864: ) = OKC_API.G_FALSE