DBA Data[Home] [Help]

APPS.FA_REVALUATION_PVT dependencies on STANDARD

Line 296: l_running_mode := 'STANDARD';

292: l_dpr_row.period_ctr := p_period_rec.period_counter;
293: l_dpr_row.dist_id := 0;
294: l_dpr_row.mrc_sob_type_code := p_mrc_sob_type_code;
295: l_dpr_row.set_of_books_id := px_asset_hdr_rec.set_of_books_id;
296: l_running_mode := 'STANDARD';
297:
298: if (p_log_level_rec.statement_level) then
299: fa_debug_pkg.add(l_calling_fn, 'Calling', 'query_balances_int', p_log_level_rec => p_log_level_rec);
300: end if;

Line 2534: px_trans_rec.transaction_subtype := 'STANDARD';

2530: THEN
2531: px_trans_rec.transaction_subtype := 'FULL RSV';
2532: x_reval_out.pc_fully_res := l_last_period_counter + 1;
2533: ELSE
2534: px_trans_rec.transaction_subtype := 'STANDARD';
2535: x_reval_out.pc_fully_res := NULL;
2536: END IF;
2537:
2538: px_asset_fin_rec_new.period_counter_fully_reserved :=

Line 3164: px_trans_rec.transaction_subtype := 'STANDARD';

3160: ELSE
3161: x_reval_out.insert_txn_flag := FALSE;
3162: END IF;
3163:
3164: px_trans_rec.transaction_subtype := 'STANDARD';
3165:
3166: g_old_nbv := ( p_asset_fin_rec_old.recoverable_cost
3167: - p_asset_deprn_rec_old.deprn_reserve
3168: + NVL(p_asset_fin_rec_old.salvage_value,0)

Line 3907: l_trans_rec.transaction_subtype := 'STANDARD';

3903:
3904: --
3905: -- Populating for calling FA_XLA_EVENTS_PVT.create_transaction_event
3906: --
3907: l_trans_rec.transaction_subtype := 'STANDARD';
3908: l_trans_rec.transaction_type_code := 'REVALUATION';
3909: l_trans_rec.transaction_key := 'RV';
3910: l_trans_rec.transaction_date_entered := greatest(l_period_rec.calendar_period_open_date,
3911: least(sysdate,l_period_rec.calendar_period_close_date));