DBA Data[Home] [Help]

APPS.FA_DISTRIBUTION_PVT dependencies on FA_ADJUSTMENTS

Line 444: -- INTERCO AP/AR rows in fa_adjustments table

440: end if;
441: end if;
442:
443: -- fix for bug 2725999 - call INTERCO private API to create
444: -- INTERCO AP/AR rows in fa_adjustments table
445:
446: if (px_asset_hdr_rec.period_of_addition <> 'Y' and
447: G_release = 11) then
448:

Line 1273: from fa_adjustments adj

1269: --bug fix 2186234 starts
1270: cursor prior_period_tfr_tax_books (l_asset_id in number,
1271: l_book_type_code in varchar2) is
1272: select distinct transaction_header_id
1273: from fa_adjustments adj
1274: where adj.asset_id = l_asset_id
1275: and adj.book_type_code = l_book_type_code
1276: and source_type_code = 'TRANSFER'
1277: and adj.period_counter_created =