DBA Data[Home] [Help]

APPS.BEN_EVALUATE_ELIG_CRITERIA dependencies on PER_POS_STRUCTURE_VERSIONS

Line 232: from per_pos_structure_versions a

228: -- when the second table joing with the sql db 9.2.04
229:
230: cursor c_psv is
231: select 'x'
232: from per_pos_structure_versions a
233: where a.pos_structure_version_id = p_pos_structure_version_id
234: and p_effective_date between nvl(a.date_from,p_effective_date)
235: and nvl(a.date_to,p_effective_date) ;
236: