DBA Data[Home] [Help]

APPS.FA_MASSADD_CREATE_PKG dependencies on FA_MC_BOOK_CONTROLS

Line 1780: fa_mc_book_controls mcbc

1776: gt.fixed_assets_cost,
1777: 0
1778: from fa_mass_additions mad,
1779: fa_mass_additions_gt gt,
1780: fa_mc_book_controls mcbc
1781: where mad.book_type_code = p_book_type_code
1782: and mad.invoice_distribution_id = gt.invoice_distribution_id
1783: and nvl(mad.invoice_payment_id, -99) = nvl(gt.invoice_payment_id, -99)
1784: and gt.ledger_category_code = 'ALC'