DBA Data[Home] [Help]

APPS.MTL_DEFAULT_CATEGORY_SETS_PKG dependencies on CST_SC_ROLLUP_HISTORY

Line 387: From CST_SC_ROLLUP_HISTORY

383: END IF;
384: If (co_Count = 0) then
385: Select count(*)
386: Into co_Count
387: From CST_SC_ROLLUP_HISTORY
388: where category_id is NOT NULL
389: and rownum < 2;
390: END IF;
391: END IF;