DBA Data[Home] [Help]

APPS.FA_UTILS_PKG dependencies on FA_CACHE_PKG

Line 18: h_set_of_books_id := nvl(FA_CACHE_PKG.fazcbcs_record.set_of_books_id,

14: l_count number := 0;
15:
16: BEGIN
17:
18: h_set_of_books_id := nvl(FA_CACHE_PKG.fazcbcs_record.set_of_books_id,
19: FA_CACHE_PKG.fazcbc_record.set_of_books_id);
20:
21: /* look at the record and then the array and if no hit, then select */
22: IF (h_set_of_books_id = faxcurr_record.set_of_books_id) then

Line 19: FA_CACHE_PKG.fazcbc_record.set_of_books_id);

15:
16: BEGIN
17:
18: h_set_of_books_id := nvl(FA_CACHE_PKG.fazcbcs_record.set_of_books_id,
19: FA_CACHE_PKG.fazcbc_record.set_of_books_id);
20:
21: /* look at the record and then the array and if no hit, then select */
22: IF (h_set_of_books_id = faxcurr_record.set_of_books_id) then
23: null;

Line 83: h_set_of_books_id := nvl(FA_CACHE_PKG.fazcbcs_record.set_of_books_id,

79: l_count number := 0;
80:
81: begin <>
82:
83: h_set_of_books_id := nvl(FA_CACHE_PKG.fazcbcs_record.set_of_books_id,
84: FA_CACHE_PKG.fazcbc_record.set_of_books_id);
85:
86: /* look at the record and then the array and if no hit, then select */
87:

Line 84: FA_CACHE_PKG.fazcbc_record.set_of_books_id);

80:
81: begin <>
82:
83: h_set_of_books_id := nvl(FA_CACHE_PKG.fazcbcs_record.set_of_books_id,
84: FA_CACHE_PKG.fazcbc_record.set_of_books_id);
85:
86: /* look at the record and then the array and if no hit, then select */
87:
88: IF (h_set_of_books_id = faxcurr_record.set_of_books_id) then

Line 150: h_set_of_books_id := nvl(FA_CACHE_PKG.fazcbcs_record.set_of_books_id,

146: l_count number := 0;
147:
148: BEGIN
149:
150: h_set_of_books_id := nvl(FA_CACHE_PKG.fazcbcs_record.set_of_books_id,
151: FA_CACHE_PKG.fazcbc_record.set_of_books_id);
152:
153: /* look at the record and then the array and if no hit, then select */
154: IF (h_set_of_books_id = faxcurr_record.set_of_books_id) then

Line 151: FA_CACHE_PKG.fazcbc_record.set_of_books_id);

147:
148: BEGIN
149:
150: h_set_of_books_id := nvl(FA_CACHE_PKG.fazcbcs_record.set_of_books_id,
151: FA_CACHE_PKG.fazcbc_record.set_of_books_id);
152:
153: /* look at the record and then the array and if no hit, then select */
154: IF (h_set_of_books_id = faxcurr_record.set_of_books_id) then
155: null;

Line 214: h_set_of_books_id := nvl(FA_CACHE_PKG.fazcbcs_record.set_of_books_id,

210: l_count number := 0;
211:
212: BEGIN
213:
214: h_set_of_books_id := nvl(FA_CACHE_PKG.fazcbcs_record.set_of_books_id,
215: FA_CACHE_PKG.fazcbc_record.set_of_books_id);
216:
217: /* look at the record and then the array and if no hit, then select */
218: IF (h_set_of_books_id = faxcurr_record.set_of_books_id) then

Line 215: FA_CACHE_PKG.fazcbc_record.set_of_books_id);

211:
212: BEGIN
213:
214: h_set_of_books_id := nvl(FA_CACHE_PKG.fazcbcs_record.set_of_books_id,
215: FA_CACHE_PKG.fazcbc_record.set_of_books_id);
216:
217: /* look at the record and then the array and if no hit, then select */
218: IF (h_set_of_books_id = faxcurr_record.set_of_books_id) then
219: null;