DBA Data[Home] [Help]

APPS.FA_MASSADD_PKG dependencies on FA_CATEGORY_BOOK_DEFAULTS

Line 2352: fa_category_book_defaults cbd

2348: mad.description,
2349: mad.fixed_assets_units,
2350: mad.units_to_adjust
2351: from fa_mass_additions mad,
2352: fa_category_book_defaults cbd
2353: where mad.book_type_code = p_book_type_code
2354: and mad.posting_status = 'POST'
2355: and mad.add_to_asset_id is null
2356: and mad.merge_parent_mass_additions_id is null

Line 2382: fa_category_book_defaults cbd

2378: mad.description,
2379: mad.fixed_assets_units,
2380: mad.units_to_adjust
2381: from fa_mass_additions mad,
2382: fa_category_book_defaults cbd
2383: where mad.book_type_code = p_book_type_code
2384: and mad.posting_status = 'POST'
2385: and mad.add_to_asset_id is null
2386: and mad.merge_parent_mass_additions_id is null

Line 2541: from fa_category_book_defaults cbd

2537:
2538: update fa_mass_additions mad
2539: set group_asset_id =
2540: (select cbd.group_asset_id
2541: from fa_category_book_defaults cbd
2542: where mad.asset_category_id = cbd.category_id
2543: and mad.book_type_code = p_book_type_code
2544: and cbd.book_type_code = p_book_type_code
2545: and mad.date_placed_in_service between

Line 2594: from fa_category_book_defaults cbd

2590:
2591: update fa_mass_additions mad
2592: set group_asset_id =
2593: (select cbd.group_asset_id
2594: from fa_category_book_defaults cbd
2595: where mad.asset_category_id = cbd.category_id
2596: and mad.book_type_code = p_book_type_code
2597: and cbd.book_type_code = p_book_type_code
2598: and mad.date_placed_in_service between