DBA Data[Home] [Help]

APPS.FA_GAINLOSS_RET_PKG dependencies on FA_BOOKS

Line 71: h_group_asset_id FA_BOOKS.group_asset_id%type;

67: h_old_adj_cost number;
68: h_formula_factor number;
69: h_allowed_deprn_limit_amount number;
70: -- +++++ Group Asset related information +++++
71: h_group_asset_id FA_BOOKS.group_asset_id%type;
72: h_recognize_gain_loss FA_BOOKS.RECOGNIZE_GAIN_LOSS%TYPE;
73: h_recapture_reserve_flag FA_BOOKS.RECAPTURE_RESERVE_FLAG%TYPE;
74: h_limit_proceeds_flag FA_BOOKS.LIMIT_PROCEEDS_FLAG%TYPE;
75: h_terminal_gain_loss FA_BOOKS.TERMINAL_GAIN_LOSS%TYPE;

Line 72: h_recognize_gain_loss FA_BOOKS.RECOGNIZE_GAIN_LOSS%TYPE;

68: h_formula_factor number;
69: h_allowed_deprn_limit_amount number;
70: -- +++++ Group Asset related information +++++
71: h_group_asset_id FA_BOOKS.group_asset_id%type;
72: h_recognize_gain_loss FA_BOOKS.RECOGNIZE_GAIN_LOSS%TYPE;
73: h_recapture_reserve_flag FA_BOOKS.RECAPTURE_RESERVE_FLAG%TYPE;
74: h_limit_proceeds_flag FA_BOOKS.LIMIT_PROCEEDS_FLAG%TYPE;
75: h_terminal_gain_loss FA_BOOKS.TERMINAL_GAIN_LOSS%TYPE;
76: h_tracking_method FA_BOOKS.TRACKING_METHOD%TYPE;

Line 73: h_recapture_reserve_flag FA_BOOKS.RECAPTURE_RESERVE_FLAG%TYPE;

69: h_allowed_deprn_limit_amount number;
70: -- +++++ Group Asset related information +++++
71: h_group_asset_id FA_BOOKS.group_asset_id%type;
72: h_recognize_gain_loss FA_BOOKS.RECOGNIZE_GAIN_LOSS%TYPE;
73: h_recapture_reserve_flag FA_BOOKS.RECAPTURE_RESERVE_FLAG%TYPE;
74: h_limit_proceeds_flag FA_BOOKS.LIMIT_PROCEEDS_FLAG%TYPE;
75: h_terminal_gain_loss FA_BOOKS.TERMINAL_GAIN_LOSS%TYPE;
76: h_tracking_method FA_BOOKS.TRACKING_METHOD%TYPE;
77: h_exclude_fully_rsv_flag FA_BOOKS.EXCLUDE_FULLY_RSV_FLAG%TYPE;

Line 74: h_limit_proceeds_flag FA_BOOKS.LIMIT_PROCEEDS_FLAG%TYPE;

70: -- +++++ Group Asset related information +++++
71: h_group_asset_id FA_BOOKS.group_asset_id%type;
72: h_recognize_gain_loss FA_BOOKS.RECOGNIZE_GAIN_LOSS%TYPE;
73: h_recapture_reserve_flag FA_BOOKS.RECAPTURE_RESERVE_FLAG%TYPE;
74: h_limit_proceeds_flag FA_BOOKS.LIMIT_PROCEEDS_FLAG%TYPE;
75: h_terminal_gain_loss FA_BOOKS.TERMINAL_GAIN_LOSS%TYPE;
76: h_tracking_method FA_BOOKS.TRACKING_METHOD%TYPE;
77: h_exclude_fully_rsv_flag FA_BOOKS.EXCLUDE_FULLY_RSV_FLAG%TYPE;
78: h_excess_allocation_option FA_BOOKS.EXCESS_ALLOCATION_OPTION%TYPE;

Line 75: h_terminal_gain_loss FA_BOOKS.TERMINAL_GAIN_LOSS%TYPE;

71: h_group_asset_id FA_BOOKS.group_asset_id%type;
72: h_recognize_gain_loss FA_BOOKS.RECOGNIZE_GAIN_LOSS%TYPE;
73: h_recapture_reserve_flag FA_BOOKS.RECAPTURE_RESERVE_FLAG%TYPE;
74: h_limit_proceeds_flag FA_BOOKS.LIMIT_PROCEEDS_FLAG%TYPE;
75: h_terminal_gain_loss FA_BOOKS.TERMINAL_GAIN_LOSS%TYPE;
76: h_tracking_method FA_BOOKS.TRACKING_METHOD%TYPE;
77: h_exclude_fully_rsv_flag FA_BOOKS.EXCLUDE_FULLY_RSV_FLAG%TYPE;
78: h_excess_allocation_option FA_BOOKS.EXCESS_ALLOCATION_OPTION%TYPE;
79: h_depreciation_option FA_BOOKS.DEPRECIATION_OPTION%TYPE;

Line 76: h_tracking_method FA_BOOKS.TRACKING_METHOD%TYPE;

72: h_recognize_gain_loss FA_BOOKS.RECOGNIZE_GAIN_LOSS%TYPE;
73: h_recapture_reserve_flag FA_BOOKS.RECAPTURE_RESERVE_FLAG%TYPE;
74: h_limit_proceeds_flag FA_BOOKS.LIMIT_PROCEEDS_FLAG%TYPE;
75: h_terminal_gain_loss FA_BOOKS.TERMINAL_GAIN_LOSS%TYPE;
76: h_tracking_method FA_BOOKS.TRACKING_METHOD%TYPE;
77: h_exclude_fully_rsv_flag FA_BOOKS.EXCLUDE_FULLY_RSV_FLAG%TYPE;
78: h_excess_allocation_option FA_BOOKS.EXCESS_ALLOCATION_OPTION%TYPE;
79: h_depreciation_option FA_BOOKS.DEPRECIATION_OPTION%TYPE;
80: h_member_rollup_flag FA_BOOKS.MEMBER_ROLLUP_FLAG%TYPE;

Line 77: h_exclude_fully_rsv_flag FA_BOOKS.EXCLUDE_FULLY_RSV_FLAG%TYPE;

73: h_recapture_reserve_flag FA_BOOKS.RECAPTURE_RESERVE_FLAG%TYPE;
74: h_limit_proceeds_flag FA_BOOKS.LIMIT_PROCEEDS_FLAG%TYPE;
75: h_terminal_gain_loss FA_BOOKS.TERMINAL_GAIN_LOSS%TYPE;
76: h_tracking_method FA_BOOKS.TRACKING_METHOD%TYPE;
77: h_exclude_fully_rsv_flag FA_BOOKS.EXCLUDE_FULLY_RSV_FLAG%TYPE;
78: h_excess_allocation_option FA_BOOKS.EXCESS_ALLOCATION_OPTION%TYPE;
79: h_depreciation_option FA_BOOKS.DEPRECIATION_OPTION%TYPE;
80: h_member_rollup_flag FA_BOOKS.MEMBER_ROLLUP_FLAG%TYPE;
81: h_ltd_proceeds FA_BOOKS.LTD_PROCEEDS%TYPE;

Line 78: h_excess_allocation_option FA_BOOKS.EXCESS_ALLOCATION_OPTION%TYPE;

74: h_limit_proceeds_flag FA_BOOKS.LIMIT_PROCEEDS_FLAG%TYPE;
75: h_terminal_gain_loss FA_BOOKS.TERMINAL_GAIN_LOSS%TYPE;
76: h_tracking_method FA_BOOKS.TRACKING_METHOD%TYPE;
77: h_exclude_fully_rsv_flag FA_BOOKS.EXCLUDE_FULLY_RSV_FLAG%TYPE;
78: h_excess_allocation_option FA_BOOKS.EXCESS_ALLOCATION_OPTION%TYPE;
79: h_depreciation_option FA_BOOKS.DEPRECIATION_OPTION%TYPE;
80: h_member_rollup_flag FA_BOOKS.MEMBER_ROLLUP_FLAG%TYPE;
81: h_ltd_proceeds FA_BOOKS.LTD_PROCEEDS%TYPE;
82: h_allocate_to_fully_rsv_flag FA_BOOKS.ALLOCATE_TO_FULLY_RSV_FLAG%TYPE;

Line 79: h_depreciation_option FA_BOOKS.DEPRECIATION_OPTION%TYPE;

75: h_terminal_gain_loss FA_BOOKS.TERMINAL_GAIN_LOSS%TYPE;
76: h_tracking_method FA_BOOKS.TRACKING_METHOD%TYPE;
77: h_exclude_fully_rsv_flag FA_BOOKS.EXCLUDE_FULLY_RSV_FLAG%TYPE;
78: h_excess_allocation_option FA_BOOKS.EXCESS_ALLOCATION_OPTION%TYPE;
79: h_depreciation_option FA_BOOKS.DEPRECIATION_OPTION%TYPE;
80: h_member_rollup_flag FA_BOOKS.MEMBER_ROLLUP_FLAG%TYPE;
81: h_ltd_proceeds FA_BOOKS.LTD_PROCEEDS%TYPE;
82: h_allocate_to_fully_rsv_flag FA_BOOKS.ALLOCATE_TO_FULLY_RSV_FLAG%TYPE;
83: h_allocate_to_fully_ret_flag FA_BOOKS.ALLOCATE_TO_FULLY_RET_FLAG%TYPE;

Line 80: h_member_rollup_flag FA_BOOKS.MEMBER_ROLLUP_FLAG%TYPE;

76: h_tracking_method FA_BOOKS.TRACKING_METHOD%TYPE;
77: h_exclude_fully_rsv_flag FA_BOOKS.EXCLUDE_FULLY_RSV_FLAG%TYPE;
78: h_excess_allocation_option FA_BOOKS.EXCESS_ALLOCATION_OPTION%TYPE;
79: h_depreciation_option FA_BOOKS.DEPRECIATION_OPTION%TYPE;
80: h_member_rollup_flag FA_BOOKS.MEMBER_ROLLUP_FLAG%TYPE;
81: h_ltd_proceeds FA_BOOKS.LTD_PROCEEDS%TYPE;
82: h_allocate_to_fully_rsv_flag FA_BOOKS.ALLOCATE_TO_FULLY_RSV_FLAG%TYPE;
83: h_allocate_to_fully_ret_flag FA_BOOKS.ALLOCATE_TO_FULLY_RET_FLAG%TYPE;
84: h_eofy_reserve FA_BOOKS.EOFY_RESERVE%TYPE;

Line 81: h_ltd_proceeds FA_BOOKS.LTD_PROCEEDS%TYPE;

77: h_exclude_fully_rsv_flag FA_BOOKS.EXCLUDE_FULLY_RSV_FLAG%TYPE;
78: h_excess_allocation_option FA_BOOKS.EXCESS_ALLOCATION_OPTION%TYPE;
79: h_depreciation_option FA_BOOKS.DEPRECIATION_OPTION%TYPE;
80: h_member_rollup_flag FA_BOOKS.MEMBER_ROLLUP_FLAG%TYPE;
81: h_ltd_proceeds FA_BOOKS.LTD_PROCEEDS%TYPE;
82: h_allocate_to_fully_rsv_flag FA_BOOKS.ALLOCATE_TO_FULLY_RSV_FLAG%TYPE;
83: h_allocate_to_fully_ret_flag FA_BOOKS.ALLOCATE_TO_FULLY_RET_FLAG%TYPE;
84: h_eofy_reserve FA_BOOKS.EOFY_RESERVE%TYPE;
85: h_cip_cost FA_BOOKS.CIP_COST%TYPE;

Line 82: h_allocate_to_fully_rsv_flag FA_BOOKS.ALLOCATE_TO_FULLY_RSV_FLAG%TYPE;

78: h_excess_allocation_option FA_BOOKS.EXCESS_ALLOCATION_OPTION%TYPE;
79: h_depreciation_option FA_BOOKS.DEPRECIATION_OPTION%TYPE;
80: h_member_rollup_flag FA_BOOKS.MEMBER_ROLLUP_FLAG%TYPE;
81: h_ltd_proceeds FA_BOOKS.LTD_PROCEEDS%TYPE;
82: h_allocate_to_fully_rsv_flag FA_BOOKS.ALLOCATE_TO_FULLY_RSV_FLAG%TYPE;
83: h_allocate_to_fully_ret_flag FA_BOOKS.ALLOCATE_TO_FULLY_RET_FLAG%TYPE;
84: h_eofy_reserve FA_BOOKS.EOFY_RESERVE%TYPE;
85: h_cip_cost FA_BOOKS.CIP_COST%TYPE;
86: h_ltd_cost_of_removal FA_BOOKS.LTD_COST_OF_REMOVAL%TYPE;

Line 83: h_allocate_to_fully_ret_flag FA_BOOKS.ALLOCATE_TO_FULLY_RET_FLAG%TYPE;

79: h_depreciation_option FA_BOOKS.DEPRECIATION_OPTION%TYPE;
80: h_member_rollup_flag FA_BOOKS.MEMBER_ROLLUP_FLAG%TYPE;
81: h_ltd_proceeds FA_BOOKS.LTD_PROCEEDS%TYPE;
82: h_allocate_to_fully_rsv_flag FA_BOOKS.ALLOCATE_TO_FULLY_RSV_FLAG%TYPE;
83: h_allocate_to_fully_ret_flag FA_BOOKS.ALLOCATE_TO_FULLY_RET_FLAG%TYPE;
84: h_eofy_reserve FA_BOOKS.EOFY_RESERVE%TYPE;
85: h_cip_cost FA_BOOKS.CIP_COST%TYPE;
86: h_ltd_cost_of_removal FA_BOOKS.LTD_COST_OF_REMOVAL%TYPE;
87: h_prior_eofy_reserve FA_BOOKS.PRIOR_EOFY_RESERVE%TYPE;

Line 84: h_eofy_reserve FA_BOOKS.EOFY_RESERVE%TYPE;

80: h_member_rollup_flag FA_BOOKS.MEMBER_ROLLUP_FLAG%TYPE;
81: h_ltd_proceeds FA_BOOKS.LTD_PROCEEDS%TYPE;
82: h_allocate_to_fully_rsv_flag FA_BOOKS.ALLOCATE_TO_FULLY_RSV_FLAG%TYPE;
83: h_allocate_to_fully_ret_flag FA_BOOKS.ALLOCATE_TO_FULLY_RET_FLAG%TYPE;
84: h_eofy_reserve FA_BOOKS.EOFY_RESERVE%TYPE;
85: h_cip_cost FA_BOOKS.CIP_COST%TYPE;
86: h_ltd_cost_of_removal FA_BOOKS.LTD_COST_OF_REMOVAL%TYPE;
87: h_prior_eofy_reserve FA_BOOKS.PRIOR_EOFY_RESERVE%TYPE;
88: h_eop_adj_cost FA_BOOKS.EOP_ADJ_COST%TYPE;

Line 85: h_cip_cost FA_BOOKS.CIP_COST%TYPE;

81: h_ltd_proceeds FA_BOOKS.LTD_PROCEEDS%TYPE;
82: h_allocate_to_fully_rsv_flag FA_BOOKS.ALLOCATE_TO_FULLY_RSV_FLAG%TYPE;
83: h_allocate_to_fully_ret_flag FA_BOOKS.ALLOCATE_TO_FULLY_RET_FLAG%TYPE;
84: h_eofy_reserve FA_BOOKS.EOFY_RESERVE%TYPE;
85: h_cip_cost FA_BOOKS.CIP_COST%TYPE;
86: h_ltd_cost_of_removal FA_BOOKS.LTD_COST_OF_REMOVAL%TYPE;
87: h_prior_eofy_reserve FA_BOOKS.PRIOR_EOFY_RESERVE%TYPE;
88: h_eop_adj_cost FA_BOOKS.EOP_ADJ_COST%TYPE;
89: h_eop_formula_factor FA_BOOKS.EOP_FORMULA_FACTOR%TYPE;

Line 86: h_ltd_cost_of_removal FA_BOOKS.LTD_COST_OF_REMOVAL%TYPE;

82: h_allocate_to_fully_rsv_flag FA_BOOKS.ALLOCATE_TO_FULLY_RSV_FLAG%TYPE;
83: h_allocate_to_fully_ret_flag FA_BOOKS.ALLOCATE_TO_FULLY_RET_FLAG%TYPE;
84: h_eofy_reserve FA_BOOKS.EOFY_RESERVE%TYPE;
85: h_cip_cost FA_BOOKS.CIP_COST%TYPE;
86: h_ltd_cost_of_removal FA_BOOKS.LTD_COST_OF_REMOVAL%TYPE;
87: h_prior_eofy_reserve FA_BOOKS.PRIOR_EOFY_RESERVE%TYPE;
88: h_eop_adj_cost FA_BOOKS.EOP_ADJ_COST%TYPE;
89: h_eop_formula_factor FA_BOOKS.EOP_FORMULA_FACTOR%TYPE;
90: h_exclude_proceeds_from_basis FA_BOOKS.EXCLUDE_PROCEEDS_FROM_BASIS%TYPE;

Line 87: h_prior_eofy_reserve FA_BOOKS.PRIOR_EOFY_RESERVE%TYPE;

83: h_allocate_to_fully_ret_flag FA_BOOKS.ALLOCATE_TO_FULLY_RET_FLAG%TYPE;
84: h_eofy_reserve FA_BOOKS.EOFY_RESERVE%TYPE;
85: h_cip_cost FA_BOOKS.CIP_COST%TYPE;
86: h_ltd_cost_of_removal FA_BOOKS.LTD_COST_OF_REMOVAL%TYPE;
87: h_prior_eofy_reserve FA_BOOKS.PRIOR_EOFY_RESERVE%TYPE;
88: h_eop_adj_cost FA_BOOKS.EOP_ADJ_COST%TYPE;
89: h_eop_formula_factor FA_BOOKS.EOP_FORMULA_FACTOR%TYPE;
90: h_exclude_proceeds_from_basis FA_BOOKS.EXCLUDE_PROCEEDS_FROM_BASIS%TYPE;
91: h_retirement_deprn_option FA_BOOKS.RETIREMENT_DEPRN_OPTION%TYPE;

Line 88: h_eop_adj_cost FA_BOOKS.EOP_ADJ_COST%TYPE;

84: h_eofy_reserve FA_BOOKS.EOFY_RESERVE%TYPE;
85: h_cip_cost FA_BOOKS.CIP_COST%TYPE;
86: h_ltd_cost_of_removal FA_BOOKS.LTD_COST_OF_REMOVAL%TYPE;
87: h_prior_eofy_reserve FA_BOOKS.PRIOR_EOFY_RESERVE%TYPE;
88: h_eop_adj_cost FA_BOOKS.EOP_ADJ_COST%TYPE;
89: h_eop_formula_factor FA_BOOKS.EOP_FORMULA_FACTOR%TYPE;
90: h_exclude_proceeds_from_basis FA_BOOKS.EXCLUDE_PROCEEDS_FROM_BASIS%TYPE;
91: h_retirement_deprn_option FA_BOOKS.RETIREMENT_DEPRN_OPTION%TYPE;
92: h_terminal_gain_loss_amount FA_BOOKS.terminal_gain_loss_amount%type;

Line 89: h_eop_formula_factor FA_BOOKS.EOP_FORMULA_FACTOR%TYPE;

85: h_cip_cost FA_BOOKS.CIP_COST%TYPE;
86: h_ltd_cost_of_removal FA_BOOKS.LTD_COST_OF_REMOVAL%TYPE;
87: h_prior_eofy_reserve FA_BOOKS.PRIOR_EOFY_RESERVE%TYPE;
88: h_eop_adj_cost FA_BOOKS.EOP_ADJ_COST%TYPE;
89: h_eop_formula_factor FA_BOOKS.EOP_FORMULA_FACTOR%TYPE;
90: h_exclude_proceeds_from_basis FA_BOOKS.EXCLUDE_PROCEEDS_FROM_BASIS%TYPE;
91: h_retirement_deprn_option FA_BOOKS.RETIREMENT_DEPRN_OPTION%TYPE;
92: h_terminal_gain_loss_amount FA_BOOKS.terminal_gain_loss_amount%type;
93: h_pc_fully_reserved number;

Line 90: h_exclude_proceeds_from_basis FA_BOOKS.EXCLUDE_PROCEEDS_FROM_BASIS%TYPE;

86: h_ltd_cost_of_removal FA_BOOKS.LTD_COST_OF_REMOVAL%TYPE;
87: h_prior_eofy_reserve FA_BOOKS.PRIOR_EOFY_RESERVE%TYPE;
88: h_eop_adj_cost FA_BOOKS.EOP_ADJ_COST%TYPE;
89: h_eop_formula_factor FA_BOOKS.EOP_FORMULA_FACTOR%TYPE;
90: h_exclude_proceeds_from_basis FA_BOOKS.EXCLUDE_PROCEEDS_FROM_BASIS%TYPE;
91: h_retirement_deprn_option FA_BOOKS.RETIREMENT_DEPRN_OPTION%TYPE;
92: h_terminal_gain_loss_amount FA_BOOKS.terminal_gain_loss_amount%type;
93: h_pc_fully_reserved number;
94: --Bug#6920756

Line 91: h_retirement_deprn_option FA_BOOKS.RETIREMENT_DEPRN_OPTION%TYPE;

87: h_prior_eofy_reserve FA_BOOKS.PRIOR_EOFY_RESERVE%TYPE;
88: h_eop_adj_cost FA_BOOKS.EOP_ADJ_COST%TYPE;
89: h_eop_formula_factor FA_BOOKS.EOP_FORMULA_FACTOR%TYPE;
90: h_exclude_proceeds_from_basis FA_BOOKS.EXCLUDE_PROCEEDS_FROM_BASIS%TYPE;
91: h_retirement_deprn_option FA_BOOKS.RETIREMENT_DEPRN_OPTION%TYPE;
92: h_terminal_gain_loss_amount FA_BOOKS.terminal_gain_loss_amount%type;
93: h_pc_fully_reserved number;
94: --Bug#6920756
95: --h_fully_extended FA_BOOKS.EXTENDED_DEPRN_FLAG%Type; -- bug 6913897

Line 92: h_terminal_gain_loss_amount FA_BOOKS.terminal_gain_loss_amount%type;

88: h_eop_adj_cost FA_BOOKS.EOP_ADJ_COST%TYPE;
89: h_eop_formula_factor FA_BOOKS.EOP_FORMULA_FACTOR%TYPE;
90: h_exclude_proceeds_from_basis FA_BOOKS.EXCLUDE_PROCEEDS_FROM_BASIS%TYPE;
91: h_retirement_deprn_option FA_BOOKS.RETIREMENT_DEPRN_OPTION%TYPE;
92: h_terminal_gain_loss_amount FA_BOOKS.terminal_gain_loss_amount%type;
93: h_pc_fully_reserved number;
94: --Bug#6920756
95: --h_fully_extended FA_BOOKS.EXTENDED_DEPRN_FLAG%Type; -- bug 6913897
96: --h_extended_deprn_flag NUMBER(1); -- bug 6913897

Line 95: --h_fully_extended FA_BOOKS.EXTENDED_DEPRN_FLAG%Type; -- bug 6913897

91: h_retirement_deprn_option FA_BOOKS.RETIREMENT_DEPRN_OPTION%TYPE;
92: h_terminal_gain_loss_amount FA_BOOKS.terminal_gain_loss_amount%type;
93: h_pc_fully_reserved number;
94: --Bug#6920756
95: --h_fully_extended FA_BOOKS.EXTENDED_DEPRN_FLAG%Type; -- bug 6913897
96: --h_extended_deprn_flag NUMBER(1); -- bug 6913897
97: h_fully_extended integer;
98: h_pc_fully_extended number;
99: h_extended_flag integer;

Line 293: fa_books book,

289: h_fully_extended,
290: h_pc_fully_extended,
291: h_extended_flag
292: FROM
293: fa_books book,
294: fa_books book_grp,
295: fa_methods m,
296: fa_conventions conv,
297: fa_convention_types ctype,

Line 294: fa_books book_grp,

290: h_pc_fully_extended,
291: h_extended_flag
292: FROM
293: fa_books book,
294: fa_books book_grp,
295: fa_methods m,
296: fa_conventions conv,
297: fa_convention_types ctype,
298: fa_book_controls bc,

Line 1336: from fa_books

1332: , recoverable_cost
1333: , adjusted_recoverable_cost
1334: , reval_amortization_basis
1335: , old_adjusted_cost
1336: from fa_books
1337: where asset_id = c_asset_id
1338: and book_type_code = ret.book
1339: and transaction_header_id_out is null;
1340:

Line 1657: value2 => 'FA_BOOKS',

1653: name => 'FA_RET_GENERIC_ERROR',
1654: token1 => 'MODULE',
1655: value1 => 'FAGGBI',
1656: token2 => 'INFO',
1657: value2 => 'FA_BOOKS',
1658: token3 => 'ASSET',
1659: value3 => ret_group.asset_number , p_log_level_rec => p_log_level_rec);
1660:
1661: return(FALSE);