DBA Data[Home] [Help]

APPS.BEN_ECR_UPD dependencies on BEN_ABR_SHD

Line 338: ben_abr_shd.g_old_rec.ordr_num;

334: -- is being used then we must set to the 'current' argument value.
335: --
336: If (p_rec.ordr_num = hr_api.g_number) then
337: p_rec.ordr_num :=
338: ben_abr_shd.g_old_rec.ordr_num;
339: End If;
340: If (p_rec.acty_typ_cd = hr_api.g_varchar2) then
341: p_rec.acty_typ_cd :=
342: ben_ecr_shd.g_old_rec.acty_typ_cd;