DBA Data[Home] [Help]

APPS.HXC_ULC_INS dependencies on HXC_ULC_INS

Line 1: Package Body hxc_ulc_ins as

1: Package Body hxc_ulc_ins as
2: /* $Header: hxculcrhi.pkb 120.2 2005/09/23 06:07:43 rchennur noship $ */
3: --
4: -- ----------------------------------------------------------------------------
5: -- | Private Global Definitions |

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

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

Line 346: hxc_ulc_ins.pre_insert(p_rec);

342: );
343: --
344: -- Call the supporting pre-insert operation
345: --
346: hxc_ulc_ins.pre_insert(p_rec);
347: --
348: -- Insert the row
349: --
350: hxc_ulc_ins.insert_dml(p_rec);

Line 350: hxc_ulc_ins.insert_dml(p_rec);

346: hxc_ulc_ins.pre_insert(p_rec);
347: --
348: -- Insert the row
349: --
350: hxc_ulc_ins.insert_dml(p_rec);
351: --
352: -- Call the supporting post-insert operation
353: --
354: hxc_ulc_ins.post_insert

Line 354: hxc_ulc_ins.post_insert

350: hxc_ulc_ins.insert_dml(p_rec);
351: --
352: -- Call the supporting post-insert operation
353: --
354: hxc_ulc_ins.post_insert
355: (p_rec
356: );
357: --
358: if g_debug then

Line 429: hxc_ulc_ins.ins

425: --
426: -- Having converted the arguments into the hxc_ulc_rec
427: -- plsql record structure we call the corresponding record business process.
428: --
429: hxc_ulc_ins.ins
430: (l_rec
431: );
432: --
433: -- As the primary key argument(s)

Line 444: end hxc_ulc_ins;

440: hr_utility.set_location(' Leaving:'||l_proc, 10);
441: end if;
442: End ins;
443: --
444: end hxc_ulc_ins;