DBA Data[Home] [Help]

APPS.HR_PSF_SHD dependencies on PER_HRWF_SYNCH

Line 171: l_date_chk := PER_HRWF_SYNCH.chk_date_status(p_effective_start_date,

167: l_position_id_canonical := FND_NUMBER.number_to_canonical(l_position_id);
168: l_start_date_canonical := FND_DATE.date_to_canonical(p_effective_start_date);
169: l_end_date_canonical := FND_DATE.date_to_canonical(p_effective_end_date);
170:
171: l_date_chk := PER_HRWF_SYNCH.chk_date_status(p_effective_start_date,
172: p_effective_end_date);
173:
174: if ((l_action = 'INSERT' and l_date_chk = 'CURRENT') or l_action is null or (l_action = 'UPDATE' and l_date_chk = 'CURRENT'))
175: then