DBA Data[Home] [Help]

APPS.PER_HRWF_SYNCH dependencies on PER_ALL_POSITIONS

Line 609: from per_all_positions

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