DBA Data[Home] [Help]

APPS.FA_CALC_DEPRN_BASIS2_PKG dependencies on FA_API_TYPES

Line 13: , p_log_level_rec IN FA_API_TYPES.log_level_rec_type)

9:
10: PROCEDURE NON_STRICT_FLAT (
11: px_rule_in IN OUT NOCOPY fa_std_types.fa_deprn_rule_in_struct,
12: px_rule_out IN OUT NOCOPY fa_std_types.fa_deprn_rule_out_struct
13: , p_log_level_rec IN FA_API_TYPES.log_level_rec_type)
14: is
15: l_calling_fn varchar2(50) := 'fa_calc_deprn_basis2_pkg.non_strict_flat';
16: l_rate_in_use NUMBER; -- Bug 6366379
17: calc_basis_err exception;

Line 219: , p_log_level_rec IN FA_API_TYPES.log_level_rec_type)

215:
216: PROCEDURE FLAT_EXTENSION (
217: px_rule_in IN OUT NOCOPY fa_std_types.fa_deprn_rule_in_struct,
218: px_rule_out IN OUT NOCOPY fa_std_types.fa_deprn_rule_out_struct
219: , p_log_level_rec IN FA_API_TYPES.log_level_rec_type)
220: is
221:
222: h_old_recoverable_cost NUMBER;
223: h_old_adjusted_cost NUMBER;

Line 1342: , p_log_level_rec IN FA_API_TYPES.log_level_rec_type)

1338:
1339: PROCEDURE PERIOD_AVERAGE (
1340: px_rule_in IN OUT NOCOPY fa_std_types.fa_deprn_rule_in_struct,
1341: px_rule_out IN OUT NOCOPY fa_std_types.fa_deprn_rule_out_struct
1342: , p_log_level_rec IN FA_API_TYPES.log_level_rec_type)
1343: is
1344:
1345: -- Get current period reseve adjustments for member and standalone
1346: cursor GET_DEPRN_RSV is

Line 1772: , p_log_level_rec IN FA_API_TYPES.log_level_rec_type)

1768:
1769: PROCEDURE YTD_AVERAGE (
1770: px_rule_in IN OUT NOCOPY fa_std_types.fa_deprn_rule_in_struct,
1771: px_rule_out IN OUT NOCOPY fa_std_types.fa_deprn_rule_out_struct
1772: , p_log_level_rec IN FA_API_TYPES.log_level_rec_type)
1773: is
1774:
1775: -- Get Eofy reserve retired on current fiscal year
1776: Cursor C_EOFY_RESERVE_RETIRED is

Line 2206: , p_log_level_rec IN FA_API_TYPES.log_level_rec_type)

2202:
2203: PROCEDURE POSITIVE_REDUCTION (
2204: px_rule_in IN OUT NOCOPY fa_std_types.fa_deprn_rule_in_struct,
2205: px_rule_out IN OUT NOCOPY fa_std_types.fa_deprn_rule_out_struct
2206: , p_log_level_rec IN FA_API_TYPES.log_level_rec_type)
2207: is
2208:
2209: -- Cursor to check exclude_proceeds_from_basis
2210: cursor C_CHECK_FLAGS (p_asset_id number)

Line 2737: , p_log_level_rec IN FA_API_TYPES.log_level_rec_type)

2733:
2734: PROCEDURE HALF_YEAR (
2735: px_rule_in IN OUT NOCOPY fa_std_types.fa_deprn_rule_in_struct,
2736: px_rule_out IN OUT NOCOPY fa_std_types.fa_deprn_rule_out_struct
2737: , p_log_level_rec IN FA_API_TYPES.log_level_rec_type)
2738: is
2739:
2740: l_change_in_cost NUMBER :=0;
2741: l_change_in_cost_to_reduce NUMBER :=0;

Line 2924: , p_log_level_rec IN FA_API_TYPES.log_level_rec_type)

2920:
2921: PROCEDURE BEGINNING_PERIOD (
2922: px_rule_in IN OUT NOCOPY fa_std_types.fa_deprn_rule_in_struct,
2923: px_rule_out IN OUT NOCOPY fa_std_types.fa_deprn_rule_out_struct
2924: , p_log_level_rec IN FA_API_TYPES.log_level_rec_type)
2925: is
2926:
2927: cursor GET_DEPRN_EXP is
2928: select nvl(sum(decode(adj.debit_credit_flag,