DBA Data[Home] [Help]

APPS.FA_CACHE_PKG dependencies on FA_CATEGORIES

Line 123: TYPE fazcat_type_tab is table of FA_CATEGORIES%rowtype

119: TYPE fazcsob_type_tab is table of fazcsob_type
120: index by binary_integer;
121: TYPE fazccbd_type_tab is table of FA_CATEGORY_BOOK_DEFAULTS%rowtype
122: index by binary_integer;
123: TYPE fazcat_type_tab is table of FA_CATEGORIES%rowtype
124: index by binary_integer;
125: TYPE fazctbk_tbl_type IS TABLE OF VARCHAR2(15)
126: INDEX BY BINARY_INTEGER;
127: TYPE fazctbk_pvt_tbl_type IS TABLE OF fazctbk_pvt_rec_type

Line 205: fazcat_record FA_CATEGORIES%RowType;

201: fazccbd_record FA_CATEGORY_BOOK_DEFAULTS%RowType;
202: fazccbd_table fazccbd_type_tab;
203:
204: -- fazcat variables
205: fazcat_record FA_CATEGORIES%RowType;
206: fazcat_table fazcat_type_tab;
207:
208: -- fazsys variables
209: fazsys_record FA_SYSTEM_CONTROLS%RowType;

Line 774: * Cache FA_CATEGORIES information

770: * Name
771: * fazcat
772: *
773: * Description
774: * Cache FA_CATEGORIES information
775: *
776: * Parameters
777: * X_cat_id - category id to get the information about
778: *