DBA Data[Home] [Help]

APPS.BEN_CPI_INS dependencies on HR_MULTI_MESSAGE

Line 967: hr_multi_message.end_validation_set;

963: (p_rec
964: );
965: --
966: -- Call to raise any errors on multi-message list
967: hr_multi_message.end_validation_set;
968: --
969: -- Call the supporting pre-insert operation
970: --
971: ben_cpi_ins.pre_insert(p_rec);

Line 984: hr_multi_message.end_validation_set;

980: (p_rec
981: );
982: --
983: -- Call to raise any errors on multi-message list
984: hr_multi_message.end_validation_set;
985: --
986: if g_debug then
987: hr_utility.set_location('Leaving:'||l_proc, 20);
988: end if;