DBA Data[Home] [Help]

APPS.MTL_DEFAULT_CATEGORY_SETS_PKG dependencies on PO_REQUISITION_LINES_ALL

Line 196: From PO_REQUISITION_LINES_ALL

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