DBA Data[Home] [Help]

APPS.BEN_ASSIGNMENT_INTERNAL dependencies on HR_POSITIONS_F

Line 423: from hr_positions_f hp

419: (c_position_id in NUMBER
420: ,c_eff_date in DATE)
421: is
422: select 'Y'
423: from hr_positions_f hp
424: , per_shared_types ps
425: where hp.position_id = c_position_id
426: and c_eff_date
427: between hp.date_effective