DBA Data[Home] [Help]

APPS.PAY_EST_INS dependencies on PAY_EST_INS

Line 1: Package Body pay_est_ins as

1: Package Body pay_est_ins as
2: /* $Header: pyestrhi.pkb 120.0 2005/09/27 03:38 shisriva noship $ */
3: --
4: -- ----------------------------------------------------------------------------
5: -- | Private Global Definitions |

Line 8: g_package varchar2(33) := ' pay_est_ins.'; -- Global package name

4: -- ----------------------------------------------------------------------------
5: -- | Private Global Definitions |
6: -- ----------------------------------------------------------------------------
7: --
8: g_package varchar2(33) := ' pay_est_ins.'; -- Global package name
9: --
10: -- ----------------------------------------------------------------------------
11: -- |------------------------------< insert_dml >------------------------------|
12: -- ----------------------------------------------------------------------------

Line 246: pay_est_ins.pre_insert

242: hr_multi_message.end_validation_set;
243: --
244: -- Call the supporting pre-insert operation
245: --
246: pay_est_ins.pre_insert
247: (p_rec => p_rec
248: ,p_element_set_id => p_element_set_id
249: );
250: --

Line 253: pay_est_ins.insert_dml(p_rec);

249: );
250: --
251: -- Insert the row
252: --
253: pay_est_ins.insert_dml(p_rec);
254: --
255: -- Call the supporting post-insert operation
256: --
257: pay_est_ins.post_insert

Line 257: pay_est_ins.post_insert

253: pay_est_ins.insert_dml(p_rec);
254: --
255: -- Call the supporting post-insert operation
256: --
257: pay_est_ins.post_insert
258: (p_rec
259: );
260: --
261: -- Call to raise any errors on multi-message list

Line 297: pay_est_ins.ins

293: --
294: -- Having converted the arguments into the pay_est_rec
295: -- plsql record structure we call the corresponding record business process.
296: --
297: pay_est_ins.ins
298: (p_rec => l_rec
299: ,p_element_set_id => p_element_set_id
300: );
301: --

Line 338: pay_est_ins.ins

334: --
335: -- Insert a row for the base language and every installed language.
336: --
337: for l_lang in csr_ins_langs loop
338: pay_est_ins.ins
339: (p_element_set_id => p_element_set_id
340: ,p_language => l_lang.language_code
341: ,p_source_lang => p_language_code
342: ,p_element_set_name => p_element_set_name

Line 349: end pay_est_ins;

345: --
346: hr_utility.set_location('Leaving:'||l_proc,20);
347: End ins_tl;
348: --
349: end pay_est_ins;