DBA Data[Home] [Help]

APPS.IGI_IMP_IAC_EXCEP_INER_PKG dependencies on IGI_IAC_COMMON_UTILS

Line 330: l_ret := igi_iac_common_utils.get_period_info_for_name(p_book,

326:
327: -- process only if asset has been registered as IAC Book
328: IF (l_iac_reval_period_num > 0) THEN
329: -- get period information for the current open period
330: l_ret := igi_iac_common_utils.get_period_info_for_name(p_book,
331: l_period_name,
332: l_curr_period);
333:
334: l_curr_period_num := l_curr_period.period_num;

Line 391: l_ret:= igi_iac_common_utils.get_period_info_for_date(C_Mhca_Book_Info_Rec.book_type_code,

387: -- process only if asset has been registered as IAC Book
388: IF (l_iac_reval_period_num > 0) THEN
389:
390: -- get the period information for the asset DPIS
391: l_ret:= igi_iac_common_utils.get_period_info_for_date(C_Mhca_Book_Info_Rec.book_type_code,
392: C_Mhca_Book_Info_Rec.date_placed_in_service,
393: l_dpis_period);
394:
395: -- get the DPIS period counter

Line 867: l_ret := igi_iac_common_utils.get_period_info_for_date(C_Corp_Book_Info_Rec.book_type_code,

863: IF l_initial_flag ='N' THEN
864: IF (l_iac_reval_period_num > 0) THEN
865:
866: -- get the period information for the asset DPIS
867: l_ret := igi_iac_common_utils.get_period_info_for_date(C_Corp_Book_Info_Rec.book_type_code,
868: C_Corp_Book_Info_Rec.date_placed_in_service,
869: l_dpis_period);
870:
871: -- get the DPIS period counter