Operation Details
Description: Counts the number of records in taxonomyineditdata entity for the published taxonomy version. @deprecated since 7.0.0.0, This functionality forms part of a feature that is no longer relevant to the product strategy and will not be replaced.
Sterotype: ns
SQL
select count(*) into :numberOfRecords from taxonomyineditdata where  recordstatus='RST1' and taxonomyVersionID IS NULL  and publishedInd='1'