DBA Data[Home] [Help]

APPS.FA_DEPRN_ROLLBACK_PVT dependencies on FA_API_TYPES

Line 8: p_asset_hdr_rec IN fa_api_types.asset_hdr_rec_type,

4: g_print_debug boolean := fa_cache_pkg.fa_print_debug;
5:
6:
7: function do_rollback (
8: p_asset_hdr_rec IN fa_api_types.asset_hdr_rec_type,
9: p_period_rec IN fa_api_types.period_rec_type,
10: p_deprn_run_id IN NUMBER,
11: p_reversal_event_id IN NUMBER,
12: p_reversal_date IN DATE,

Line 9: p_period_rec IN fa_api_types.period_rec_type,

5:
6:
7: function do_rollback (
8: p_asset_hdr_rec IN fa_api_types.asset_hdr_rec_type,
9: p_period_rec IN fa_api_types.period_rec_type,
10: p_deprn_run_id IN NUMBER,
11: p_reversal_event_id IN NUMBER,
12: p_reversal_date IN DATE,
13: p_deprn_exists_count IN NUMBER,

Line 16: p_log_level_rec IN FA_API_TYPES.log_level_rec_type default null) return boolean as

12: p_reversal_date IN DATE,
13: p_deprn_exists_count IN NUMBER,
14: p_mrc_sob_type_code IN VARCHAR2,
15: p_calling_fn IN VARCHAR2,
16: p_log_level_rec IN FA_API_TYPES.log_level_rec_type default null) return boolean as
17:
18: CURSOR c_get_thid IS
19: select transaction_header_id
20: , event_id

Line 49: l_trans_rec FA_API_TYPES.trans_rec_type;

45: l_event_id NUMBER;
46: l_event_status VARCHAR2(1);
47: l_deprn_source_info XLA_EVENTS_PUB_PKG.t_event_source_info;
48: l_security_context XLA_EVENTS_PUB_PKG.t_security;
49: l_trans_rec FA_API_TYPES.trans_rec_type;
50: l_asset_type_rec FA_API_TYPES.asset_type_rec_type;
51: l_asset_fin_rec FA_API_TYPES.asset_fin_rec_type;
52: l_status boolean;
53: l_bks_rowid ROWID;

Line 50: l_asset_type_rec FA_API_TYPES.asset_type_rec_type;

46: l_event_status VARCHAR2(1);
47: l_deprn_source_info XLA_EVENTS_PUB_PKG.t_event_source_info;
48: l_security_context XLA_EVENTS_PUB_PKG.t_security;
49: l_trans_rec FA_API_TYPES.trans_rec_type;
50: l_asset_type_rec FA_API_TYPES.asset_type_rec_type;
51: l_asset_fin_rec FA_API_TYPES.asset_fin_rec_type;
52: l_status boolean;
53: l_bks_rowid ROWID;
54: pers_per_yr NUMBER; -- Bug:5701095

Line 51: l_asset_fin_rec FA_API_TYPES.asset_fin_rec_type;

47: l_deprn_source_info XLA_EVENTS_PUB_PKG.t_event_source_info;
48: l_security_context XLA_EVENTS_PUB_PKG.t_security;
49: l_trans_rec FA_API_TYPES.trans_rec_type;
50: l_asset_type_rec FA_API_TYPES.asset_type_rec_type;
51: l_asset_fin_rec FA_API_TYPES.asset_fin_rec_type;
52: l_status boolean;
53: l_bks_rowid ROWID;
54: pers_per_yr NUMBER; -- Bug:5701095
55: