DBA Data[Home] [Help]

APPS.FA_CACHE_PKG dependencies on FA_METHODS

Line 113: TYPE fazccmt_type_tab is table of FA_METHODS%Rowtype

109: TYPE fazccp_type_tab is table of fazccp_type
110: index by binary_integer;
111: TYPE fazccb_type_tab is table of FA_CATEGORY_BOOKS%RowType
112: index by binary_integer;
113: TYPE fazccmt_type_tab is table of FA_METHODS%Rowtype
114: index by binary_integer;
115: TYPE fazccl_type_tab is table of fazccl_type
116: index by binary_integer;
117: TYPE fazcbr_type_tab is table of fazcbr_type

Line 193: fazccmt_record FA_METHODS%RowType;

189: fazccb_record FA_CATEGORY_BOOKS%RowType;
190: fazccb_table fazccb_type_tab;
191:
192: -- fazccmt variables
193: fazccmt_record FA_METHODS%RowType;
194: fazccmt_table fazccmt_type_tab;
195:
196: -- fazcsob variables (added for mrc)
197: fazcsob_record fazcsob_type;