DBA Data[Home] [Help]

APPS.HXC_TKGQ_INS dependencies on HXC_TKGQ_INS

Line 1: Package body hxc_tkgq_ins as

1: Package body hxc_tkgq_ins as
2: /* $Header: hxctkgqrhi.pkb 120.2 2005/09/23 09:33:26 rchennur noship $ */
3: --
4: g_package varchar2(33) := ' hxc_tkgq_ins.'; -- Global package name
5: g_debug boolean := hr_utility.debug_enabled;

Line 4: g_package varchar2(33) := ' hxc_tkgq_ins.'; -- Global package name

1: Package body hxc_tkgq_ins as
2: /* $Header: hxctkgqrhi.pkb 120.2 2005/09/23 09:33:26 rchennur noship $ */
3: --
4: g_package varchar2(33) := ' hxc_tkgq_ins.'; -- Global package name
5: g_debug boolean := hr_utility.debug_enabled;
6: -- ----------------------------------------------------------------------------
7: -- |------------------------------< insert_dml >------------------------------|
8: -- ----------------------------------------------------------------------------

Line 316: hxc_tkgq_ins.pre_insert(p_rec);

312: );
313: --
314: -- Call the supporting pre-insert operation
315: --
316: hxc_tkgq_ins.pre_insert(p_rec);
317: --
318: -- Insert the row
319: --
320: hxc_tkgq_ins.insert_dml(p_rec);

Line 320: hxc_tkgq_ins.insert_dml(p_rec);

316: hxc_tkgq_ins.pre_insert(p_rec);
317: --
318: -- Insert the row
319: --
320: hxc_tkgq_ins.insert_dml(p_rec);
321: --
322: -- Call the supporting post-insert operation
323: --
324: hxc_tkgq_ins.post_insert

Line 324: hxc_tkgq_ins.post_insert

320: hxc_tkgq_ins.insert_dml(p_rec);
321: --
322: -- Call the supporting post-insert operation
323: --
324: hxc_tkgq_ins.post_insert
325: (p_rec
326: );
327: --
328: if g_debug then

Line 403: hxc_tkgq_ins.ins

399: --
400: -- Having converted the arguments into the hxc_tkgq_rec
401: -- plsql record structure we call the corresponding record business process.
402: --
403: hxc_tkgq_ins.ins
404: (l_rec
405: );
406: --
407: -- As the primary key argument(s)

Line 418: end hxc_tkgq_ins;

414: hr_utility.set_location(' Leaving:'||l_proc, 10);
415: end if;
416: End ins;
417: --
418: end hxc_tkgq_ins;