DBA Data[Home] [Help]

APPS.FA_TRANSFER_XIT_PKG dependencies on FA_BOOKS

Line 131: from fa_books bk

127: select nvl(bk.tracking_method, 'NONE'),
128: nvl(bk.member_rollup_flag, 'N')
129: into h_tracking_method,
130: h_member_rollup_flag
131: from fa_books bk
132: where asset_id = X_asset_id
133: and book_type_code = X_book
134: and transaction_header_id_out is null;
135: