DBA Data[Home] [Help]

APPS.FA_FIN_ADD_PKG dependencies on FA_CONVENTION_TYPES

Line 16: from fa_convention_types ct

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