DBA Data[Home] [Help]

APPS.HR_ITL_INS dependencies on HR_ITL_INS

Line 1: Package Body hr_itl_ins as

1: Package Body hr_itl_ins as
2: /* $Header: hritlrhi.pkb 115.1 2004/04/05 07:21 menderby noship $ */
3: --
4: -- ----------------------------------------------------------------------------
5: -- | Private Global Definitions |

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

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

Line 254: hr_itl_ins.pre_insert

250: hr_multi_message.end_validation_set;
251: --
252: -- Call the supporting pre-insert operation
253: --
254: hr_itl_ins.pre_insert
255: (p_rec => p_rec
256: ,p_integration_id => p_integration_id
257: );
258: --

Line 261: hr_itl_ins.insert_dml(p_rec);

257: );
258: --
259: -- Insert the row
260: --
261: hr_itl_ins.insert_dml(p_rec);
262: --
263: -- Call the supporting post-insert operation
264: --
265: hr_itl_ins.post_insert

Line 265: hr_itl_ins.post_insert

261: hr_itl_ins.insert_dml(p_rec);
262: --
263: -- Call the supporting post-insert operation
264: --
265: hr_itl_ins.post_insert
266: (p_rec
267: );
268: --
269: -- Call to raise any errors on multi-message list

Line 307: hr_itl_ins.ins

303: --
304: -- Having converted the arguments into the hr_itl_rec
305: -- plsql record structure we call the corresponding record business process.
306: --
307: hr_itl_ins.ins
308: (p_rec => l_rec
309: ,p_integration_id => p_integration_id
310: );
311: --

Line 350: hr_itl_ins.ins

346: --
347: -- Insert a row for the base language and every installed language.
348: --
349: for l_lang in csr_ins_langs loop
350: hr_itl_ins.ins
351: (p_integration_id => p_integration_id
352: ,p_language => l_lang.language_code
353: ,p_source_lang => p_language_code
354: ,p_partner_name => p_partner_name

Line 362: end hr_itl_ins;

358: --
359: hr_utility.set_location('Leaving:'||l_proc,20);
360: End ins_tl;
361: --
362: end hr_itl_ins;