DBA Data[Home] [Help]

APPS.PER_APT_INS dependencies on PER_APT_BUS

Line 451: per_apt_bus.insert_validate(p_rec,p_effective_date);

447: End If;
448:
449: -- Call the supporting insert validate operations
450:
451: per_apt_bus.insert_validate(p_rec,p_effective_date);
452:
453: -- Call the supporting pre-insert operation
454:
455: pre_insert(p_rec);