DBA Data[Home] [Help]

APPS.FA_DEPRN_ROLLBACK_PUB dependencies on FA_BOOKS

Line 49: from fa_books

45:
46: cursor c_members (p_book_type_code varchar2,
47: p_group_asset_id number) is
48: select asset_id
49: from fa_books
50: where group_asset_id = p_group_asset_id
51: and book_type_code = p_book_type_code
52: and transaction_header_id_out is null;
53:

Line 130: from fa_books

126: select group_asset_id,
127: tracking_method
128: into l_group_asset_id,
129: l_tracking_method
130: from fa_books
131: where asset_id = px_asset_hdr_rec.asset_id
132: and book_type_code = px_asset_hdr_rec.book_type_code
133: and transaction_header_id_out is null;
134: