DBA Data[Home] [Help]

APPS.HXC_TKG_INS dependencies on HXC_TKG_INS

Line 1: Package Body hxc_tkg_ins as

1: Package Body hxc_tkg_ins as
2: /* $Header: hxctkgrhi.pkb 120.2 2005/09/23 05:28:58 rchennur noship $ */
3: --
4: -- ----------------------------------------------------------------------------
5: -- | Private Global Definitions |

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

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

Line 279: hxc_tkg_ins.pre_insert(p_rec);

275: );
276: --
277: -- Call the supporting pre-insert operation
278: --
279: hxc_tkg_ins.pre_insert(p_rec);
280: --
281: -- Insert the row
282: --
283: hxc_tkg_ins.insert_dml(p_rec);

Line 283: hxc_tkg_ins.insert_dml(p_rec);

279: hxc_tkg_ins.pre_insert(p_rec);
280: --
281: -- Insert the row
282: --
283: hxc_tkg_ins.insert_dml(p_rec);
284: --
285: -- Call the supporting post-insert operation
286: --
287: hxc_tkg_ins.post_insert

Line 287: hxc_tkg_ins.post_insert

283: hxc_tkg_ins.insert_dml(p_rec);
284: --
285: -- Call the supporting post-insert operation
286: --
287: hxc_tkg_ins.post_insert
288: (p_rec
289: );
290: --
291: if g_debug then

Line 332: hxc_tkg_ins.ins

328: --
329: -- Having converted the arguments into the hxc_tkg_rec
330: -- plsql record structure we call the corresponding record business process.
331: --
332: hxc_tkg_ins.ins
333: (l_rec
334: );
335: --
336: -- As the primary key argument(s)

Line 347: end hxc_tkg_ins;

343: hr_utility.set_location(' Leaving:'||l_proc, 10);
344: end if;
345: End ins;
346: --
347: end hxc_tkg_ins;