DBA Data[Home] [Help]

APPS.PAY_NL_TAXOFFICE_ARCHIVE dependencies on PER_ORG_STRUCTURE_VERSIONS

Line 2841: per_org_structure_versions posv

2837: select
2838: posv.org_structure_version_id
2839: from
2840: per_organization_structures pos,
2841: per_org_structure_versions posv
2842: where pos.organization_structure_id = posv.organization_structure_id
2843: and to_char(pos.organization_structure_id) = p_org_struct_id
2844: and p_tax_year_end_date between posv.date_from and nvl(posv.date_to,hr_general.End_of_time);
2845: