DBA Data[Home] [Help]

APPS.ORACLESSWA dependencies on FND_GLOBAL

Line 658: fnd_global.SET_SECURITY_GROUP_ID_CONTEXT(l_security_group_id);

654: l_responsibility_id := l_parameters(2);
655: l_security_group_id := l_parameters(3);
656: l_function_id := l_parameters(4);
657: --verify that this is all we need to call to get the selects to work in hosted env.
658: fnd_global.SET_SECURITY_GROUP_ID_CONTEXT(l_security_group_id);
659: ELSIF f IS NOT NULL THEN
660: --We dont have a secgrpid set here!!!!!
661:
662: --get function_id.

Line 707: FND_GLOBAL.set_nls_context(

703: l_language := nls_base_lang;
704:
705: END;
706:
707: FND_GLOBAL.set_nls_context(
708: p_nls_language => l_language);
709: -- p_nls_territory =>'AMERICA');
710: -- l_language := L;
711:

Line 806: --set a global to -999 to fnd_global will verify user-resp relationship

802:
803: END IF;--cookie
804:
805: --need to do validate_only so if fails, we can still run if public
806: --set a global to -999 to fnd_global will verify user-resp relationship
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: