DBA Data[Home] [Help]

APPS.HR_REPORTS dependencies on PER_ORG_STRUCTURE_VERSIONS

Line 725: per_org_structure_versions osv

721: p_org_version,
722: p_version_start_date,
723: p_version_end_date
724: from per_organization_structures ost,
725: per_org_structure_versions osv
726: where osv.org_structure_version_id = p_org_structure_version_id
727: and ost.organization_structure_id = osv.organization_structure_id;
728: exception
729: when no_data_found then null;