DBA Data[Home] [Help]

APPS.PAY_URT_INS dependencies on PAY_URT_INS

Line 1: Package Body pay_urt_ins as

1: Package Body pay_urt_ins as
2: /* $Header: pyurtrhi.pkb 120.0 2005/05/29 09:13 appldev noship $ */
3: --
4: -- ----------------------------------------------------------------------------
5: -- | Private Global Definitions |

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

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

Line 246: pay_urt_ins.pre_insert

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

Line 253: pay_urt_ins.insert_dml(p_rec);

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

Line 257: --pay_urt_ins.post_insert(p_rec);

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

Line 295: pay_urt_ins.ins

291: --
292: -- Having converted the arguments into the pay_urt_rec
293: -- plsql record structure we call the corresponding record business process.
294: --
295: pay_urt_ins.ins
296: (p_rec => l_rec
297: ,p_user_row_id => p_user_row_id
298: );
299: --

Line 336: pay_urt_ins.ins

332: --
333: -- Insert a row for the base language and every installed language.
334: --
335: for l_lang in csr_ins_langs loop
336: pay_urt_ins.ins
337: (p_user_row_id => p_user_row_id
338: ,p_language => l_lang.language_code
339: ,p_source_lang => p_language_code
340: ,p_row_low_range_or_name => p_row_low_range_or_name

Line 347: end pay_urt_ins;

343: --
344: hr_utility.set_location('Leaving:'||l_proc,20);
345: End ins_tl;
346: --
347: end pay_urt_ins;