DBA Data[Home] [Help]

APPS.MTL_DEFAULT_CATEGORY_SETS_PKG dependencies on PO_REQEXPRESS_LINES_ALL

Line 173: From PO_REQEXPRESS_LINES_ALL

169:
170: If (Po_Count = 0) then
171: Select count(*)
172: Into Po_Count
173: From PO_REQEXPRESS_LINES_ALL
174: where category_id is NOT NULL
175: and rownum < 2;
176:
177: If (Po_Count = 0) then