DBA Data[Home] [Help]

APPS.HR_TWN_INS dependencies on HR_TWN_INS

Line 1: Package Body hr_twn_ins as

1: Package Body hr_twn_ins as
2: /* $Header: hrtwnrhi.pkb 120.1 2011/04/28 10:34:19 sidsaxen ship $ */
3: --
4: -- ----------------------------------------------------------------------------
5: -- | Private Global Definitions |

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

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

Line 269: hr_twn_ins.pre_insert(p_rec);

265: );
266: --
267: -- Call the supporting pre-insert operation
268: --
269: hr_twn_ins.pre_insert(p_rec);
270: --
271: -- Insert the row
272: --
273: hr_twn_ins.insert_dml(p_rec);

Line 273: hr_twn_ins.insert_dml(p_rec);

269: hr_twn_ins.pre_insert(p_rec);
270: --
271: -- Insert the row
272: --
273: hr_twn_ins.insert_dml(p_rec);
274: --
275: -- Call the supporting post-insert operation
276: --
277: hr_twn_ins.post_insert

Line 277: hr_twn_ins.post_insert

273: hr_twn_ins.insert_dml(p_rec);
274: --
275: -- Call the supporting post-insert operation
276: --
277: hr_twn_ins.post_insert
278: (p_rec
279: );
280: --
281: hr_utility.set_location('Leaving:'||l_proc, 20);

Line 314: hr_twn_ins.ins

310: --
311: -- Having converted the arguments into the hr_twn_rec
312: -- plsql record structure we call the corresponding record business process.
313: --
314: hr_twn_ins.ins
315: (l_rec
316: );
317: --
318: -- As the primary key argument(s)

Line 327: end hr_twn_ins;

323: --
324: hr_utility.set_location(' Leaving:'||l_proc, 10);
325: End ins;
326: --
327: end hr_twn_ins;