DBA Data[Home] [Help]

APPS.IGI_IMP_IAC_PREPARE_PKG dependencies on FA_ADDITIONS

Line 29: fa_additions ad

25: bk.period_counter_fully_retired,
26: ad.asset_number,
27: ad.asset_type
28: From fa_books bk,
29: fa_additions ad
30: Where bk.book_type_code = p_book
31: and bk.asset_id = ad.asset_id
32: and bk.transaction_header_id_out is null
33: and ad.asset_category_id = p_category_id;