DBA Data[Home] [Help]

APPS.PER_HRWF_SYNCH dependencies on HR_API

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

510: and nvl(assignment_type,'Z') = 'E'
511: and nvl(primary_flag,'Z') = 'Y';
512: --
513: cursor maxpos_date is
514: select max(nvl(date_end, hr_api.g_eot))
515: from per_all_positions
516: where position_id = l_position_id;
517: --
518: Begin