DBA Data[Home] [Help]

APPS.MTL_DEFAULT_CATEGORY_SETS_PKG dependencies on CST_COST_TYPE_HISTORY

Line 341: From CST_COST_TYPE_HISTORY

337:
338: If (co_Count = 0) then
339: Select count(*)
340: Into co_Count
341: From CST_COST_TYPE_HISTORY
342: where category_id is NOT NULL
343: and rownum < 2;
344:
345: If (co_Count = 0) then