DBA Data[Home] [Help]

APPS.HXC_HRR_INS dependencies on HXC_HRR_INS

Line 1: Package Body hxc_hrr_ins as

1: Package Body hxc_hrr_ins as
2: /* $Header: hxchrrrhi.pkb 120.3 2005/09/23 10:43:47 sechandr noship $ */
3: --
4: -- ----------------------------------------------------------------------------
5: -- | Private Global Definitions |

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

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

Line 312: hxc_hrr_ins.pre_insert(p_rec);

308: );
309: --
310: -- Call the supporting pre-insert operation
311: --
312: hxc_hrr_ins.pre_insert(p_rec);
313: --
314: -- Insert the row
315: --
316: hxc_hrr_ins.insert_dml(p_rec);

Line 316: hxc_hrr_ins.insert_dml(p_rec);

312: hxc_hrr_ins.pre_insert(p_rec);
313: --
314: -- Insert the row
315: --
316: hxc_hrr_ins.insert_dml(p_rec);
317: --
318: -- Call the supporting post-insert operation
319: --
320: hxc_hrr_ins.post_insert

Line 320: hxc_hrr_ins.post_insert

316: hxc_hrr_ins.insert_dml(p_rec);
317: --
318: -- Call the supporting post-insert operation
319: --
320: hxc_hrr_ins.post_insert
321: (p_effective_date
322: ,p_rec
323: );
324: --

Line 381: hxc_hrr_ins.ins

377: --
378: -- Having converted the arguments into the hxc_hrr_rec
379: -- plsql record structure we call the corresponding record business process.
380: --
381: hxc_hrr_ins.ins
382: (p_effective_date
383: ,l_rec
384: );
385: --

Line 397: end hxc_hrr_ins;

393: hr_utility.set_location(' Leaving:'||l_proc, 10);
394: end if;
395: End ins;
396: --
397: end hxc_hrr_ins;