DBA Data[Home] [Help]

APPS.FA_CACHE_PKG dependencies on FA_BOOK_CONTROLS

Line 103: TYPE fazcbc_type_tab is table of FA_BOOK_CONTROLS%RowType

99: );
100:
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

Line 151: fazcbc_record FA_BOOK_CONTROLS%RowType;

147: TYPE fazcsgr_type_tab is table of fazcsgr_rec_type
148: index by binary_integer;
149:
150: -- fazcbc variables
151: fazcbc_record FA_BOOK_CONTROLS%RowType;
152: fazcbc_table fazcbc_type_tab;
153: fazcbc_index number; -- used to store the index of last
154: -- book's position in array. will
155: -- be used to delete a member when

Line 159: fazcbcs_record FA_BOOK_CONTROLS%RowType;

155: -- be used to delete a member when
156: -- transaction approval finds it stale
157:
158: -- fazcbcs variables
159: fazcbcs_record FA_BOOK_CONTROLS%RowType;
160: fazcbcs_table fazcbc_type_tab;
161: fazcbcs_index number; -- used to store the index of last
162: -- book's position in array. will
163: -- be used to delete a member when

Line 307: * Cache FA_BOOK_CONTROLS information

303: * Name
304: * fazcbc
305: *
306: * Description
307: * Cache FA_BOOK_CONTROLS information
308: *
309: * Parameters
310: * X_book - book type code to get information about
311: *

Line 342: * Cache FA_BOOK_CONTROLS by SOB information

338: * Name
339: * fazcbcs
340: *
341: * Description
342: * Cache FA_BOOK_CONTROLS by SOB information
343: *
344: * Parameters
345: * X_book - book type code to get information about
346: *

Line 385: * Cache FA_BOOK_CONTROLS clear row function

381: * Name
382: * fazcbc_clr
383: *
384: * Description
385: * Cache FA_BOOK_CONTROLS clear row function
386: *
387: * Parameters
388: * X_book - book type code to get information about
389: * not currently used (always deletes lat used row)

Line 1144: * Cache FA_BOOK_CONTROLS for primary and secondary leadger by SOB information

1140: * Name
1141: * fazcbcsob
1142: *
1143: * Description
1144: * Cache FA_BOOK_CONTROLS for primary and secondary leadger by SOB information
1145: *
1146: * Parameters
1147: * X_book - book type code to get information about
1148: * X_sob_id - SOB to set profile GL_SET_OF_BKS_ID

Line 1152: * calls fazcbc to cache FA_BOOK_CONTROLS which calls

1148: * X_sob_id - SOB to set profile GL_SET_OF_BKS_ID
1149: *
1150: * Modifies
1151: * set profile GL_SET_OF_BKS_ID with X_sob_id and
1152: * calls fazcbc to cache FA_BOOK_CONTROLS which calls
1153: * fazcbcs to cache FA_BOOK_CONTROLS by SOB information.
1154: *
1155: * Returns
1156: * True on successful retrieval. Otherwise False.

Line 1153: * fazcbcs to cache FA_BOOK_CONTROLS by SOB information.

1149: *
1150: * Modifies
1151: * set profile GL_SET_OF_BKS_ID with X_sob_id and
1152: * calls fazcbc to cache FA_BOOK_CONTROLS which calls
1153: * fazcbcs to cache FA_BOOK_CONTROLS by SOB information.
1154: *
1155: * Returns
1156: * True on successful retrieval. Otherwise False.
1157: *