DBA Data[Home] [Help]

APPS.FND_GLOBAL dependencies on FND_PRODUCT_INITIALIZATION_PKG

Line 2160: debugger('. fnd_product_initialization_pkg:'||application_short_name);

2156:
2157: -- 5025015
2158: if application_short_name is not null and sec_context_change then
2159: if is_debugging then
2160: debugger('. fnd_product_initialization_pkg:'||application_short_name);
2161: end if;
2162: fnd_product_initialization_pkg
2163: .execInitFunction(application_short_name,'''SEC''');
2164: end if;

Line 2162: fnd_product_initialization_pkg

2158: if application_short_name is not null and sec_context_change then
2159: if is_debugging then
2160: debugger('. fnd_product_initialization_pkg:'||application_short_name);
2161: end if;
2162: fnd_product_initialization_pkg
2163: .execInitFunction(application_short_name,'''SEC''');
2164: end if;
2165:
2166: else

Line 2175: debugger('. fnd_product_initialization_pkg:'||application_short_name);

2171: begin
2172: put('fnd_prod_init.conditions',conditions);
2173: if application_short_name is not null or conditions is not null then
2174: if is_debugging then
2175: debugger('. fnd_product_initialization_pkg:'||application_short_name);
2176: debugger('. conditions:'||conditions);
2177: end if;
2178: fnd_product_initialization_pkg
2179: .execInitFunction(application_short_name,conditions);

Line 2178: fnd_product_initialization_pkg

2174: if is_debugging then
2175: debugger('. fnd_product_initialization_pkg:'||application_short_name);
2176: debugger('. conditions:'||conditions);
2177: end if;
2178: fnd_product_initialization_pkg
2179: .execInitFunction(application_short_name,conditions);
2180: end if;
2181: exception
2182: when others then

Line 2236: -- FND_PRODUCT_INITIALIZATION_PKG to HR_SIGNON.INITIALIZE_HR_SECURITY(). The

2232: --
2233: -- Bug 2237412 - since HR has a special mode using security_group_id to control
2234: -- the following two profiles and additional HR DB activity, the values of these
2235: -- profiles in the DB are not used but overridden during the above call from
2236: -- FND_PRODUCT_INITIALIZATION_PKG to HR_SIGNON.INITIALIZE_HR_SECURITY(). The
2237: -- values are set in the profile cache to the new runtime values, but if
2238: -- INITIALIZE is called twice with the same parameters we will reset the profile
2239: -- cache but since there has been no context change we will not call the
2240: -- product initialization code again so HR Dev (SXSHAH.UK) has agreed that it