DBA Data[Home] [Help]

APPS.BEN_ASSIGNMENT_INTERNAL dependencies on PER_SHARED_TYPES

Line 424: , per_shared_types ps

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
428: and nvl(hp.date_end, hr_api.g_eot)