DBA Data[Home] [Help]

APPS.BEN_EVALUATE_ELIG_CRITERIA dependencies on PER_ORG_STRUCTURE_VERSIONS

Line 143: from per_org_structure_versions a

139: -- when the second table joing with the sql db 9.2.04
140:
141: cursor c_osv is
142: select 'x'
143: from per_org_structure_versions a
144: where a.org_structure_version_id = p_org_structure_version_id
145: and p_effective_date between nvl(a.date_from,p_effective_date)
146: and nvl(a.date_to,p_effective_date) ;
147: