DBA Data[Home] [Help]

APPS.FA_REC_PVT_PKG3 dependencies on FA_CEILING_TYPES

Line 125: SELECT ceiling_type FROM FA_CEILING_TYPES

121: SELECT book_class, allow_cost_ceiling, allow_deprn_exp_ceiling
122: FROM FA_BOOK_CONTROLS
123: WHERE book_type_code = p_book_type_code;
124: CURSOR get_ceiling_type IS
125: SELECT ceiling_type FROM FA_CEILING_TYPES
126: WHERE ceiling_name = p_new_ceiling_name;
127: CURSOR get_cost_itc IS
128: SELECT cost, itc_amount_id FROM FA_BOOKS
129: WHERE asset_id = p_asset_id and book_type_code = p_book_type_code