DBA Data[Home] [Help]

APPS.PER_VGR_UPD dependencies on PER_VGR_BUS

Line 522: per_vgr_bus.update_validate(p_rec,p_effective_date); -- Effective_date added for Bug# 1760707

518: --
519: -- 2. Call the supporting update validate operations.
520: --
521: convert_defs(p_rec);
522: per_vgr_bus.update_validate(p_rec,p_effective_date); -- Effective_date added for Bug# 1760707
523: --
524: -- Call the supporting pre-update operation
525: --
526: pre_update(p_rec);