DBA Data[Home] [Help]

APPS.FA_FIN_ADD_PKG dependencies on FA_CONVENTION_TYPES

Line 17: from fa_convention_types ct

13: p_log_level_rec IN FA_API_TYPES.log_level_rec_type default null)
14: is
15: cursor get_dwaf is
16: select depr_when_acquired_flag
17: from fa_convention_types ct
18: where ct.prorate_convention_code = bks_prorate_convention_code
19: and ct.fiscal_year_name = bks_fiscal_year_name;
20:
21: dwaf varchar2(3) := 'NO';