DBA Data[Home] [Help]

APPS.FA_ASSET_VAL_PVT dependencies on FA_CATEGORIES_B

Line 2838: from fa_categories_b

2834: p_log_level_rec IN FA_API_TYPES.log_level_rec_type default null ) return boolean IS
2835:
2836: CURSOR get_cat_type IS
2837: select category_type
2838: from fa_categories_b
2839: where category_id = ( select asset_category_id
2840: from fa_additions_b
2841: where asset_id = p_asset_id );
2842: CURSOR C1 IS