DBA Data[Home] [Help]

APPS.HXC_HAC_INS dependencies on HXC_HAC_INS

Line 1: Package Body hxc_hac_ins as

1: Package Body hxc_hac_ins as
2: /* $Header: hxchacrhi.pkb 120.4 2006/06/13 08:42:23 gsirigin noship $ */
3: --
4: -- ----------------------------------------------------------------------------
5: -- | Private Global Definitions |

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

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

Line 333: hxc_hac_ins.pre_insert(p_rec);

329: );
330: --
331: -- Call the supporting pre-insert operation
332: --
333: hxc_hac_ins.pre_insert(p_rec);
334: --
335: -- Insert the row
336: --
337: hxc_hac_ins.insert_dml(p_rec);

Line 337: hxc_hac_ins.insert_dml(p_rec);

333: hxc_hac_ins.pre_insert(p_rec);
334: --
335: -- Insert the row
336: --
337: hxc_hac_ins.insert_dml(p_rec);
338: --
339: -- Call the supporting post-insert operation
340: --
341: hxc_hac_ins.post_insert

Line 341: hxc_hac_ins.post_insert

337: hxc_hac_ins.insert_dml(p_rec);
338: --
339: -- Call the supporting post-insert operation
340: --
341: hxc_hac_ins.post_insert
342: (p_effective_date
343: ,p_rec
344: );
345: --

Line 408: hxc_hac_ins.ins

404: --
405: -- Having converted the arguments into the hxc_hac_rec
406: -- plsql record structure we call the corresponding record business process.
407: --
408: hxc_hac_ins.ins
409: (p_effective_date
410: ,l_rec
411: );
412: --

Line 424: end hxc_hac_ins;

420: hr_utility.set_location(' Leaving:'||l_proc, 10);
421: end if;
422: End ins;
423: --
424: end hxc_hac_ins;