DBA Data[Home] [Help]

APPS.FA_ADJUSTMENT_PUB dependencies on FA_STD_TYPES

Line 1461: adj_row.selection_mode := fa_std_types.FA_AJ_ACTIVE;

1457: adj_row.account := fa_cache_pkg.fazccb_record.DEPRN_EXPENSE_ACCT;
1458: adj_row.account_type := 'DEPRN_EXPENSE_ACCT';
1459: adj_row.gen_ccid_flag := TRUE;
1460: adj_row.debit_credit_flag := 'CR';
1461: adj_row.selection_mode := fa_std_types.FA_AJ_ACTIVE;
1462: adj_row.last_update_date := sysdate;
1463: adj_row.period_counter_created := l_period_rec.period_counter;
1464: adj_row.asset_id := px_asset_hdr_rec.asset_id;
1465: adj_row.period_counter_adjusted := l_period_rec.period_counter;

Line 2009: FA_STD_TYPES.FAD_DBR_POLISH_1,

2005: p_log_level_rec => p_log_level_rec
2006: )) then
2007: if (fa_cache_pkg.fazccmt_record.deprn_basis_rule_id is not null) then
2008: if (fa_cache_pkg.fazcdbr_record.polish_rule in (
2009: FA_STD_TYPES.FAD_DBR_POLISH_1,
2010: FA_STD_TYPES.FAD_DBR_POLISH_2,
2011: FA_STD_TYPES.FAD_DBR_POLISH_3,
2012: FA_STD_TYPES.FAD_DBR_POLISH_4,
2013: FA_STD_TYPES.FAD_DBR_POLISH_5)) then

Line 2010: FA_STD_TYPES.FAD_DBR_POLISH_2,

2006: )) then
2007: if (fa_cache_pkg.fazccmt_record.deprn_basis_rule_id is not null) then
2008: if (fa_cache_pkg.fazcdbr_record.polish_rule in (
2009: FA_STD_TYPES.FAD_DBR_POLISH_1,
2010: FA_STD_TYPES.FAD_DBR_POLISH_2,
2011: FA_STD_TYPES.FAD_DBR_POLISH_3,
2012: FA_STD_TYPES.FAD_DBR_POLISH_4,
2013: FA_STD_TYPES.FAD_DBR_POLISH_5)) then
2014:

Line 2011: FA_STD_TYPES.FAD_DBR_POLISH_3,

2007: if (fa_cache_pkg.fazccmt_record.deprn_basis_rule_id is not null) then
2008: if (fa_cache_pkg.fazcdbr_record.polish_rule in (
2009: FA_STD_TYPES.FAD_DBR_POLISH_1,
2010: FA_STD_TYPES.FAD_DBR_POLISH_2,
2011: FA_STD_TYPES.FAD_DBR_POLISH_3,
2012: FA_STD_TYPES.FAD_DBR_POLISH_4,
2013: FA_STD_TYPES.FAD_DBR_POLISH_5)) then
2014:
2015: fa_polish_pvt.calling_mode := 'ADJUSTMENT';

Line 2012: FA_STD_TYPES.FAD_DBR_POLISH_4,

2008: if (fa_cache_pkg.fazcdbr_record.polish_rule in (
2009: FA_STD_TYPES.FAD_DBR_POLISH_1,
2010: FA_STD_TYPES.FAD_DBR_POLISH_2,
2011: FA_STD_TYPES.FAD_DBR_POLISH_3,
2012: FA_STD_TYPES.FAD_DBR_POLISH_4,
2013: FA_STD_TYPES.FAD_DBR_POLISH_5)) then
2014:
2015: fa_polish_pvt.calling_mode := 'ADJUSTMENT';
2016: fa_polish_pvt.amortization_start_date :=

Line 2013: FA_STD_TYPES.FAD_DBR_POLISH_5)) then

2009: FA_STD_TYPES.FAD_DBR_POLISH_1,
2010: FA_STD_TYPES.FAD_DBR_POLISH_2,
2011: FA_STD_TYPES.FAD_DBR_POLISH_3,
2012: FA_STD_TYPES.FAD_DBR_POLISH_4,
2013: FA_STD_TYPES.FAD_DBR_POLISH_5)) then
2014:
2015: fa_polish_pvt.calling_mode := 'ADJUSTMENT';
2016: fa_polish_pvt.amortization_start_date :=
2017: px_trans_rec.amortization_start_date;

Line 2574: fa_std_types.deprn_override_trigger_enabled:= FALSE;

2570:
2571: -- Depreciation Override
2572: -- Bug #2688789
2573: -- removed thid from where clause.
2574: fa_std_types.deprn_override_trigger_enabled:= FALSE;
2575: UPDATE FA_DEPRN_OVERRIDE
2576: SET status = 'POSTED'
2577: WHERE used_by = 'ADJUSTMENT'
2578: AND status = 'SELECTED';

Line 2580: fa_std_types.deprn_override_trigger_enabled:= TRUE;

2576: SET status = 'POSTED'
2577: WHERE used_by = 'ADJUSTMENT'
2578: AND status = 'SELECTED';
2579: -- transaction_header_id = px_trans_rec.transaction_header_id ;
2580: fa_std_types.deprn_override_trigger_enabled:= TRUE;
2581: -- End of Depreciation Override
2582:
2583: -- save the group processed in the case of locking case...
2584: if (nvl(px_inv_trans_rec.transaction_type, 'X') = 'INVOICE TRANSFER'