DBA Data[Home] [Help]

APPS.IGI_IAC_YTD_PRE_PROCESS_PKG dependencies on IGI_IAC_COMMON_UTILS

Line 138: IF NOT igi_iac_common_utils.is_iac_book(p_book_type_code) THEN

134: errbuf := lv_mesg;
135: RETURN;
136: END IF;
137:
138: IF NOT igi_iac_common_utils.is_iac_book(p_book_type_code) THEN
139: fnd_message.set_name('IGI','IGI_IAC_NOT_IAC_BOOK');
140: lv_mesg := fnd_message.get;
141: igi_iac_debug_pkg.debug_other_string(g_state_level,l_path,' ********** ');
142: igi_iac_debug_pkg.debug_other_string(g_state_level,l_path,lv_mesg);

Line 181: IF NOT igi_iac_common_utils.Get_Latest_Transaction (

177: l_Adjustment_Id := NULL;
178: l_Prev_Adjustment_Id := NULL;
179: l_Adjustment_Status := NULL;
180:
181: IF NOT igi_iac_common_utils.Get_Latest_Transaction (
182: X_book_type_code => p_book_type_code
183: , X_asset_id => l_asset.asset_id
184: , X_Transaction_Type_Code => l_transaction_type_code
185: , X_Transaction_Id => l_transaction_id