DBA Data[Home] [Help]

APPS.OKL_COPY_CONTRACT_PVT dependencies on FA_DISTRIBUTION_HISTORY

Line 17974: FROM fa_distribution_history

17970:
17971: CURSOR c_location_id(p_asset_id IN fa_additions_b.asset_id%TYPE,
17972: p_book_type_code IN fa_books.book_type_code%TYPE) IS
17973: SELECT location_id
17974: FROM fa_distribution_history
17975: WHERE asset_id = p_asset_id
17976: AND book_type_code = p_book_type_code
17977: AND transaction_header_id_out IS NULL
17978: AND ROWNUM < 2;