DBA Data[Home] [Help]

APPS.PER_HRWF_SYNCH dependencies on PER_ALL_POSITIONS

Line 515: from per_all_positions

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
519: --