DBA Data[Home] [Help]

APPS.FA_TXRSV_PKG dependencies on FA_CACHE_PKG

Line 429: if not fa_cache_pkg.fazcbc (X_fin_info_ptr.book) then

425: mesg_name := 'FA_TAX_ASSET_IS_CIP';
426: raise fautxa_error;
427: end if;
428:
429: if not fa_cache_pkg.fazcbc (X_fin_info_ptr.book) then
430: raise fautxa_error;
431: end if;
432:
433: if fa_cache_pkg.fazcbc_record.allow_deprn_adjustments = 'NO' then

Line 433: if fa_cache_pkg.fazcbc_record.allow_deprn_adjustments = 'NO' then

429: if not fa_cache_pkg.fazcbc (X_fin_info_ptr.book) then
430: raise fautxa_error;
431: end if;
432:
433: if fa_cache_pkg.fazcbc_record.allow_deprn_adjustments = 'NO' then
434: mesg_name := 'FA_ADJ_RSV_ADJ_NOT_ALLOWED';
435: raise fautxa_error;
436: end if;
437:

Line 495: if not fa_cache_pkg.fazcct (dpr.calendar_type) then

491: end if;
492:
493:
494: -- Get calendar period information from cache
495: if not fa_cache_pkg.fazcct (dpr.calendar_type) then
496: raise fautxa_error;
497: end if;
498: pers_per_yr := fa_cache_pkg.fazcct_record.NUMBER_PER_FISCAL_YEAR;
499:

Line 498: pers_per_yr := fa_cache_pkg.fazcct_record.NUMBER_PER_FISCAL_YEAR;

494: -- Get calendar period information from cache
495: if not fa_cache_pkg.fazcct (dpr.calendar_type) then
496: raise fautxa_error;
497: end if;
498: pers_per_yr := fa_cache_pkg.fazcct_record.NUMBER_PER_FISCAL_YEAR;
499:
500: -- Get current fiscal year and Deprn_Adjustment_Acct from FA_BOOK_CONTROLS
501: if not fa_cache_pkg.fazcbc(X_fin_info_ptr.book) then
502: raise fautxa_error;

Line 501: if not fa_cache_pkg.fazcbc(X_fin_info_ptr.book) then

497: end if;
498: pers_per_yr := fa_cache_pkg.fazcct_record.NUMBER_PER_FISCAL_YEAR;
499:
500: -- Get current fiscal year and Deprn_Adjustment_Acct from FA_BOOK_CONTROLS
501: if not fa_cache_pkg.fazcbc(X_fin_info_ptr.book) then
502: raise fautxa_error;
503: end if;
504: cur_fiscal_yr := fa_cache_pkg.fazcbc_record.CURRENT_FISCAL_YEAR;
505: adj_acct := fa_cache_pkg.fazcbc_record.DEPRN_ADJUSTMENT_ACCT;

Line 504: cur_fiscal_yr := fa_cache_pkg.fazcbc_record.CURRENT_FISCAL_YEAR;

500: -- Get current fiscal year and Deprn_Adjustment_Acct from FA_BOOK_CONTROLS
501: if not fa_cache_pkg.fazcbc(X_fin_info_ptr.book) then
502: raise fautxa_error;
503: end if;
504: cur_fiscal_yr := fa_cache_pkg.fazcbc_record.CURRENT_FISCAL_YEAR;
505: adj_acct := fa_cache_pkg.fazcbc_record.DEPRN_ADJUSTMENT_ACCT;
506:
507: -- Get the Deprn Accounts for insertion into FA_ADJ.
508: if not fa_cache_pkg.fazccb (

Line 505: adj_acct := fa_cache_pkg.fazcbc_record.DEPRN_ADJUSTMENT_ACCT;

501: if not fa_cache_pkg.fazcbc(X_fin_info_ptr.book) then
502: raise fautxa_error;
503: end if;
504: cur_fiscal_yr := fa_cache_pkg.fazcbc_record.CURRENT_FISCAL_YEAR;
505: adj_acct := fa_cache_pkg.fazcbc_record.DEPRN_ADJUSTMENT_ACCT;
506:
507: -- Get the Deprn Accounts for insertion into FA_ADJ.
508: if not fa_cache_pkg.fazccb (
509: X_fin_info_ptr.book,

Line 508: if not fa_cache_pkg.fazccb (

504: cur_fiscal_yr := fa_cache_pkg.fazcbc_record.CURRENT_FISCAL_YEAR;
505: adj_acct := fa_cache_pkg.fazcbc_record.DEPRN_ADJUSTMENT_ACCT;
506:
507: -- Get the Deprn Accounts for insertion into FA_ADJ.
508: if not fa_cache_pkg.fazccb (
509: X_fin_info_ptr.book,
510: X_fin_info_ptr.category_id
511: ) then
512: raise fautxa_error;

Line 514: rsv_acct := fa_cache_pkg.fazccb_record.DEPRN_RESERVE_ACCT;

510: X_fin_info_ptr.category_id
511: ) then
512: raise fautxa_error;
513: end if;
514: rsv_acct := fa_cache_pkg.fazccb_record.DEPRN_RESERVE_ACCT;
515: exp_acct := fa_cache_pkg.fazccb_record.DEPRN_EXPENSE_ACCT;
516:
517:
518: -- Get the deprn basis rule

Line 515: exp_acct := fa_cache_pkg.fazccb_record.DEPRN_EXPENSE_ACCT;

511: ) then
512: raise fautxa_error;
513: end if;
514: rsv_acct := fa_cache_pkg.fazccb_record.DEPRN_RESERVE_ACCT;
515: exp_acct := fa_cache_pkg.fazccb_record.DEPRN_EXPENSE_ACCT;
516:
517:
518: -- Get the deprn basis rule
519: if not fa_cache_pkg.fazccmt (

Line 519: if not fa_cache_pkg.fazccmt (

515: exp_acct := fa_cache_pkg.fazccb_record.DEPRN_EXPENSE_ACCT;
516:
517:
518: -- Get the deprn basis rule
519: if not fa_cache_pkg.fazccmt (
520: dpr.method_code,
521: dpr.life
522: ) then
523: raise fautxa_error;

Line 527: deprn_basis_rule := fa_cache_pkg.fazccmt_record.deprn_basis_rule;

523: raise fautxa_error;
524: end if;
525:
526:
527: deprn_basis_rule := fa_cache_pkg.fazccmt_record.deprn_basis_rule;
528:
529:
530: -- Calculate the LTD deprn_rsv
531: dpr_row.asset_id := X_fin_info_ptr.asset_id;

Line 1033: if not fa_cache_pkg.fazcbc(fin_info.book) then

1029: h_was_fully_rsv := FALSE;
1030: end if;
1031:
1032:
1033: if not fa_cache_pkg.fazcbc(fin_info.book) then
1034: fa_srvr_msg.add_message (calling_fn => 'fa_txrsv_pkg.faxtxa');
1035: return (FALSE);
1036: end if;
1037:

Line 1038: fin_info.period_ctr := fa_cache_pkg.fazcbc_record.last_period_counter + 1;

1034: fa_srvr_msg.add_message (calling_fn => 'fa_txrsv_pkg.faxtxa');
1035: return (FALSE);
1036: end if;
1037:
1038: fin_info.period_ctr := fa_cache_pkg.fazcbc_record.last_period_counter + 1;
1039: l_primary_sob_id := fa_cache_pkg.fazcbc_record.set_of_books_id;
1040:
1041: -- loop through primary and reporting books here
1042:

Line 1039: l_primary_sob_id := fa_cache_pkg.fazcbc_record.set_of_books_id;

1035: return (FALSE);
1036: end if;
1037:
1038: fin_info.period_ctr := fa_cache_pkg.fazcbc_record.last_period_counter + 1;
1039: l_primary_sob_id := fa_cache_pkg.fazcbc_record.set_of_books_id;
1040:
1041: -- loop through primary and reporting books here
1042:
1043: for c_rec in n_sob_id (p_psob_id => l_primary_sob_id,