DBA Data[Home] [Help]

APPS.HR_TIM_INS dependencies on HR_TIM_INS

Line 1: Package Body hr_tim_ins as

1: Package Body hr_tim_ins as
2: /* $Header: hrtimrhi.pkb 120.1 2011/04/28 10:55:47 sidsaxen ship $ */
3: --
4: -- ----------------------------------------------------------------------------
5: -- | Private Global Definitions |

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

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

Line 276: hr_tim_ins.pre_insert(p_rec);

272: );
273: --
274: -- Call the supporting pre-insert operation
275: --
276: hr_tim_ins.pre_insert(p_rec);
277: --
278: -- Insert the row
279: --
280: hr_tim_ins.insert_dml(p_rec);

Line 280: hr_tim_ins.insert_dml(p_rec);

276: hr_tim_ins.pre_insert(p_rec);
277: --
278: -- Insert the row
279: --
280: hr_tim_ins.insert_dml(p_rec);
281: --
282: -- Call the supporting post-insert operation
283: --
284: hr_tim_ins.post_insert

Line 284: hr_tim_ins.post_insert

280: hr_tim_ins.insert_dml(p_rec);
281: --
282: -- Call the supporting post-insert operation
283: --
284: hr_tim_ins.post_insert
285: (p_rec
286: );
287: --
288: hr_utility.set_location('Leaving:'||l_proc, 20);

Line 321: hr_tim_ins.ins

317: --
318: -- Having converted the arguments into the hr_tim_rec
319: -- plsql record structure we call the corresponding record business process.
320: --
321: hr_tim_ins.ins
322: (l_rec
323: );
324: --
325: -- As the primary key argument(s)

Line 334: end hr_tim_ins;

330: --
331: hr_utility.set_location(' Leaving:'||l_proc, 10);
332: End ins;
333: --
334: end hr_tim_ins;