185:
186: If (Po_Count = 0) then
187: Select count(*)
188: Into Po_Count
189: From PO_ASL_ATTRIBUTES
190: where category_id is NOT NULL
191: and rownum < 2;
192:
193: If (Po_Count = 0) then