DBA Data[Home] [Help]

APPS.MTL_DEFAULT_CATEGORY_SETS_PKG dependencies on PO_ASL_ATTRIBUTES

Line 189: From PO_ASL_ATTRIBUTES

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