DBA Data[Home] [Help]

APPS.BOMPXINQ dependencies on PER_ORGANIZATION_STRUCTURES

Line 794: per_organization_structures

790: -- Validate the Organization Hierarchy name and check,if the access allowed
791: if (Org_hierarchy_name is not null)
792: then
793: SELECT count (*) into l_org_count from
794: per_organization_structures
795: WHERE INV_ORGHIERARCHY_PVT.ORG_HIERARCHY_ACCESS(Org_hierarchy_name)='Y'
796: AND name = Org_hierarchy_name;
797:
798: if (l_org_count <1 ) then