DBA Data[Home] [Help]

APPS.ORACLESSWA dependencies on FND_FUNCTION

Line 799: -- IF (fnd_function.test_id(l_function_id))

795: icx_sec.g_prog_appl_id := -999;
796: IF icx_sec.VALIDATESession(c_validate_only => 'Y') THEN
797: icx_sec.g_prog_appl_id := -1;
798:
799: -- IF (fnd_function.test_id(l_function_id))
800: -- THEN
801: --either current user or anonymous user has access to this function.. run it.
802: IF E IS NOT NULL and icx_sec.g_login_id is not null THEN
803: fnd_signon.audit_web_responsibility(icx_sec.g_login_id,

Line 896: ELSIF (fnd_function.test_id(l_function_id)) -- OR (l_function_id=2594)

892: OracleApps.displayLogin(i_direct => l_url,
893: recreate => l_recreate_code);
894:
895: --function available to current or anonymous with a valid session
896: ELSIF (fnd_function.test_id(l_function_id)) -- OR (l_function_id=2594)
897: THEN -- VS Failed.. if function is public, create session and go!
898: icx_sec.g_prog_appl_id := -1;
899: --get anonymous user info
900: -- fnd_profile.get(name => 'GUEST_USER_PWD',