DBA Data[Home] [Help]

APPS.HXC_ULD_INS dependencies on HXC_ULD_INS

Line 1: Package Body hxc_uld_ins as

1: Package Body hxc_uld_ins as
2: /* $Header: hxculdrhi.pkb 120.2 2005/09/23 06:19:32 rchennur noship $ */
3: --
4: -- ----------------------------------------------------------------------------
5: -- | Private Global Definitions |

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

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

Line 285: hxc_uld_ins.pre_insert(p_rec);

281: );
282: --
283: -- Call the supporting pre-insert operation
284: --
285: hxc_uld_ins.pre_insert(p_rec);
286: --
287: -- Insert the row
288: --
289: hxc_uld_ins.insert_dml(p_rec);

Line 289: hxc_uld_ins.insert_dml(p_rec);

285: hxc_uld_ins.pre_insert(p_rec);
286: --
287: -- Insert the row
288: --
289: hxc_uld_ins.insert_dml(p_rec);
290: --
291: -- Call the supporting post-insert operation
292: --
293: hxc_uld_ins.post_insert

Line 293: hxc_uld_ins.post_insert

289: hxc_uld_ins.insert_dml(p_rec);
290: --
291: -- Call the supporting post-insert operation
292: --
293: hxc_uld_ins.post_insert
294: (p_rec
295: );
296: --
297: if g_debug then

Line 338: hxc_uld_ins.ins

334: --
335: -- Having converted the arguments into the hxc_uld_rec
336: -- plsql record structure we call the corresponding record business process.
337: --
338: hxc_uld_ins.ins
339: (l_rec
340: );
341: --
342: -- As the primary key argument(s)

Line 353: end hxc_uld_ins;

349: hr_utility.set_location(' Leaving:'||l_proc, 10);
350: end if;
351: End ins;
352: --
353: end hxc_uld_ins;