DBA Data[Home] [Help]

APPS.EGO_COM_ATTR_VALIDATION dependencies on EGO_OBJ_ATTR_GRP_ASSOCS_V

Line 736: from ego_obj_attr_grp_assocs_v a,

732: Select a.attr_group_id
733: ,a.attr_group_name
734: ,a.attr_group_type
735: ,b.multi_row
736: from ego_obj_attr_grp_assocs_v a,
737: ego_fnd_dsc_flx_ctx_ext b
738: where a.object_id = p_object_id
739: and a.classification_code = to_char(p_structure_type_id)
740: and a.data_level_int_name = 'COMPONENTS_LEVEL'