DBA Data[Home] [Help]

APPS.HR_TIC_INS dependencies on HR_TIC_INS

Line 1: Package Body hr_tic_ins as

1: Package Body hr_tic_ins as
2: /* $Header: hrticrhi.pkb 120.1 2011/04/28 10:57:06 sidsaxen ship $ */
3: --
4: -- ----------------------------------------------------------------------------
5: -- | Private Global Definitions |

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

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

Line 267: hr_tic_ins.pre_insert(p_rec);

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

Line 271: hr_tic_ins.insert_dml(p_rec);

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

Line 275: hr_tic_ins.post_insert

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

Line 314: hr_tic_ins.ins

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

Line 327: end hr_tic_ins;

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