DBA Data[Home] [Help]

APPS.FA_SLA_CURRENT_PERIOD_UPG_PKG dependencies on FA_CACHE_PKG

Line 112: l_batch_size := nvl(nvl(p_batch_size, fa_cache_pkg.fa_batch_size), 1000);

108: error_found exception;
109:
110: BEGIN
111:
112: l_batch_size := nvl(nvl(p_batch_size, fa_cache_pkg.fa_batch_size), 1000);
113:
114: loop
115:
116: OPEN c_additions;

Line 144: if not (fa_cache_pkg.fazcbc(x_book => l_book_type_code(i))) then

140: fnd_profile.put('GL_SET_OF_BKS_ID', l_set_of_books_id(i));
141: fnd_client_info.set_currency_context (l_set_of_books_id(i));
142:
143: -- call the cache
144: if not (fa_cache_pkg.fazcbc(x_book => l_book_type_code(i))) then
145: raise error_found;
146: end if;
147:
148: -- load the api rec types

Line 161: fa_cache_pkg.fazcbc_record.last_period_counter + 1;

157: l_adj.transaction_header_id := l_thid (i);
158: l_adj.asset_id := l_asset_id(i);
159: l_adj.book_type_code := l_book_type_code(i);
160: l_adj.period_counter_created :=
161: fa_cache_pkg.fazcbc_record.last_period_counter + 1;
162: l_adj.period_counter_adjusted :=
163: fa_cache_pkg.fazcbc_record.last_period_counter + 1;
164: l_adj.current_units := l_current_units(i) ;
165: l_adj.selection_mode := FA_ADJUST_TYPE_PKG.FA_AJ_ACTIVE;

Line 163: fa_cache_pkg.fazcbc_record.last_period_counter + 1;

159: l_adj.book_type_code := l_book_type_code(i);
160: l_adj.period_counter_created :=
161: fa_cache_pkg.fazcbc_record.last_period_counter + 1;
162: l_adj.period_counter_adjusted :=
163: fa_cache_pkg.fazcbc_record.last_period_counter + 1;
164: l_adj.current_units := l_current_units(i) ;
165: l_adj.selection_mode := FA_ADJUST_TYPE_PKG.FA_AJ_ACTIVE;
166: l_adj.selection_thid := 0;
167: l_adj.selection_retid := 0;

Line 426: l_batch_size := nvl(nvl(p_batch_size, fa_cache_pkg.fa_batch_size), 1000);

422: error_found exception;
423:
424: BEGIN
425:
426: l_batch_size := nvl(nvl(p_batch_size, fa_cache_pkg.fa_batch_size), 1000);
427:
428: loop
429:
430: OPEN c_additions_mrc;

Line 458: if not (fa_cache_pkg.fazcbc(x_book => l_book_type_code(i))) then

454: fnd_profile.put('GL_SET_OF_BKS_ID', l_set_of_books_id(i));
455: fnd_client_info.set_currency_context (l_set_of_books_id(i));
456:
457: -- call the cache
458: if not (fa_cache_pkg.fazcbc(x_book => l_book_type_code(i))) then
459: raise error_found;
460: end if;
461:
462: -- load the api rec types

Line 474: l_adj.period_counter_created := fa_cache_pkg.fazcbc_record.last_period_counter + 1;

470:
471: l_adj.transaction_header_id := l_thid (i);
472: l_adj.asset_id := l_asset_id(i);
473: l_adj.book_type_code := l_book_type_code(i);
474: l_adj.period_counter_created := fa_cache_pkg.fazcbc_record.last_period_counter + 1;
475: l_adj.period_counter_adjusted := fa_cache_pkg.fazcbc_record.last_period_counter + 1;
476: l_adj.current_units := l_current_units(i) ;
477: l_adj.selection_mode := FA_ADJUST_TYPE_PKG.FA_AJ_ACTIVE;
478: l_adj.selection_thid := 0;

Line 475: l_adj.period_counter_adjusted := fa_cache_pkg.fazcbc_record.last_period_counter + 1;

471: l_adj.transaction_header_id := l_thid (i);
472: l_adj.asset_id := l_asset_id(i);
473: l_adj.book_type_code := l_book_type_code(i);
474: l_adj.period_counter_created := fa_cache_pkg.fazcbc_record.last_period_counter + 1;
475: l_adj.period_counter_adjusted := fa_cache_pkg.fazcbc_record.last_period_counter + 1;
476: l_adj.current_units := l_current_units(i) ;
477: l_adj.selection_mode := FA_ADJUST_TYPE_PKG.FA_AJ_ACTIVE;
478: l_adj.selection_thid := 0;
479: l_adj.selection_retid := 0;

Line 933: l_batch_size := nvl(nvl(p_batch_size, fa_cache_pkg.fa_batch_size), 1000);

929: and dh.transaction_header_id_in = l_transaction_header_id;
930:
931: BEGIN
932:
933: l_batch_size := nvl(nvl(p_batch_size, fa_cache_pkg.fa_batch_size), 1000);
934:
935: loop
936:
937: OPEN c_trx;

Line 1007: if not (fa_cache_pkg.fazcbc(x_book => l_book_type_code_tbl(i))) then

1003: fnd_profile.put('GL_SET_OF_BKS_ID', l_set_of_books_id_tbl(i));
1004: fnd_client_info.set_currency_context (l_set_of_books_id_tbl(i));
1005:
1006: -- call the cache
1007: if not (fa_cache_pkg.fazcbc(x_book => l_book_type_code_tbl(i))) then
1008: raise error_found;
1009: end if;
1010:
1011: l_trans_rec.transaction_header_id := l_transaction_header_id_tbl(i);

Line 1392: if not (fa_cache_pkg.fazcbc(x_book => l_book_type_code_tbl(i))) then

1388: fnd_profile.put('GL_SET_OF_BKS_ID', l_set_of_books_id_tbl(i));
1389: fnd_client_info.set_currency_context (l_set_of_books_id_tbl(i));
1390:
1391: -- call the cache
1392: if not (fa_cache_pkg.fazcbc(x_book => l_book_type_code_tbl(i))) then
1393: raise error_found;
1394: end if;
1395:
1396: l_trans_rec.transaction_header_id := l_transaction_header_id_tbl(i);

Line 1780: l_batch_size := nvl(nvl(p_batch_size, fa_cache_pkg.fa_batch_size), 1000);

1776: and adj.source_dest_code is null;
1777:
1778: BEGIN
1779:
1780: l_batch_size := nvl(nvl(p_batch_size, fa_cache_pkg.fa_batch_size), 1000);
1781:
1782: loop
1783:
1784: open c_invoices;