DBA Data[Home] [Help]

APPS.MTL_DEFAULT_CATEGORY_SETS_PKG dependencies on PO_REQUISITION_LINES_ALL

Line 201: From PO_REQUISITION_LINES_ALL

197:
198: If (Po_Count = 0) then
199: Select count(*)
200: Into Po_Count
201: From PO_REQUISITION_LINES_ALL
202: where category_id is NOT NULL
203: and rownum < 2;
204:
205: If (Po_Count = 0) then