DBA Data[Home] [Help]

APPS.CN_DIM_HIERARCHIES_PVT dependencies on CN_REPOSITORIES

Line 712: from cn_repositories

708: l_count NUMBER := 0;
709: BEGIN
710: select count(*)
711: into l_count
712: from cn_repositories
713: where rev_class_hierarchy_id = p_head_hierarchy_id
714: --R12 MOAC Changes--Start
715: and org_id = p_org_id;
716: --R12 MOAC Changes--End