DBA Data[Home] [Help]

APPS.FA_ADDITION_PVT dependencies on FA_DEBUG_PKG

Line 820: fa_debug_pkg.add('add',

816: -- begin group defaulting
817: if (px_asset_type_rec.asset_type = 'GROUP') then
818:
819: if (p_log_level_rec.statement_level) then
820: fa_debug_pkg.add('add',
821: 'entering group flag defaulting',
822: 'X', p_log_level_rec => p_log_level_rec);
823: fa_debug_pkg.add('add',
824: 'px_asset_fin_rec.over_depreciate_option',

Line 823: fa_debug_pkg.add('add',

819: if (p_log_level_rec.statement_level) then
820: fa_debug_pkg.add('add',
821: 'entering group flag defaulting',
822: 'X', p_log_level_rec => p_log_level_rec);
823: fa_debug_pkg.add('add',
824: 'px_asset_fin_rec.over_depreciate_option',
825: px_asset_fin_rec.over_depreciate_option, p_log_level_rec => p_log_level_rec);
826: end if;
827:

Line 883: fa_debug_pkg.add('add',

879: fa_std_types.FA_OVER_DEPR_NO;
880: end if;
881:
882: if (p_log_level_rec.statement_level) then
883: fa_debug_pkg.add('add',
884: 'px_asset_fin_rec.over_depreciate_option',
885: px_asset_fin_rec.over_depreciate_option, p_log_level_rec => p_log_level_rec);
886: end if;
887:

Line 1965: fa_debug_pkg.add('fa_addition_pvt.insert_asset', 'trx_subtype',

1961: -- books are processed
1962:
1963: -- SLA Uptake, do catchup if applicable...
1964: if (p_log_level_rec.statement_level) then
1965: fa_debug_pkg.add('fa_addition_pvt.insert_asset', 'trx_subtype',
1966: p_trans_rec.transaction_subtype
1967: ,p_log_level_rec => p_log_level_rec);
1968: fa_debug_pkg.add('fa_addition_pvt.insert_asset', 'asset_type',
1969: p_asset_type_rec.asset_type

Line 1968: fa_debug_pkg.add('fa_addition_pvt.insert_asset', 'asset_type',

1964: if (p_log_level_rec.statement_level) then
1965: fa_debug_pkg.add('fa_addition_pvt.insert_asset', 'trx_subtype',
1966: p_trans_rec.transaction_subtype
1967: ,p_log_level_rec => p_log_level_rec);
1968: fa_debug_pkg.add('fa_addition_pvt.insert_asset', 'asset_type',
1969: p_asset_type_rec.asset_type
1970: ,p_log_level_rec => p_log_level_rec);
1971: fa_debug_pkg.add('fa_addition_pvt.insert_asset', 'group asset id',
1972: p_asset_fin_rec.group_asset_id

Line 1971: fa_debug_pkg.add('fa_addition_pvt.insert_asset', 'group asset id',

1967: ,p_log_level_rec => p_log_level_rec);
1968: fa_debug_pkg.add('fa_addition_pvt.insert_asset', 'asset_type',
1969: p_asset_type_rec.asset_type
1970: ,p_log_level_rec => p_log_level_rec);
1971: fa_debug_pkg.add('fa_addition_pvt.insert_asset', 'group asset id',
1972: p_asset_fin_rec.group_asset_id
1973: ,p_log_level_rec => p_log_level_rec);
1974: fa_debug_pkg.add('fa_addition_pvt.insert_asset', 'annaul round flag',
1975: p_asset_fin_rec.annual_deprn_rounding_flag

Line 1974: fa_debug_pkg.add('fa_addition_pvt.insert_asset', 'annaul round flag',

1970: ,p_log_level_rec => p_log_level_rec);
1971: fa_debug_pkg.add('fa_addition_pvt.insert_asset', 'group asset id',
1972: p_asset_fin_rec.group_asset_id
1973: ,p_log_level_rec => p_log_level_rec);
1974: fa_debug_pkg.add('fa_addition_pvt.insert_asset', 'annaul round flag',
1975: p_asset_fin_rec.annual_deprn_rounding_flag
1976: ,p_log_level_rec => p_log_level_rec);
1977: fa_debug_pkg.add('fa_addition_pvt.insert_asset',
1978: 'p_trans_rec.transaction_date_entered', p_trans_rec.transaction_date_entered

Line 1977: fa_debug_pkg.add('fa_addition_pvt.insert_asset',

1973: ,p_log_level_rec => p_log_level_rec);
1974: fa_debug_pkg.add('fa_addition_pvt.insert_asset', 'annaul round flag',
1975: p_asset_fin_rec.annual_deprn_rounding_flag
1976: ,p_log_level_rec => p_log_level_rec);
1977: fa_debug_pkg.add('fa_addition_pvt.insert_asset',
1978: 'p_trans_rec.transaction_date_entered', p_trans_rec.transaction_date_entered
1979: ,p_log_level_rec => p_log_level_rec);
1980: fa_debug_pkg.add('fa_addition_pvt.insert_asset',
1981: 'p_period_rec.calendar_period_open_date', p_period_rec.calendar_period_open_date

Line 1980: fa_debug_pkg.add('fa_addition_pvt.insert_asset',

1976: ,p_log_level_rec => p_log_level_rec);
1977: fa_debug_pkg.add('fa_addition_pvt.insert_asset',
1978: 'p_trans_rec.transaction_date_entered', p_trans_rec.transaction_date_entered
1979: ,p_log_level_rec => p_log_level_rec);
1980: fa_debug_pkg.add('fa_addition_pvt.insert_asset',
1981: 'p_period_rec.calendar_period_open_date', p_period_rec.calendar_period_open_date
1982: ,p_log_level_rec => p_log_level_rec);
1983:
1984: end if;

Line 2030: fa_debug_pkg.add('fa_addition_pvt.insert_asset', 'l_deprn_exp after faxexp',

2026: raise general_error;
2027: end if;
2028:
2029: if (p_log_level_rec.statement_level) then
2030: fa_debug_pkg.add('fa_addition_pvt.insert_asset', 'l_deprn_exp after faxexp',
2031: l_deprn_exp, p_log_level_rec => p_log_level_rec);
2032: fa_debug_pkg.add('fa_addition_pvt.insert_asset', 'l_bonus_deprn_exp after faxexp',
2033: l_bonus_deprn_exp, p_log_level_rec =>
2034: p_log_level_rec);

Line 2032: fa_debug_pkg.add('fa_addition_pvt.insert_asset', 'l_bonus_deprn_exp after faxexp',

2028:
2029: if (p_log_level_rec.statement_level) then
2030: fa_debug_pkg.add('fa_addition_pvt.insert_asset', 'l_deprn_exp after faxexp',
2031: l_deprn_exp, p_log_level_rec => p_log_level_rec);
2032: fa_debug_pkg.add('fa_addition_pvt.insert_asset', 'l_bonus_deprn_exp after faxexp',
2033: l_bonus_deprn_exp, p_log_level_rec =>
2034: p_log_level_rec);
2035: fa_debug_pkg.add('fa_addition_pvt.insert_asset', 'Calling fa_books_pkg.update_row',
2036: 'after calling faxexp', p_log_level_rec => p_log_level_rec);

Line 2035: fa_debug_pkg.add('fa_addition_pvt.insert_asset', 'Calling fa_books_pkg.update_row',

2031: l_deprn_exp, p_log_level_rec => p_log_level_rec);
2032: fa_debug_pkg.add('fa_addition_pvt.insert_asset', 'l_bonus_deprn_exp after faxexp',
2033: l_bonus_deprn_exp, p_log_level_rec =>
2034: p_log_level_rec);
2035: fa_debug_pkg.add('fa_addition_pvt.insert_asset', 'Calling fa_books_pkg.update_row',
2036: 'after calling faxexp', p_log_level_rec => p_log_level_rec);
2037: end if;
2038:
2039: --