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 661: * Cache FA_CATEGORY_BOOKS information

657: * Name
658: * fazccb
659: *
660: * Description
661: * Cache FA_CATEGORY_BOOKS information
662: *
663: * Parameters
664: * X_book - book type code to get information about
665: * X_cat_id-category id to get the information about