DBA Data[Home] [Help]

APPS.FA_CACHE_PKG dependencies on FA_FORMULAS

Line 143: TYPE fazcfor_type_tab is table of FA_FORMULAS%rowtype

139: TYPE fazcdp_type_tab is table of fazcdp_rec_type
140: index by binary_integer;
141: TYPE fazcdbr_type_tab is table of fazcdbr_rec_type
142: index by binary_integer;
143: TYPE fazcfor_type_tab is table of FA_FORMULAS%rowtype
144: index by binary_integer;
145: TYPE fazcdrd_type_tab is table of FA_DEPRN_RULE_DETAILS%rowtype
146: index by binary_integer;
147: TYPE fazcsgr_type_tab is table of fazcsgr_rec_type

Line 246: fazcfor_record fa_formulas%RowType;

242: fazcdbr_table fazcdbr_type_tab;
243: fazcdbr_index number;
244:
245: -- fazcfor variables
246: fazcfor_record fa_formulas%RowType;
247: fazcfor_table fazcfor_type_tab;
248: fazcfor_index number;
249:
250: