DBA Data[Home] [Help]

APPS.HR_TCP_INS dependencies on HR_TCP_INS

Line 1: Package Body hr_tcp_ins as

1: Package Body hr_tcp_ins as
2: /* $Header: hrtcprhi.pkb 120.1 2011/04/28 11:07:08 sidsaxen ship $ */
3: --
4: -- ----------------------------------------------------------------------------
5: -- | Private Global Definitions |

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

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

Line 267: hr_tcp_ins.pre_insert(p_rec);

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

Line 271: hr_tcp_ins.insert_dml(p_rec);

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

Line 275: hr_tcp_ins.post_insert

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

Line 312: hr_tcp_ins.ins

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

Line 325: end hr_tcp_ins;

321: --
322: hr_utility.set_location(' Leaving:'||l_proc, 10);
323: End ins;
324: --
325: end hr_tcp_ins;