DBA Data[Home] [Help]

APPS.FA_CREATE_GROUP_ASSET_PKG dependencies on FA_BOOKS

Line 490: from fa_books

486:
487: l_parent_asset_id := rec.asset_id;
488: select l_temp + 1
489: into l_temp
490: from fa_books
491: where book_type_code = l_mass_add_rec.book_type_code
492: and transaction_header_id_out is null
493: and asset_id = rec.asset_id;
494: end loop;

Line 595: from fa_books

591:
592: l_parent_asset_id := rec.asset_id;
593: select l_temp + 1
594: into l_temp
595: from fa_books
596: where book_type_code = px_group_asset_rec.book_type_code
597: and transaction_header_id_out is null
598: and asset_id = px_group_asset_rec.asset_id;
599: end loop;