DBA Data[Home] [Help]

APPS.HXC_HTR_INS dependencies on HXC_HTR_INS

Line 1: Package Body hxc_htr_ins as

1: Package Body hxc_htr_ins as
2: /* $Header: hxchtrrhi.pkb 120.2 2005/09/23 07:45:11 nissharm noship $ */
3: --
4: -- ----------------------------------------------------------------------------
5: -- | Private Global Definitions |

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

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

Line 318: hxc_htr_ins.pre_insert(p_rec);

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

Line 322: hxc_htr_ins.insert_dml(p_rec);

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

Line 326: hxc_htr_ins.post_insert

322: hxc_htr_ins.insert_dml(p_rec);
323: --
324: -- Call the supporting post-insert operation
325: --
326: hxc_htr_ins.post_insert
327: (p_effective_date
328: ,p_rec
329: );
330: --

Line 386: hxc_htr_ins.ins

382: --
383: -- Having converted the arguments into the hxc_htr_rec
384: -- plsql record structure we call the corresponding record business process.
385: --
386: hxc_htr_ins.ins
387: (p_effective_date
388: ,l_rec
389: );
390: --

Line 402: end hxc_htr_ins;

398: hr_utility.set_location(' Leaving:'||l_proc, 10);
399: end if;
400: End ins;
401: --
402: end hxc_htr_ins;