DBA Data[Home] [Help]

APPS.FA_CACHE_PKG dependencies on FA_CATEGORY_BOOKS

Line 111: TYPE fazccb_type_tab is table of FA_CATEGORY_BOOKS%RowType

107: TYPE fazcff_type_tab is table of fazcff_type
108: index by binary_integer;
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

Line 189: fazccb_record FA_CATEGORY_BOOKS%RowType;

185: fazccp_record fazccp_type;
186: fazccp_table fazccp_type_tab;
187:
188: -- fazccb variables
189: fazccb_record FA_CATEGORY_BOOKS%RowType;
190: fazccb_table fazccb_type_tab;
191:
192: -- fazccmt variables
193: fazccmt_record FA_METHODS%RowType;

Line 667: * Cache FA_CATEGORY_BOOKS information

663: * Name
664: * fazccb
665: *
666: * Description
667: * Cache FA_CATEGORY_BOOKS information
668: *
669: * Parameters
670: * X_book - book type code to get information about
671: * X_cat_id-category id to get the information about