DBA Data[Home] [Help]

APPS.FA_MASSADD_PKG dependencies on FA_BOOKS

Line 1985: from fa_books bk,

1981: bk.date_placed_in_service,
1982: ad.description,
1983: fy1.start_date,
1984: fy1.end_date
1985: from fa_books bk,
1986: fa_additions ad,
1987: fa_book_controls bc,
1988: fa_fiscal_year fy1,
1989: fa_fiscal_year fy2,

Line 2558: from fa_books bk

2554:
2555: update fa_mass_additions mad
2556: set group_asset_id =
2557: (select group_asset_id
2558: from fa_books bk
2559: where bk.asset_id = mad.add_to_asset_id
2560: and bk.book_type_code = mad.book_type_code
2561: and bk.transaction_header_id_out is null)
2562: where book_type_code = p_book_type_code

Line 2613: from fa_books bk

2609:
2610: update fa_mass_additions mad
2611: set group_asset_id =
2612: (select group_asset_id
2613: from fa_books bk
2614: where bk.asset_id = mad.add_to_asset_id
2615: and bk.book_type_code = mad.book_type_code
2616: and bk.transaction_header_id_out is null)
2617: where book_type_code = p_book_type_code