DBA Data[Home] [Help]

APPS.PQH_RBC_STAGE dependencies on PER_ORG_STRUCTURE_VERSIONS

Line 84: from per_organization_structures oh, per_org_structure_versions ohv

80: l_oh_name varchar2(240);
81: begin
82: select oh.name
83: into l_oh_name
84: from per_organization_structures oh, per_org_structure_versions ohv
85: where oh.organization_structure_id = ohv.organization_structure_id
86: and ohv.org_structure_version_id = p_org_hier_ver_id;
87: return l_oh_name;
88: exception