DBA Data[Home] [Help]

APPS.HR_TCN_INS dependencies on HR_TCN_INS

Line 1: Package Body hr_tcn_ins as

1: Package Body hr_tcn_ins as
2: /* $Header: hrtcnrhi.pkb 120.1 2011/04/28 12:06:24 sidsaxen ship $ */
3: --
4: -- ----------------------------------------------------------------------------
5: -- | Private Global Definitions |

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

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

Line 263: hr_tcn_ins.pre_insert(p_rec);

259: );
260: --
261: -- Call the supporting pre-insert operation
262: --
263: hr_tcn_ins.pre_insert(p_rec);
264: --
265: -- Insert the row
266: --
267: hr_tcn_ins.insert_dml(p_rec);

Line 267: hr_tcn_ins.insert_dml(p_rec);

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

Line 271: hr_tcn_ins.post_insert

267: hr_tcn_ins.insert_dml(p_rec);
268: --
269: -- Call the supporting post-insert operation
270: --
271: hr_tcn_ins.post_insert
272: (p_rec
273: );
274: --
275: hr_utility.set_location('Leaving:'||l_proc, 20);

Line 308: hr_tcn_ins.ins

304: --
305: -- Having converted the arguments into the hr_tcn_rec
306: -- plsql record structure we call the corresponding record business process.
307: --
308: hr_tcn_ins.ins
309: (l_rec
310: );
311: --
312: -- As the primary key argument(s)

Line 321: end hr_tcn_ins;

317: --
318: hr_utility.set_location(' Leaving:'||l_proc, 10);
319: End ins;
320: --
321: end hr_tcn_ins;