DBA Data[Home] [Help]

APPS.PER_APT_INS dependencies on PER_APT_BUS

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

428: End If;
429:
430: -- Call the supporting insert validate operations
431:
432: per_apt_bus.insert_validate(p_rec,p_effective_date);
433:
434: -- Call the supporting pre-insert operation
435:
436: pre_insert(p_rec);