DBA Data[Home] [Help]

APPS.IGI_IAC_CREATE_ASSETS dependencies on FND_GLOBAL

Line 149: l_user_id := fnd_global.user_id;

145: l_str VARCHAR(2000);
146: BEGIN
147: -- enable the exception handler to log negative assets as well
148: IF (p_exception_type = 'PERIOD_INDEX') THEN
149: l_user_id := fnd_global.user_id;
150: fnd_message.set_name('IGI','IGI_IAC_INVALID_PRICE_INDEX');
151: igi_iac_debug_pkg.debug_other_msg(g_error_level,g_path||'insert_exceptions',FALSE);
152: l_str:=fnd_message.get;
153: fnd_file.put_line(FND_FILE.LOG,l_str);

Line 155: l_user_id := fnd_global.user_id;

151: igi_iac_debug_pkg.debug_other_msg(g_error_level,g_path||'insert_exceptions',FALSE);
152: l_str:=fnd_message.get;
153: fnd_file.put_line(FND_FILE.LOG,l_str);
154: ELSIF (p_exception_type = 'NEGATIVE_ASSET') THEN
155: l_user_id := fnd_global.user_id;
156: fnd_message.set_name('IGI','IGI_IAC_NEGATIVE_ASSETS');
157: igi_iac_debug_pkg.debug_other_msg(g_error_level,g_path||'insert_exceptions',FALSE);
158: l_str:=fnd_message.get;
159: fnd_file.put_line(FND_FILE.LOG,l_str);

Line 206: l_login_id NUMBER := fnd_global.login_id;

202:
203: l_reval_period_counter NUMBER;
204: l_reval_factor igi_iac_reval_asset_rules.revaluation_factor%TYPE:= 1;
205: l_user_id NUMBER ;
206: l_login_id NUMBER := fnd_global.login_id;
207: l_reval_period_name VARCHAR(100);
208: l_lastest_closed_per_name VARCHAR2(300);
209: l_reval_price_inxed_value NUMBER;
210: l_last_closed_index_value NUMBER;

Line 311: l_user_id := fnd_global.user_id;

307: AND date_ineffective IS NULL;
308:
309: BEGIN
310:
311: l_user_id := fnd_global.user_id;
312:
313: igi_iac_debug_pkg.debug_other_string(g_state_level,g_path||'get_assets','starting get assets');
314: -- get the period counter from the :books.revaluation_date
315: IF igi_iac_common_utils.get_period_info_for_date(p_book_type_code,