DBA Data[Home] [Help]

APPS.OKC_K_ARTICLES_GRP dependencies on FND_FUNCTION

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

1105:
1106: END IF;
1107:
1108: -- if user does NOT have non-std access, don't allow delete of non-std articles
1109: IF (NOT fnd_function.test('OKC_TERMS_AUTHOR_NON_STD','N')) AND
1110: l_standard_yn ='N' THEN
1111: okc_Api.Set_Message(p_app_name => G_APP_NAME,
1112: p_msg_name => 'OKC_DEL_NON_STD_ARTICLE');
1113: