DBA Data[Home] [Help]

APPS.OKC_K_ARTICLES_GRP dependencies on FND_FUNCTION

Line 1217: IF (NOT fnd_function.test('OKC_TERMS_AUTHOR_NON_STD','N')) AND

1213:
1214: END IF;
1215:
1216: -- if user does NOT have non-std access, don't allow delete of non-std articles
1217: IF (NOT fnd_function.test('OKC_TERMS_AUTHOR_NON_STD','N')) AND
1218: l_standard_yn ='N' THEN
1219: okc_Api.Set_Message(p_app_name => G_APP_NAME,
1220: p_msg_name => 'OKC_DEL_NON_STD_ARTICLE');
1221: