DBA Data[Home] [Help]

APPS.HXC_HRP_INS dependencies on HXC_HRP_INS

Line 1: Package Body hxc_hrp_ins as

1: Package Body hxc_hrp_ins as
2: /* $Header: hxchrprhi.pkb 120.2 2005/09/23 10:43:21 sechandr noship $ */
3: --
4: -- ----------------------------------------------------------------------------
5: -- | Private Global Definitions |

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

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

Line 294: hxc_hrp_ins.pre_insert(p_rec);

290: );
291: --
292: -- Call the supporting pre-insert operation
293: --
294: hxc_hrp_ins.pre_insert(p_rec);
295: --
296: -- Insert the row
297: --
298: hxc_hrp_ins.insert_dml(p_rec);

Line 298: hxc_hrp_ins.insert_dml(p_rec);

294: hxc_hrp_ins.pre_insert(p_rec);
295: --
296: -- Insert the row
297: --
298: hxc_hrp_ins.insert_dml(p_rec);
299: --
300: -- Call the supporting post-insert operation
301: --
302: hxc_hrp_ins.post_insert

Line 302: hxc_hrp_ins.post_insert

298: hxc_hrp_ins.insert_dml(p_rec);
299: --
300: -- Call the supporting post-insert operation
301: --
302: hxc_hrp_ins.post_insert
303: (p_effective_date
304: ,p_rec
305: );
306: --

Line 353: hxc_hrp_ins.ins

349: --
350: -- Having converted the arguments into the hxc_hrp_rec
351: -- plsql record structure we call the corresponding record business process.
352: --
353: hxc_hrp_ins.ins
354: (p_effective_date
355: ,l_rec
356: );
357: --

Line 369: end hxc_hrp_ins;

365: hr_utility.set_location(' Leaving:'||l_proc, 10);
366: end if;
367: End ins;
368: --
369: end hxc_hrp_ins;