DBA Data[Home] [Help]

APPS.MTL_DEFAULT_CATEGORY_SETS_PKG dependencies on PO_REQEXPRESS_LINES_ALL

Line 168: From PO_REQEXPRESS_LINES_ALL

164:
165: If (Po_Count = 0) then
166: Select count(*)
167: Into Po_Count
168: From PO_REQEXPRESS_LINES_ALL
169: where category_id is NOT NULL
170: and rownum < 2;
171:
172: If (Po_Count = 0) then