DBA Data[Home] [Help]

APPS.PAY_NL_TAXOFFICE_ARCHIVE dependencies on PER_ORG_STRUCTURE_VERSIONS

Line 2875: per_org_structure_versions posv

2871: select
2872: posv.org_structure_version_id
2873: from
2874: per_organization_structures pos,
2875: per_org_structure_versions posv
2876: where pos.organization_structure_id = posv.organization_structure_id
2877: and to_char(pos.organization_structure_id) = p_org_struct_id
2878: and p_tax_year_end_date between posv.date_from and nvl(posv.date_to,hr_general.End_of_time);
2879: