DBA Data[Home] [Help]

APPS.MST_AGG_PKG dependencies on MST_EXCEPTIONS

Line 5969: from mst_exceptions

5965: l_count number;
5966: begin
5967: select sum(exception_count)
5968: into l_count
5969: from mst_exceptions
5970: where plan_id = p_plan_id;
5971: return l_count;
5972: end;
5973: