DBA Data[Home] [Help]

APPS.ENG_VAL_TO_ID dependencies on PER_ORGANIZATION_STRUCTURES

Line 809: from per_organization_structures

805: BEGIN
806:
807: Select organization_structure_id
808: into l_id
809: from per_organization_structures
810: where name = p_organization_hierarchy;
811:
812: return l_id;
813: