DBA Data[Home] [Help]

APPS.MTL_DEFAULT_CATEGORY_SETS_PKG dependencies on CST_COST_TYPE_HISTORY

Line 336: From CST_COST_TYPE_HISTORY

332:
333: If (co_Count = 0) then
334: Select count(*)
335: Into co_Count
336: From CST_COST_TYPE_HISTORY
337: where category_id is NOT NULL
338: and rownum < 2;
339:
340: If (co_Count = 0) then