DBA Data[Home] [Help]

APPS.OKC_TERMS_UTIL_GRP dependencies on FND_FUNCTION

Line 2875: ELSIF fnd_function.test('OKC_TERMS_AUTHOR_NON_STD','N') THEN

2871: ELSIF NVL(p_standard_yn,'N') = 'Y' THEN
2872: -- update always enabled for standard articles
2873: RETURN 'OkcTermsStructDtlsUpdateEnabled' ;
2874: -- non std articles
2875: ELSIF fnd_function.test('OKC_TERMS_AUTHOR_NON_STD','N') THEN
2876: -- user has access to fn and doc not template
2877: RETURN 'OkcTermsStructDtlsUpdateEnabled' ;
2878: ELSE
2879: -- user does NOT have access to function OKC_TERMS_AUTHOR_NON_STD

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

2908: --Bug 4123003 If doc_type is template, delete button should be enabled
2909: IF p_document_type = 'TEMPLATE' THEN
2910: RETURN 'OkcTermsStructDtlsRemoveEnabled';
2911: ELSE
2912: IF (fnd_function.test('OKC_TERMS_AUTHOR_NON_STD','N') AND
2913: fnd_function.test('OKC_TERMS_AUTHOR_SUPERUSER','N')) THEN
2914: -- user has override controls, allow delete mandatory
2915: RETURN 'OkcTermsStructDtlsRemoveEnabled';
2916: ELSE

Line 2913: fnd_function.test('OKC_TERMS_AUTHOR_SUPERUSER','N')) THEN

2909: IF p_document_type = 'TEMPLATE' THEN
2910: RETURN 'OkcTermsStructDtlsRemoveEnabled';
2911: ELSE
2912: IF (fnd_function.test('OKC_TERMS_AUTHOR_NON_STD','N') AND
2913: fnd_function.test('OKC_TERMS_AUTHOR_SUPERUSER','N')) THEN
2914: -- user has override controls, allow delete mandatory
2915: RETURN 'OkcTermsStructDtlsRemoveEnabled';
2916: ELSE
2917: RETURN 'OkcTermsStructDtlsRemoveDisabled';

Line 2925: ELSIF fnd_function.test('OKC_TERMS_AUTHOR_NON_STD','N') THEN

2921: ELSIF NVL(p_standard_yn,'N') = 'Y' THEN
2922: -- for standard articles delete is always allowed
2923: RETURN 'OkcTermsStructDtlsRemoveEnabled' ;
2924: -- Case 3: NON-STANDARD ARTICLES (non-mandatory)
2925: ELSIF fnd_function.test('OKC_TERMS_AUTHOR_NON_STD','N') THEN
2926: -- for non-std articles check for function security
2927: -- user has access , so check allow delete for non-std articles
2928: RETURN 'OkcTermsStructDtlsRemoveEnabled' ;
2929: ELSE

Line 4504: ELSIF fnd_function.test('OKC_TERMS_AUTHOR_NON_STD','N') THEN

4500: ELSIF NVL(p_standard_yn,'N') = 'Y' THEN
4501: -- update always enabled for standard articles
4502: RETURN 'OkcTermsStructDtlsUpdateEnabled' ;
4503: -- non std articles
4504: ELSIF fnd_function.test('OKC_TERMS_AUTHOR_NON_STD','N') THEN
4505: -- user has access to fn and doc not template
4506: RETURN 'OkcTermsStructDtlsUpdateEnabled' ;
4507: ELSE
4508: -- user does NOT have access to function OKC_TERMS_AUTHOR_NON_STD

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

4549: --Bug 4123003 If doc_type is template, delete button should be enabled
4550: IF p_document_type = 'TEMPLATE' THEN
4551: RETURN 'OkcTermsStructDtlsRemoveEnabled';
4552: ELSE
4553: IF (fnd_function.test('OKC_TERMS_AUTHOR_NON_STD','N') AND
4554: fnd_function.test('OKC_TERMS_AUTHOR_SUPERUSER','N')) THEN
4555: -- user has override controls, allow delete mandatory
4556: RETURN 'OkcTermsStructDtlsRemoveEnabled';
4557: ELSE

Line 4554: fnd_function.test('OKC_TERMS_AUTHOR_SUPERUSER','N')) THEN

4550: IF p_document_type = 'TEMPLATE' THEN
4551: RETURN 'OkcTermsStructDtlsRemoveEnabled';
4552: ELSE
4553: IF (fnd_function.test('OKC_TERMS_AUTHOR_NON_STD','N') AND
4554: fnd_function.test('OKC_TERMS_AUTHOR_SUPERUSER','N')) THEN
4555: -- user has override controls, allow delete mandatory
4556: RETURN 'OkcTermsStructDtlsRemoveEnabled';
4557: ELSE
4558: RETURN 'OkcTermsStructDtlsRemoveDisabled';

Line 4566: ELSIF fnd_function.test('OKC_TERMS_AUTHOR_NON_STD','N') THEN

4562: ELSIF NVL(p_standard_yn,'N') = 'Y' THEN
4563: -- for standard articles delete is always allowed
4564: RETURN 'OkcTermsStructDtlsRemoveEnabled' ;
4565: -- Case 3: NON-STANDARD ARTICLES (non-mandatory)
4566: ELSIF fnd_function.test('OKC_TERMS_AUTHOR_NON_STD','N') THEN
4567: -- for non-std articles check for function security
4568: -- user has access , so check allow delete for non-std articles
4569: RETURN 'OkcTermsStructDtlsRemoveEnabled' ;
4570: ELSE