DBA Data[Home] [Help]

APPS.FA_CACHE_PKG dependencies on FA_DEPRN_RULE_DETAILS

Line 145: TYPE fazcdrd_type_tab is table of FA_DEPRN_RULE_DETAILS%rowtype

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
148: index by binary_integer;
149:

Line 252: fazcdrd_record fa_deprn_rule_details%RowType;

248: fazcfor_index number;
249:
250:
251: -- fazcdrd variables
252: fazcdrd_record fa_deprn_rule_details%RowType;
253: fazcdrd_table fazcdrd_type_tab;
254: fazcdrd_index number;
255:
256: -- fazcdp variables