DBA Data[Home] [Help]

APPS.PV_ENTITY_ATTRIBUTE_PVT dependencies on PV_ENTY_ATTR_VALUES

Line 1187: from pv_enty_attr_values val, pv_entity_attrs enty

1183: entity_attr_id = pc_entity_attr_id
1184: ;
1185: cursor lc_check_attr_enty_vals (pc_entity_attr_id number) is
1186: select distinct val.entity
1187: from pv_enty_attr_values val, pv_entity_attrs enty
1188: where enty.entity_attr_id =pc_entity_attr_id and
1189: enty.attribute_id = val.attribute_id and
1190: enty.entity = val.entity
1191: ;