190:
191: If (Po_Count = 0) then
192: Select count(*)
193: Into Po_Count
194: From PO_ASL_ATTRIBUTES
195: where category_id is NOT NULL
196: and rownum < 2;
197:
198: If (Po_Count = 0) then