DBA Data[Home] [Help]

APPS.MTL_DEFAULT_CATEGORY_SETS_PKG dependencies on PO_LINE_TYPES_B

Line 166: From Po_Line_Types_b

162:
163: If New_Structure_id <> Old_Structure_Id Then
164: Select count(*)
165: Into Po_Count
166: From Po_Line_Types_b
167: where category_id is NOT NULL
168: and rownum < 2;
169:
170: If (Po_Count = 0) then

Line 327: From Po_Line_Types_b

323:
324: If New_Structure_id <> Old_Structure_Id Then
325: /* Select count(*)
326: Into co_Count
327: From Po_Line_Types_b
328: where category_id is NOT NULL
329: and rownum < 2;
330:
331: If (co_Count = 0) then *//* Commented out for bugfix:8679416 */