DBA Data[Home] [Help]

APPS.ORACLESSWA dependencies on FND_FUNCTION

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

807: icx_sec.g_prog_appl_id := -999;
808: IF icx_sec.VALIDATESession(c_validate_only => 'Y') THEN
809: icx_sec.g_prog_appl_id := -1;
810:
811: -- IF (fnd_function.test_id(l_function_id))
812: -- THEN
813: --either current user or anonymous user has access to this function.. run it.
814: IF E IS NOT NULL and icx_sec.g_login_id is not null THEN
815: fnd_signon.audit_web_responsibility(icx_sec.g_login_id,

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

904: OracleApps.displayLogin(i_direct => l_url,
905: recreate => l_recreate_code);
906:
907: --function available to current or anonymous with a valid session
908: ELSIF (fnd_function.test_id(l_function_id)) -- OR (l_function_id=2594)
909: THEN -- VS Failed.. if function is public, create session and go!
910: icx_sec.g_prog_appl_id := -1;
911: --get anonymous user info
912: -- fnd_profile.get(name => 'GUEST_USER_PWD',