DBA Data[Home] [Help]

APPS.PAY_RFT_INS dependencies on HR_MULTI_MESSAGE

Line 221: hr_multi_message.end_validation_set;

217: (p_rec
218: );
219: --
220: -- Call to raise any errors on multi-message list
221: hr_multi_message.end_validation_set;
222: --
223: -- Call the supporting pre-insert operation
224: --
225: pay_rft_ins.pre_insert

Line 241: hr_multi_message.end_validation_set;

237: (p_rec
238: );
239: --
240: -- Call to raise any errors on multi-message list
241: hr_multi_message.end_validation_set;
242: --
243: hr_utility.set_location('Leaving:'||l_proc, 20);
244: end ins;
245: --