DBA Data[Home] [Help]

APPS.FND_GLOBAL dependencies on FND_PRODUCT_INITIALIZATION_PKG

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

2424:
2425: if doInit then
2426: put('fnd_prod_init.conditions',conditions);
2427: if is_debugging then
2428: debugger('. fnd_product_initialization_pkg:'||application_short_name);
2429: debugger('. conditions:'||conditions);
2430: end if;
2431: fnd_product_initialization_pkg
2432: .execInitFunction(application_short_name,conditions);

Line 2431: fnd_product_initialization_pkg

2427: if is_debugging then
2428: debugger('. fnd_product_initialization_pkg:'||application_short_name);
2429: debugger('. conditions:'||conditions);
2430: end if;
2431: fnd_product_initialization_pkg
2432: .execInitFunction(application_short_name,conditions);
2433: -- Set Prod INIT flag, this indicates whether the fnd init code was executed
2434: -- and will be used later to determine how local values and HR PUT values
2435: -- are set. If the init code was NOT executed and the PUT cache was

Line 2519: -- via fnd_product_initialization_pkg for any change in user_id,

2515: -- behavior returning value at site level unless set at one of the lower
2516: -- security/hierarchy levels RESP_ID, APP_ID or USER.
2517: --
2518: -- "ENABLE_SECURITY_GROUPS = 'Y' -> call HR_SIGNON.INITIALIZE_HR_SECURITY
2519: -- via fnd_product_initialization_pkg for any change in user_id,
2520: -- application_id, responsibility_id or security_group_id. This will
2521: -- set/reset the Profile PUT cache values for these PER profiles, we will
2522: -- then set FND_GLOBAL local variables for both PER_SECURITY_PROFILE_ID and
2523: -- PER_BUSINESS_GROUP_ID."