DBA Data[Home] [Help]

APPS.BOMPXINQ dependencies on PER_ORGANIZATION_STRUCTURES

Line 750: per_organization_structures

746: -- Validate the Organization Hierarchy name and check,if the access allowed
747: if (Org_hierarchy_name is not null)
748: then
749: SELECT count (*) into l_org_count from
750: per_organization_structures
751: WHERE INV_ORGHIERARCHY_PVT.ORG_HIERARCHY_ACCESS(Org_hierarchy_name)='Y'
752: AND name = Org_hierarchy_name;
753:
754: if (l_org_count <1 ) then