DBA Data[Home] [Help]

APPS.OKL_COPY_CONTRACT_PVT dependencies on FA_DISTRIBUTION_HISTORY

Line 18151: FROM fa_distribution_history

18147:
18148: CURSOR c_location_id(p_asset_id IN fa_additions_b.asset_id%TYPE,
18149: p_book_type_code IN fa_books.book_type_code%TYPE) IS
18150: SELECT location_id
18151: FROM fa_distribution_history
18152: WHERE asset_id = p_asset_id
18153: AND book_type_code = p_book_type_code
18154: AND transaction_header_id_out IS NULL
18155: AND ROWNUM < 2;