DBA Data[Home] [Help]

APPS.MTL_DEFAULT_CATEGORY_SETS_PKG dependencies on PO_ASL_ATTRIBUTES

Line 194: From PO_ASL_ATTRIBUTES

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