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 163: fa_cache_pkg.fazcbc_record.last_period_counter + 1;

159: l_adj.asset_id := l_asset_id(i);
160: l_adj.book_type_code := l_book_type_code(i);
161: l_adj.set_of_books_id := l_set_of_books_id(i); -- Bug 12537420
162: l_adj.period_counter_created :=
163: fa_cache_pkg.fazcbc_record.last_period_counter + 1;
164: l_adj.period_counter_adjusted :=
165: fa_cache_pkg.fazcbc_record.last_period_counter + 1;
166: l_adj.current_units := l_current_units(i) ;
167: l_adj.selection_mode := FA_ADJUST_TYPE_PKG.FA_AJ_ACTIVE;

Line 165: fa_cache_pkg.fazcbc_record.last_period_counter + 1;

161: l_adj.set_of_books_id := l_set_of_books_id(i); -- Bug 12537420
162: l_adj.period_counter_created :=
163: fa_cache_pkg.fazcbc_record.last_period_counter + 1;
164: l_adj.period_counter_adjusted :=
165: fa_cache_pkg.fazcbc_record.last_period_counter + 1;
166: l_adj.current_units := l_current_units(i) ;
167: l_adj.selection_mode := FA_ADJUST_TYPE_PKG.FA_AJ_ACTIVE;
168: l_adj.selection_thid := 0;
169: l_adj.selection_retid := 0;

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

435: error_found exception;
436:
437: BEGIN
438:
439: l_batch_size := nvl(nvl(p_batch_size, fa_cache_pkg.fa_batch_size), 1000);
440:
441: loop
442:
443: OPEN c_additions_mrc;

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

467: fnd_profile.put('GL_SET_OF_BKS_ID', l_set_of_books_id(i));
468: fnd_client_info.set_currency_context (l_set_of_books_id(i));
469:
470: -- call the cache
471: if not (fa_cache_pkg.fazcbc(x_book => l_book_type_code(i))) then
472: raise error_found;
473: end if;
474:
475: -- load the api rec types

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

484:
485: l_adj.transaction_header_id := l_thid (i);
486: l_adj.asset_id := l_asset_id(i);
487: l_adj.book_type_code := l_book_type_code(i);
488: l_adj.period_counter_created := fa_cache_pkg.fazcbc_record.last_period_counter + 1;
489: l_adj.period_counter_adjusted := fa_cache_pkg.fazcbc_record.last_period_counter + 1;
490: l_adj.current_units := l_current_units(i) ;
491: l_adj.selection_mode := FA_ADJUST_TYPE_PKG.FA_AJ_ACTIVE;
492: l_adj.selection_thid := 0;

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

485: l_adj.transaction_header_id := l_thid (i);
486: l_adj.asset_id := l_asset_id(i);
487: l_adj.book_type_code := l_book_type_code(i);
488: l_adj.period_counter_created := fa_cache_pkg.fazcbc_record.last_period_counter + 1;
489: l_adj.period_counter_adjusted := fa_cache_pkg.fazcbc_record.last_period_counter + 1;
490: l_adj.current_units := l_current_units(i) ;
491: l_adj.selection_mode := FA_ADJUST_TYPE_PKG.FA_AJ_ACTIVE;
492: l_adj.selection_thid := 0;
493: l_adj.selection_retid := 0;

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

946: and dh.transaction_header_id_in = l_transaction_header_id;
947:
948: BEGIN
949:
950: l_batch_size := nvl(nvl(p_batch_size, fa_cache_pkg.fa_batch_size), 1000);
951:
952: loop
953:
954: OPEN c_trx;

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

1020: fnd_profile.put('GL_SET_OF_BKS_ID', l_set_of_books_id_tbl(i));
1021: fnd_client_info.set_currency_context (l_set_of_books_id_tbl(i));
1022:
1023: -- call the cache
1024: if not (fa_cache_pkg.fazcbc(x_book => l_book_type_code_tbl(i))) then
1025: raise error_found;
1026: end if;
1027:
1028: l_trans_rec.transaction_header_id := l_transaction_header_id_tbl(i);

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

1425: fnd_profile.put('GL_SET_OF_BKS_ID', l_set_of_books_id_tbl(i));
1426: fnd_client_info.set_currency_context (l_set_of_books_id_tbl(i));
1427:
1428: -- call the cache
1429: if not (fa_cache_pkg.fazcbc(x_book => l_book_type_code_tbl(i))) then
1430: raise error_found;
1431: end if;
1432:
1433: l_trans_rec.transaction_header_id := l_transaction_header_id_tbl(i);

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

1816: and adj.source_dest_code is null;
1817:
1818: BEGIN
1819:
1820: l_batch_size := nvl(nvl(p_batch_size, fa_cache_pkg.fa_batch_size), 1000);
1821:
1822: loop
1823:
1824: open c_invoices;