DBA Data[Home] [Help]

APPS.IBE_CFG_CONFIG_PVT dependencies on FND_GLOBAL

Line 32: l_user_id := fnd_global.user_id;

28: l_resp_appl_id NUMBER;
29: l_log_enabled VARCHAR2(1) := 'N';
30: l_user_id NUMBER;
31: begin
32: l_user_id := fnd_global.user_id;
33: l_log_enabled := fnd_profile.value_specific(
34: name =>'IBE_DEBUG',
35: user_id => l_user_id);
36: if (l_log_enabled = 'Y') then

Line 246: l_user_id := fnd_global.user_id;

242: open c_old_cfg_info(p_quote_line_id);
243: fetch c_old_cfg_info into p_config_rec.config_header_id, p_config_rec.config_revision_num;
244: close c_old_cfg_info;
245:
246: l_user_id := fnd_global.user_id;
247: l_log_enabled := fnd_profile.value_specific(
248: name =>'IBE_DEBUG',
249: user_id => l_user_id);
250: if (l_log_enabled = 'Y') then