DBA Data[Home] [Help]

APPS.FA_REC_PVT_PKG3 dependencies on FA_CEILING_TYPES

Line 131: SELECT ceiling_type FROM FA_CEILING_TYPES

127: SELECT book_class, allow_cost_ceiling, allow_deprn_exp_ceiling
128: FROM FA_BOOK_CONTROLS
129: WHERE book_type_code = p_book_type_code;
130: CURSOR get_ceiling_type IS
131: SELECT ceiling_type FROM FA_CEILING_TYPES
132: WHERE ceiling_name = p_new_ceiling_name;
133: CURSOR get_cost_itc IS
134: SELECT cost, itc_amount_id FROM FA_BOOKS
135: WHERE asset_id = p_asset_id and book_type_code = p_book_type_code