DBA Data[Home] [Help]

APPS.OKL_AM_UTIL_PVT dependencies on FA_ADDITIONS

Line 5156: FROM fa_additions

5152: and rownum = 1;
5153:
5154: CURSOR get_asset_units(p_ast_id IN NUMBER) IS
5155: SELECT CURRENT_UNITS
5156: FROM fa_additions
5157: WHERE asset_id = p_ast_id;
5158:
5159: l_book_type_code fa_book_controls.book_type_code%TYPE;
5160: rel_date DATE;