DBA Data[Home] [Help]

APPS.FA_DEPRN_ROLLBACK_PUB dependencies on FA_BOOKS

Line 50: from fa_books

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

Line 128: from fa_books

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