DBA Data[Home] [Help]

APPS.IGI_IAC_REVAL_ACCOUNTING dependencies on IGI_IAC_COMMON_UTILS

Line 208: if not IGI_IAC_COMMON_UTILS.GET_BOOK_GL_INFO

204: igi_iac_debug_pkg.debug_other_string(g_state_level,l_path,'end create_iac_acctg');
205: return true;
206: end if;
207: igi_iac_debug_pkg.debug_other_string(g_state_level,l_path,'+acctg creation get gl information');
208: if not IGI_IAC_COMMON_UTILS.GET_BOOK_GL_INFO
209: ( X_BOOK_TYPE_CODE => fp_det_balances.book_type_code
210: , SET_OF_BOOKS_ID => l_sob_id
211: , CHART_OF_ACCOUNTS_ID => l_coa_id
212: , CURRENCY => l_currency

Line 223: IF NOT IGI_IAC_COMMON_UTILS.get_account_ccid

219: end if;
220: --
221: igi_iac_debug_pkg.debug_other_string(g_state_level,l_path,'+acctg creation get all accounts');
222: igi_iac_debug_pkg.debug_other_string(g_state_level,l_path,'+distribution id '|| fp_det_balances.distribution_id);
223: IF NOT IGI_IAC_COMMON_UTILS.get_account_ccid
224: ( X_book_type_code => fp_det_balances.book_type_code
225: , X_asset_id => fp_det_balances.asset_id
226: , X_distribution_id => fp_det_balances.distribution_id
227: , X_account_type => 'REVAL_RESERVE_ACCT'

Line 234: IF NOT IGI_IAC_COMMON_UTILS.get_account_ccid

230: THEN
231: check_ccid ( 'reval reserve');
232: return false;
233: END IF;
234: IF NOT IGI_IAC_COMMON_UTILS.get_account_ccid
235: ( X_book_type_code => fp_det_balances.book_type_code
236: , X_asset_id => fp_det_balances.asset_id
237: , X_distribution_id => fp_det_balances.distribution_id
238: , X_account_type => 'BACKLOG_DEPRN_RSV_ACCT'

Line 245: IF NOT IGI_IAC_COMMON_UTILS.get_account_ccid

241: THEN
242: check_ccid ( 'backlog deprn reserve');
243: return false;
244: END IF;
245: IF NOT IGI_IAC_COMMON_UTILS.get_account_ccid
246: ( X_book_type_code => fp_det_balances.book_type_code
247: , X_asset_id => fp_det_balances.asset_id
248: , X_distribution_id => fp_det_balances.distribution_id
249: , X_account_type => 'OPERATING_EXPENSE_ACCT'

Line 256: IF NOT IGI_IAC_COMMON_UTILS.get_account_ccid

252: THEN
253: check_ccid ( 'operating account');
254: return false;
255: END IF;
256: IF NOT IGI_IAC_COMMON_UTILS.get_account_ccid
257: ( X_book_type_code => fp_det_balances.book_type_code
258: , X_asset_id => fp_det_balances.asset_id
259: , X_distribution_id => fp_det_balances.distribution_id
260: , X_account_type => 'GENERAL_FUND_ACCT'

Line 267: IF NOT IGI_IAC_COMMON_UTILS.get_account_ccid

263: THEN
264: check_ccid ( 'general fund account');
265: return false;
266: END IF;
267: IF NOT IGI_IAC_COMMON_UTILS.get_account_ccid
268: ( X_book_type_code => fp_det_balances.book_type_code
269: , X_asset_id => fp_det_balances.asset_id
270: , X_distribution_id => fp_det_balances.distribution_id
271: , X_account_type => 'ASSET_COST_ACCT'

Line 278: IF NOT IGI_IAC_COMMON_UTILS.get_account_ccid

274: THEN
275: check_ccid ( 'asset cost account');
276: return false;
277: END IF;
278: IF NOT IGI_IAC_COMMON_UTILS.get_account_ccid
279: ( X_book_type_code => fp_det_balances.book_type_code
280: , X_asset_id => fp_det_balances.asset_id
281: , X_distribution_id => fp_det_balances.distribution_id
282: , X_account_type => 'DEPRN_RESERVE_ACCT'

Line 289: IF NOT IGI_IAC_COMMON_UTILS.get_account_ccid

285: THEN
286: check_ccid ( 'deprn reserve account');
287: return false;
288: END IF;
289: IF NOT IGI_IAC_COMMON_UTILS.get_account_ccid
290: ( X_book_type_code => fp_det_balances.book_type_code
291: , X_asset_id => fp_det_balances.asset_id
292: , X_distribution_id => fp_det_balances.distribution_id
293: , X_account_type => 'DEPRN_EXPENSE_ACCT'