DBA Data[Home] [Help]

APPS.FND_GLOBAL dependencies on FND_RELEASE

Line 1099: -- if fnd_release.major_version >= 12 then

1095: mm_lk boolean := false;
1096: begin
1097:
1098: -- to backport to 11.5, simply remove this condition.
1099: -- if fnd_release.major_version >= 12 then
1100:
1101: nul_dl := p_nls_date_language is null;
1102: new_dl := is_new(FND_CONST.NLS_DATE_LANGUAGE);
1103: new_df := is_new(FND_CONST.NLS_DATE_FORMAT);

Line 1567: if fnd_release.major_version >= 12 then

1563: begin
1564: if z_context_change_flag is null then
1565: -- For R12, due to MOAC, the org context can change within a session and
1566: -- is being handled separately from the other contexts.
1567: if fnd_release.major_version >= 12 then
1568: z_context_change_flag
1569: := security_context_changed
1570: or server_context_change
1571: or nls_context_change;

Line 1883: if fnd_release.major_version >= 12 then

1879: -- profiles to determine the ORG_ID to set at initialization:
1880: -- MO: Security Profile
1881: -- MO: Default Operating Unit
1882: -- MO: Operating Unit
1883: if fnd_release.major_version >= 12 then
1884: declare
1885: v_sec_prof_s varchar2(240);
1886: begin
1887: -- Bug 7109984

Line 1967: if fnd_release.major_version >= 12 then

1963: -- that FND_GLOBAL.ORG_ID = substrb(userenv('CLIENT_INFO'),1,10).
1964: fnd_client_info.set_org_context(org_id);
1965: -- Reset the transient profile option CURRENT_ORG_CONTEXT if the org
1966: -- context changes. Re-initialize the org context for FND_PROFILE.
1967: if fnd_release.major_version >= 12 then
1968: fnd_profile.put('CURRENT_ORG_CONTEXT', org_id);
1969: fnd_profile.initialize_org_context;
1970: end if;
1971: end if;

Line 2078: if fnd_release.major_version >= 12 then

2074: 'MO: Security Profile' is not null and 'MO: Default Organization Unit'
2075: returns a value. It will only be useful if there is an actual profile
2076: option value fetch for the ORG_ID profile option.
2077: */
2078: if fnd_release.major_version >= 12 then
2079: fnd_profile.get('XLA_MO_SECURITY_PROFILE_LEVEL',tsec_prof);
2080: if tsec_prof is not null then
2081: fnd_profile.get('DEFAULT_ORG_ID',tdef_org_id);
2082: end if;

Line 2155: if fnd_release.major_version >= 12 then

2151: when others then
2152: null;
2153: end;
2154:
2155: if fnd_release.major_version >= 12 then
2156:
2157: -- 5025015
2158: if application_short_name is not null and sec_context_change then
2159: if is_debugging then