DBA Data[Home] [Help]

APPS.ENG_VAL_TO_ID dependencies on PER_ORGANIZATION_STRUCTURES

Line 808: from per_organization_structures

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