DBA Data[Home] [Help]

APPS.MTL_DEFAULT_CATEGORY_SETS_PKG dependencies on PO_APPROVED_SUPPLIER_LIST

Line 187: From PO_APPROVED_SUPPLIER_LIST

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