DBA Data[Home] [Help]

APPS.FND_SESSION_MANAGEMENT dependencies on FND_GLOBAL

Line 998: fnd_global.bless_next_init('FND_PERMIT_0001');

994: else
995: c_node_id := p_node_id;
996: end if;
997:
998: fnd_global.bless_next_init('FND_PERMIT_0001');
999: fnd_global.INITIALIZE(session_id => x_session,
1000: user_id => p_user_id,
1001: resp_id => p_responsibility_id,
1002: resp_appl_id => p_resp_appl_id,

Line 999: fnd_global.INITIALIZE(session_id => x_session,

995: c_node_id := p_node_id;
996: end if;
997:
998: fnd_global.bless_next_init('FND_PERMIT_0001');
999: fnd_global.INITIALIZE(session_id => x_session,
1000: user_id => p_user_id,
1001: resp_id => p_responsibility_id,
1002: resp_appl_id => p_resp_appl_id,
1003: security_group_id => p_security_group_id,

Line 1012: --g_prog_appl_id defaults to -1... if -999 fnd_global will verify user_id - resp_id relationship

1008: conc_program_id => -1,
1009: conc_request_id => -1,
1010: server_id => c_node_id,
1011: conc_priority_request => -1);
1012: --g_prog_appl_id defaults to -1... if -999 fnd_global will verify user_id - resp_id relationship
1013:
1014: /* 3152313, remove NLS caching in icx layer
1015: if p_language is not null
1016: and nvl(g_language_c,'XXXXX') <> p_language

Line 1058: FND_GLOBAL.set_nls_context(

1054: g_numeric_characters_c := p_numeric_characters;
1055: end if;
1056: */
1057:
1058: FND_GLOBAL.set_nls_context(
1059: p_nls_language => p_language,
1060: p_nls_date_format => p_date_format,
1061: p_nls_date_language => p_date_language,
1062: p_nls_numeric_characters => p_numeric_characters,

Line 2158: -- FND_GLOBAL.nls_date_language

2154: end if;
2155: end if;
2156:
2157: -- Bug 5032374: Using unified function in ATG to get the NLS_DATE_LANGUAGE
2158: -- FND_GLOBAL.nls_date_language
2159: -- Changing :
2160: -- l_date_language := getDateLanguage(l_language);
2161: -- By:
2162: l_date_language := FND_GLOBAL.nls_date_language;

Line 2162: l_date_language := FND_GLOBAL.nls_date_language;

2158: -- FND_GLOBAL.nls_date_language
2159: -- Changing :
2160: -- l_date_language := getDateLanguage(l_language);
2161: -- By:
2162: l_date_language := FND_GLOBAL.nls_date_language;
2163:
2164: if l_date_language is null
2165: then
2166: l_date_language:=getNLS_PARAMETER('NLS_DATE_LANGUAGE');