DBA Data[Home] [Help]

APPS.PER_VGR_INS dependencies on PER_VGR_BUS

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

331: End If;
332: --
333: -- Call the supporting insert validate operations
334: --
335: per_vgr_bus.insert_validate(p_rec,p_effective_date); -- Effective_date added for Bug# 1760707
336: --
337: -- Call the supporting pre-insert operation
338: --
339: pre_insert(p_rec);