DBA Data[Home] [Help]

APPS.IGI_IAC_ADJ_PKG dependencies on IGI_IAC_COMMON_UTILS

Line 485: IF NOT (igi_iac_common_utils.is_iac_book(p_asset_hdr_rec.book_type_code)) THEN

481: p_full_path => l_path_name,
482: p_string => 'calling function '||p_calling_function);
483:
484: --validate the iac book
485: IF NOT (igi_iac_common_utils.is_iac_book(p_asset_hdr_rec.book_type_code)) THEN
486: igi_iac_debug_pkg.debug_other_string(p_level => g_state_level,
487: p_full_path => l_path_name,
488: p_string => 'not an iac book ..'||p_asset_hdr_rec.book_type_code);
489: RETURN TRUE;

Line 535: IF NOT igi_iac_common_utils.get_open_period_info(p_asset_hdr_rec.book_type_code,

531: p_string => '*** error the category is not set up for book in iac options');
532: RAISE cat_not_defined_failed;
533: END IF;
534:
535: IF NOT igi_iac_common_utils.get_open_period_info(p_asset_hdr_rec.book_type_code,
536: l_open_period) THEN
537: igi_iac_debug_pkg.debug_other_string(p_level => g_error_level,
538: p_full_path => l_path_name,
539: p_string => '*** error in fetching open period info for book');

Line 548: IF NOT igi_iac_common_utils.get_period_info_for_date( p_asset_hdr_rec.book_type_code ,

544: IF (p_trans_rec.transaction_subtype = 'AMORTIZED') THEN
545:
546: -- Prevent backdate amortizations to previous fiscal year
547:
548: IF NOT igi_iac_common_utils.get_period_info_for_date( p_asset_hdr_rec.book_type_code ,
549: p_trans_rec.amortization_start_date,
550: l_amort_period_info
551: ) THEN
552: igi_iac_debug_pkg.debug_other_string(p_level => g_error_level,