DBA Data[Home] [Help]

APPS.BEN_ASSIGNMENT_INTERNAL dependencies on PER_SHARED_TYPES

Line 630: , per_shared_types ps

626: ,c_eff_date in DATE)
627: is
628: select 'Y'
629: from hr_positions_f hp
630: , per_shared_types ps
631: where hp.position_id = c_position_id
632: and c_eff_date
633: between hp.date_effective
634: and nvl(hp.date_end, hr_api.g_eot)