DBA Data[Home] [Help]

APPS.HR_HTL_INS dependencies on HR_HTL_INS

Line 1: Package Body hr_htl_ins as

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

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

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

Line 251: hr_htl_ins.pre_insert

247: hr_multi_message.end_validation_set;
248: --
249: -- Call the supporting pre-insert operation
250: --
251: hr_htl_ins.pre_insert
252: (p_rec => p_rec
253: ,p_hierarchy_id => p_hierarchy_id
254: );
255: --

Line 258: hr_htl_ins.insert_dml(p_rec);

254: );
255: --
256: -- Insert the row
257: --
258: hr_htl_ins.insert_dml(p_rec);
259: --
260: -- Call the supporting post-insert operation
261: --
262: hr_htl_ins.post_insert

Line 262: hr_htl_ins.post_insert

258: hr_htl_ins.insert_dml(p_rec);
259: --
260: -- Call the supporting post-insert operation
261: --
262: hr_htl_ins.post_insert
263: (p_rec
264: );
265: --
266: -- Call to raise any errors on multi-message list

Line 304: hr_htl_ins.ins

300: --
301: -- Having converted the arguments into the hr_htl_rec
302: -- plsql record structure we call the corresponding record business process.
303: --
304: hr_htl_ins.ins
305: (p_rec => l_rec
306: ,p_hierarchy_id => p_hierarchy_id
307: );
308: --

Line 347: hr_htl_ins.ins

343: --
344: -- Insert a row for the base language and every installed language.
345: --
346: for l_lang in csr_ins_langs loop
347: hr_htl_ins.ins
348: (p_hierarchy_id => p_hierarchy_id
349: ,p_language => l_lang.language_code
350: ,p_source_lang => p_language_code
351: ,p_name => p_name

Line 359: end hr_htl_ins;

355: --
356: hr_utility.set_location('Leaving:'||l_proc,20);
357: End ins_tl;
358: --
359: end hr_htl_ins;