DBA Data[Home] [Help]

APPS.MTL_DEFAULT_CATEGORY_SETS_PKG dependencies on PO_LINE_TYPES_B

Line 161: From Po_Line_Types_b

157:
158: If New_Structure_id <> Old_Structure_Id Then
159: Select count(*)
160: Into Po_Count
161: From Po_Line_Types_b
162: where category_id is NOT NULL
163: and rownum < 2;
164:
165: If (Po_Count = 0) then

Line 322: From Po_Line_Types_b

318:
319: If New_Structure_id <> Old_Structure_Id Then
320: Select count(*)
321: Into co_Count
322: From Po_Line_Types_b
323: where category_id is NOT NULL
324: and rownum < 2;
325:
326: If (co_Count = 0) then