DBA Data[Home] [Help]

APPS.PER_HRWF_SYNCH dependencies on HR_API

Line 608: select max(nvl(date_end, hr_api.g_eot))

604: and nvl(assignment_type,'Z') = 'E'
605: and nvl(primary_flag,'Z') = 'Y';
606: --
607: cursor maxpos_date is
608: select max(nvl(date_end, hr_api.g_eot))
609: from per_all_positions
610: where position_id = l_position_id;
611: --
612: Begin