DBA Data[Home] [Help]

APPS.MTL_DEFAULT_CATEGORY_SETS_PKG dependencies on PO_APPROVED_SUPPLIER_LIST

Line 182: From PO_APPROVED_SUPPLIER_LIST

178:
179: If (Po_Count = 0) then
180: Select count(*)
181: Into Po_Count
182: From PO_APPROVED_SUPPLIER_LIST
183: where category_id is NOT NULL
184: and rownum < 2;
185:
186: If (Po_Count = 0) then