DBA Data[Home] [Help]

APPS.FA_ASSET_VAL_PVT dependencies on FA_SUPER_GROUP_RULES

Line 4077: from fa_super_group_rules

4073: l_calling_fn varchar2(40) := 'fa_asset_val_pvt.validate_super_group';
4074:
4075: CURSOR c_check_used is
4076: select 'Y'
4077: from fa_super_group_rules
4078: where super_group_id = p_new_super_group_id
4079: and book_type_code = p_book_type_code
4080: and used_flag = 'Y';
4081: