DBA Data[Home] [Help]

APPS.IGI_IAC_CREATE_ASSETS dependencies on FND_GLOBAL

Line 126: l_user_id := fnd_global.user_id;

122: l_str VARCHAR(2000);
123: BEGIN
124: -- enable the exception handler to log negative assets as well
125: IF (p_exception_type = 'PERIOD_INDEX') THEN
126: l_user_id := fnd_global.user_id;
127: fnd_message.set_name('IGI','IGI_IAC_INVALID_PRICE_INDEX');
128: igi_iac_debug_pkg.debug_other_msg(g_error_level,g_path||'insert_exceptions',FALSE);
129: l_str:=fnd_message.get;
130: fnd_file.put_line(FND_FILE.LOG,l_str);

Line 132: l_user_id := fnd_global.user_id;

128: igi_iac_debug_pkg.debug_other_msg(g_error_level,g_path||'insert_exceptions',FALSE);
129: l_str:=fnd_message.get;
130: fnd_file.put_line(FND_FILE.LOG,l_str);
131: ELSIF (p_exception_type = 'NEGATIVE_ASSET') THEN
132: l_user_id := fnd_global.user_id;
133: fnd_message.set_name('IGI','IGI_IAC_NEGATIVE_ASSETS');
134: igi_iac_debug_pkg.debug_other_msg(g_error_level,g_path||'insert_exceptions',FALSE);
135: l_str:=fnd_message.get;
136: fnd_file.put_line(FND_FILE.LOG,l_str);

Line 183: l_login_id NUMBER := fnd_global.login_id;

179:
180: l_reval_period_counter NUMBER;
181: l_reval_factor igi_iac_reval_asset_rules.revaluation_factor%TYPE:= 1;
182: l_user_id NUMBER ;
183: l_login_id NUMBER := fnd_global.login_id;
184: l_reval_period_name VARCHAR(100);
185: l_lastest_closed_per_name VARCHAR2(300);
186: l_reval_price_inxed_value NUMBER;
187: l_last_closed_index_value NUMBER;

Line 288: l_user_id := fnd_global.user_id;

284: AND date_ineffective IS NULL;
285:
286: BEGIN
287:
288: l_user_id := fnd_global.user_id;
289:
290: igi_iac_debug_pkg.debug_other_string(g_state_level,g_path||'get_assets','starting get assets');
291: -- get the period counter from the :books.revaluation_date
292: IF igi_iac_common_utils.get_period_info_for_date(p_book_type_code,