DBA Data[Home] [Help]

APPS.BEN_CPI_UPD dependencies on HR_MULTI_MESSAGE

Line 1661: hr_multi_message.end_validation_set;

1657: (p_rec
1658: );
1659: --
1660: -- Call to raise any errors on multi-message list
1661: hr_multi_message.end_validation_set;
1662: --
1663: -- Call the supporting pre-update operation
1664: --
1665: ben_cpi_upd.pre_update(p_rec);

Line 1678: hr_multi_message.end_validation_set;

1674: (p_rec
1675: );
1676: --
1677: -- Call to raise any errors on multi-message list
1678: hr_multi_message.end_validation_set;
1679: End upd;
1680: --
1681: -- ----------------------------------------------------------------------------
1682: -- |---------------------------------< upd >----------------------------------|