DBA Data[Home] [Help]

APPS.FA_ASSET_VAL_PVT dependencies on FA_SUPER_GROUP_RULES

Line 3673: from fa_super_group_rules

3669: l_calling_fn varchar2(40) := 'fa_asset_val_pvt.validate_super_group';
3670:
3671: CURSOR c_check_used is
3672: select 'Y'
3673: from fa_super_group_rules
3674: where super_group_id = p_new_super_group_id
3675: and book_type_code = p_book_type_code
3676: and used_flag = 'Y';
3677: