DBA Data[Home] [Help]

APPS.FND_SESSION_MANAGEMENT dependencies on FND_GLOBAL

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

946: else
947: c_node_id := p_node_id;
948: end if;
949:
950: fnd_global.bless_next_init('FND_PERMIT_0001');
951: fnd_global.INITIALIZE(session_id => x_session,
952: user_id => p_user_id,
953: resp_id => p_responsibility_id,
954: resp_appl_id => p_resp_appl_id,

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

947: c_node_id := p_node_id;
948: end if;
949:
950: fnd_global.bless_next_init('FND_PERMIT_0001');
951: fnd_global.INITIALIZE(session_id => x_session,
952: user_id => p_user_id,
953: resp_id => p_responsibility_id,
954: resp_appl_id => p_resp_appl_id,
955: security_group_id => p_security_group_id,

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

960: conc_program_id => -1,
961: conc_request_id => -1,
962: server_id => c_node_id,
963: conc_priority_request => -1);
964: --g_prog_appl_id defaults to -1... if -999 fnd_global will verify user_id - resp_id relationship
965:
966: /* 3152313, remove NLS caching in icx layer
967: if p_language is not null
968: and nvl(g_language_c,'XXXXX') <> p_language

Line 1010: FND_GLOBAL.set_nls_context(

1006: g_numeric_characters_c := p_numeric_characters;
1007: end if;
1008: */
1009:
1010: FND_GLOBAL.set_nls_context(
1011: p_nls_language => p_language,
1012: p_nls_date_format => p_date_format,
1013: p_nls_date_language => p_date_language,
1014: p_nls_numeric_characters => p_numeric_characters,

Line 2106: -- FND_GLOBAL.nls_date_language

2102: end if;
2103: end if;
2104:
2105: -- Bug 5032374: Using unified function in ATG to get the NLS_DATE_LANGUAGE
2106: -- FND_GLOBAL.nls_date_language
2107: -- Changing :
2108: -- l_date_language := getDateLanguage(l_language);
2109: -- By:
2110: l_date_language := FND_GLOBAL.nls_date_language;

Line 2110: l_date_language := FND_GLOBAL.nls_date_language;

2106: -- FND_GLOBAL.nls_date_language
2107: -- Changing :
2108: -- l_date_language := getDateLanguage(l_language);
2109: -- By:
2110: l_date_language := FND_GLOBAL.nls_date_language;
2111:
2112: if l_date_language is null
2113: then
2114: l_date_language:=getNLS_PARAMETER('NLS_DATE_LANGUAGE');