DBA Data[Home] [Help]

APPS.HXC_ULQ_INS dependencies on HXC_ULQ_INS

Line 1: Package Body hxc_ulq_ins as

1: Package Body hxc_ulq_ins as
2: /* $Header: hxculqrhi.pkb 120.2 2005/09/23 06:26:40 rchennur noship $ */
3: --
4: -- ----------------------------------------------------------------------------
5: -- | Private Global Definitions |

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

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

Line 405: hxc_ulq_ins.pre_insert(p_rec);

401: );
402: --
403: -- Call the supporting pre-insert operation
404: --
405: hxc_ulq_ins.pre_insert(p_rec);
406: --
407: -- Insert the row
408: --
409: hxc_ulq_ins.insert_dml(p_rec);

Line 409: hxc_ulq_ins.insert_dml(p_rec);

405: hxc_ulq_ins.pre_insert(p_rec);
406: --
407: -- Insert the row
408: --
409: hxc_ulq_ins.insert_dml(p_rec);
410: --
411: -- Call the supporting post-insert operation
412: --
413: hxc_ulq_ins.post_insert

Line 413: hxc_ulq_ins.post_insert

409: hxc_ulq_ins.insert_dml(p_rec);
410: --
411: -- Call the supporting post-insert operation
412: --
413: hxc_ulq_ins.post_insert
414: (p_rec
415: );
416: --
417: if g_debug then

Line 518: hxc_ulq_ins.ins

514: --
515: -- Having converted the arguments into the hxc_ulq_rec
516: -- plsql record structure we call the corresponding record business process.
517: --
518: hxc_ulq_ins.ins
519: (l_rec
520: );
521: --
522: -- As the primary key argument(s)

Line 533: end hxc_ulq_ins;

529: hr_utility.set_location(' Leaving:'||l_proc, 10);
530: end if;
531: End ins;
532: --
533: end hxc_ulq_ins;