DBA Data[Home] [Help]

APPS.IGI_IAC_RECLASS_PKG dependencies on IGI_IAC_COMMON_UTILS

Line 662: if not IGI_IAC_COMMON_UTILS.GET_BOOK_GL_INFO

658: igi_iac_debug_pkg.debug_other_string(p_level => g_state_level,
659: p_full_path => l_path_name,
660: p_string => '+acctg creation get gl information');
661:
662: if not IGI_IAC_COMMON_UTILS.GET_BOOK_GL_INFO
663: ( X_BOOK_TYPE_CODE => fp_det_balances.book_type_code
664: , SET_OF_BOOKS_ID => l_sob_id
665: , CHART_OF_ACCOUNTS_ID => l_coa_id
666: , CURRENCY => l_currency

Line 687: IF NOT IGI_IAC_COMMON_UTILS.get_account_ccid

683: igi_iac_debug_pkg.debug_other_string(p_level => g_state_level,
684: p_full_path => l_path_name,
685: p_string => '+distribution id '|| fp_det_balances.distribution_id );
686:
687: IF NOT IGI_IAC_COMMON_UTILS.get_account_ccid
688: ( X_book_type_code => fp_det_balances.book_type_code
689: , X_asset_id => fp_det_balances.asset_id
690: , X_distribution_id => fp_det_balances.distribution_id
691: ,X_TRANSACTION_HEADER_ID => l_trans_rec.TRANSACTION_HEADER_ID

Line 700: IF NOT IGI_IAC_COMMON_UTILS.get_account_ccid

696: THEN
697: check_ccid ( 'reval reserve');
698: return false;
699: END IF;
700: IF NOT IGI_IAC_COMMON_UTILS.get_account_ccid
701: ( X_book_type_code => fp_det_balances.book_type_code
702: , X_asset_id => fp_det_balances.asset_id
703: , X_distribution_id => fp_det_balances.distribution_id
704: ,X_TRANSACTION_HEADER_ID => l_trans_rec.TRANSACTION_HEADER_ID

Line 713: IF NOT IGI_IAC_COMMON_UTILS.get_account_ccid

709: THEN
710: check_ccid ( 'backlog deprn reserve');
711: return false;
712: END IF;
713: IF NOT IGI_IAC_COMMON_UTILS.get_account_ccid
714: ( X_book_type_code => fp_det_balances.book_type_code
715: , X_asset_id => fp_det_balances.asset_id
716: , X_distribution_id => fp_det_balances.distribution_id
717: ,X_TRANSACTION_HEADER_ID => l_trans_rec.TRANSACTION_HEADER_ID

Line 726: IF NOT IGI_IAC_COMMON_UTILS.get_account_ccid

722: THEN
723: check_ccid ( 'operating account');
724: return false;
725: END IF;
726: IF NOT IGI_IAC_COMMON_UTILS.get_account_ccid
727: ( X_book_type_code => fp_det_balances.book_type_code
728: , X_asset_id => fp_det_balances.asset_id
729: , X_distribution_id => fp_det_balances.distribution_id
730: ,X_TRANSACTION_HEADER_ID => l_trans_rec.TRANSACTION_HEADER_ID

Line 739: IF NOT IGI_IAC_COMMON_UTILS.get_account_ccid

735: THEN
736: check_ccid ( 'general fund account');
737: return false;
738: END IF;
739: IF NOT IGI_IAC_COMMON_UTILS.get_account_ccid
740: ( X_book_type_code => fp_det_balances.book_type_code
741: , X_asset_id => fp_det_balances.asset_id
742: , X_distribution_id => fp_det_balances.distribution_id
743: ,X_TRANSACTION_HEADER_ID => l_trans_rec.TRANSACTION_HEADER_ID

Line 752: IF NOT IGI_IAC_COMMON_UTILS.get_account_ccid

748: THEN
749: check_ccid ( 'asset cost account');
750: return false;
751: END IF;
752: IF NOT IGI_IAC_COMMON_UTILS.get_account_ccid
753: ( X_book_type_code => fp_det_balances.book_type_code
754: , X_asset_id => fp_det_balances.asset_id
755: , X_distribution_id => fp_det_balances.distribution_id
756: ,X_TRANSACTION_HEADER_ID => l_trans_rec.TRANSACTION_HEADER_ID

Line 765: IF NOT IGI_IAC_COMMON_UTILS.get_account_ccid

761: THEN
762: check_ccid ( 'deprn reserve account');
763: return false;
764: END IF;
765: IF NOT IGI_IAC_COMMON_UTILS.get_account_ccid
766: ( X_book_type_code => fp_det_balances.book_type_code
767: , X_asset_id => fp_det_balances.asset_id
768: , X_distribution_id => fp_det_balances.distribution_id
769: ,X_TRANSACTION_HEADER_ID => l_trans_rec.TRANSACTION_HEADER_ID

Line 1597: IF NOT igi_iac_common_utils.Get_Latest_Transaction (

1593:
1594: /* Store the previous transaction adjustment id */
1595:
1596: -- get the latest transaction
1597: IF NOT igi_iac_common_utils.Get_Latest_Transaction (
1598: X_book_type_code => l_asset_hdr_rec.book_type_code,
1599: X_asset_id => l_asset_hdr_rec.asset_id,
1600: X_Transaction_Type_Code => l_transaction_type_code,
1601: X_Transaction_Id => l_transaction_id,

Line 1613: IF igi_iac_common_utils.get_open_period_info(l_asset_hdr_rec.book_type_code,l_prd_rec) THEN

1609: RETURN FALSE;
1610: END IF;
1611:
1612: -- Get the current open period
1613: IF igi_iac_common_utils.get_open_period_info(l_asset_hdr_rec.book_type_code,l_prd_rec) THEN
1614: l_current_period_counter:=l_prd_rec.period_counter;
1615: igi_iac_debug_pkg.debug_other_string(p_level => g_state_level,
1616: p_full_path => l_path_name,
1617: p_string => ' + Current OPen Period counter' ||l_prd_rec.period_counter );

Line 2281: IF NOT igi_iac_common_utils.Get_Latest_Transaction (

2277: END IF;
2278:
2279: close c_prev_data;*/
2280:
2281: IF NOT igi_iac_common_utils.Get_Latest_Transaction (
2282: X_book_type_code => l_asset_hdr_rec.book_type_code,
2283: X_asset_id => l_asset_hdr_rec.asset_id,
2284: X_Transaction_Type_Code => l_transaction_type_code,
2285: X_Transaction_Id => l_transaction_id,

Line 2303: IF igi_iac_common_utils.get_open_period_info(l_asset_hdr_rec.book_type_code,l_prd_rec) THEN

2299: p_string => ' + Fetch the previous transaction adjustment id '||l_prev_adjustment_id);
2300:
2301:
2302: /*Get the open period and create new transaction record in the transaction headers table */
2303: IF igi_iac_common_utils.get_open_period_info(l_asset_hdr_rec.book_type_code,l_prd_rec) THEN
2304: l_current_period_counter:=l_prd_rec.period_counter;
2305: igi_iac_debug_pkg.debug_other_string(p_level => g_state_level,
2306: p_full_path => l_path_name,
2307: p_string => ' + Current OPen Period counter' ||l_prd_rec.period_counter );

Line 3057: IF NOT igi_iac_common_utils.get_dpis_period_counter(p_book_type_code,

3053: IF (l_allow_indexed_reval_flag = 'N') THEN
3054: return TRUE;
3055: END IF;*/
3056:
3057: IF NOT igi_iac_common_utils.get_dpis_period_counter(p_book_type_code,
3058: p_asset_id,
3059: l_dpis_period_counter) THEN
3060: igi_iac_debug_pkg.debug_other_string(p_level => g_error_level,
3061: p_full_path => l_path_name,

Line 3066: IF NOT igi_iac_common_utils.get_open_period_info(p_book_type_code,

3062: p_string => '*** Error in Fetching DPIS period counter');
3063: return FALSE;
3064: END IF;
3065:
3066: IF NOT igi_iac_common_utils.get_open_period_info(p_book_type_code,
3067: l_open_period) THEN
3068: igi_iac_debug_pkg.debug_other_string(p_level => g_error_level,
3069: p_full_path => l_path_name,
3070: p_string => '*** Error in Fetching Open period info for book');

Line 3098: IF NOT igi_iac_common_utils.get_period_info_for_counter(p_book_type_code,

3094: /* do revaluations till the first period of revaluations found in the asset rules*/
3095:
3096: FOR l_period_counter IN l_dpis_period_counter..l_open_period.period_counter-1 LOOP
3097:
3098: IF NOT igi_iac_common_utils.get_period_info_for_counter(p_book_type_code,
3099: l_period_counter,
3100: l_period_info) THEN
3101: igi_iac_debug_pkg.debug_other_string(p_level => g_error_level,
3102: p_full_path => l_path_name,

Line 3139: IF NOT igi_iac_common_utils.get_period_info_for_counter(p_book_type_code,

3135:
3136: IF l_idx1 = 0 then
3137: FOR l_period_counter IN l_dpis_period_counter..l_open_period.period_counter-1 LOOP
3138:
3139: IF NOT igi_iac_common_utils.get_period_info_for_counter(p_book_type_code,
3140: l_period_counter,
3141: l_period_info) THEN
3142: igi_iac_debug_pkg.debug_other_string(p_level => g_error_level,
3143: p_full_path => l_path_name,

Line 3866: IF Not (igi_iac_common_utils.is_iac_book(p_asset_hdr_rec.book_type_code)) THEN

3862: p_full_path => l_path_name,
3863: p_string => 'Entry for IAC reclass');
3864:
3865: --validate the IAC book
3866: IF Not (igi_iac_common_utils.is_iac_book(p_asset_hdr_rec.book_type_code)) THEN
3867: igi_iac_debug_pkg.debug_other_string(p_level => g_state_level,
3868: p_full_path => l_path_name,
3869: p_string => 'Not an IAC book ..'||p_asset_hdr_rec.book_type_code);
3870:

Line 3874: IF NOT igi_iac_common_utils.populate_iac_fa_deprn_data(p_asset_hdr_rec.book_type_code,

3870:
3871: Return True;
3872: End if;
3873:
3874: IF NOT igi_iac_common_utils.populate_iac_fa_deprn_data(p_asset_hdr_rec.book_type_code,
3875: 'RECLASS') THEN
3876: igi_iac_debug_pkg.debug_other_string(p_level => g_state_level,
3877: p_full_path => l_path_name,
3878: p_string => '*** Error in Synchronizing Depreciation Data ***');

Line 3907: IF NOT igi_iac_common_utils.get_book_gl_info (l_asset_hdr_rec.book_type_code,

3903:
3904: --set the default vlaues missing
3905: -- set of books id
3906: IF l_asset_hdr_rec.set_of_books_id is null then
3907: IF NOT igi_iac_common_utils.get_book_gl_info (l_asset_hdr_rec.book_type_code,
3908: l_set_of_books_id,
3909: l_chart_of_accounts_id,
3910: l_currency,
3911: l_precision ) THEN

Line 3974: IF IGI_IAC_COMMON_UTILS.Is_Asset_Adjustment_Done(l_asset_hdr_rec.book_type_code,

3970: p_string => '+Validate Asset successfully');
3971:
3972: -- Check whether adjustments exist in the open period
3973: -- If Adjustments exists then stop the Reclassification
3974: IF IGI_IAC_COMMON_UTILS.Is_Asset_Adjustment_Done(l_asset_hdr_rec.book_type_code,
3975: l_asset_hdr_rec.asset_id) THEN
3976:
3977: FA_SRVR_MSG.Add_Message(
3978: Calling_FN => l_calling_function ,