DBA Data[Home] [Help]

APPS.HR_WPT_INS dependencies on HR_WPT_INS

Line 1: Package Body hr_wpt_ins as

1: Package Body hr_wpt_ins as
2: /* $Header: hrwptrhi.pkb 120.1 2011/04/28 10:18:56 sidsaxen ship $ */
3: --
4: -- ----------------------------------------------------------------------------
5: -- | Private Global Definitions |

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

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

Line 263: hr_wpt_ins.pre_insert

259: );
260: --
261: -- Call the supporting pre-insert operation
262: --
263: hr_wpt_ins.pre_insert
264: (p_rec => p_rec
265: ,p_window_property_id => p_window_property_id
266: );
267: --

Line 270: hr_wpt_ins.insert_dml(p_rec);

266: );
267: --
268: -- Insert the row
269: --
270: hr_wpt_ins.insert_dml(p_rec);
271: --
272: -- Call the supporting post-insert operation
273: --
274: hr_wpt_ins.post_insert

Line 274: hr_wpt_ins.post_insert

270: hr_wpt_ins.insert_dml(p_rec);
271: --
272: -- Call the supporting post-insert operation
273: --
274: hr_wpt_ins.post_insert
275: (p_rec
276: );
277: --
278: hr_utility.set_location('Leaving:'||l_proc, 20);

Line 311: hr_wpt_ins.ins

307: --
308: -- Having converted the arguments into the hr_wpt_rec
309: -- plsql record structure we call the corresponding record business process.
310: --
311: hr_wpt_ins.ins
312: (p_rec => l_rec
313: ,p_window_property_id => p_window_property_id
314: );
315: --

Line 352: hr_wpt_ins.ins

348: --
349: -- Insert a row for the base language and every installed language.
350: --
351: for l_lang in csr_ins_langs loop
352: hr_wpt_ins.ins
353: (p_window_property_id => p_window_property_id
354: ,p_language => l_lang.language_code
355: ,p_source_lang => p_language_code
356: ,p_title => p_title

Line 363: end hr_wpt_ins;

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