DBA Data[Home] [Help]

APPS.HR_TIP_INS dependencies on HR_TIP_INS

Line 1: Package Body hr_tip_ins as

1: Package Body hr_tip_ins as
2: /* $Header: hrtiprhi.pkb 120.1 2011/04/28 10:49:21 sidsaxen ship $ */
3: --
4: -- ----------------------------------------------------------------------------
5: -- | Private Global Definitions |

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

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

Line 270: hr_tip_ins.pre_insert(p_rec);

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

Line 274: hr_tip_ins.insert_dml(p_rec);

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

Line 278: hr_tip_ins.post_insert

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

Line 315: hr_tip_ins.ins

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

Line 328: end hr_tip_ins;

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