DBA Data[Home] [Help]

APPS.FA_CACHE_PKG dependencies on FA_CALENDAR_TYPES

Line 105: TYPE fazcct_type_tab is table of FA_CALENDAR_TYPES%RowType

101: -- BUG# 1913745 - implementing arrays to recuce db hits
102:
103: TYPE fazcbc_type_tab is table of FA_BOOK_CONTROLS%RowType
104: index by binary_integer;
105: TYPE fazcct_type_tab is table of FA_CALENDAR_TYPES%RowType
106: index by binary_integer;
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

Line 169: fazcct_record FA_CALENDAR_TYPES%RowType;

165:
166:
167:
168: -- fazcct variables
169: fazcct_record FA_CALENDAR_TYPES%RowType;
170: fazcct_table fazcct_type_tab;
171:
172: -- faxcff variables
173: fazcff_record fazcff_type;

Line 419: * Cache FA_CALENDAR_TYPES information

415: * Name
416: * fazcct
417: *
418: * Description
419: * Cache FA_CALENDAR_TYPES information
420: *
421: * Parameters
422: * X_calendar - calendar type to get information about
423: *