DBA Data[Home] [Help]

APPS.HXC_HRT_INS dependencies on HXC_HRT_INS

Line 1: Package Body hxc_hrt_ins as

1: Package Body hxc_hrt_ins as
2: /* $Header: hxchrtrhi.pkb 120.2 2005/09/23 10:44:26 sechandr noship $ */
3: --
4: -- ----------------------------------------------------------------------------
5: -- | Private Global Definitions |

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

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

Line 286: hxc_hrt_ins.pre_insert(p_rec);

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

Line 290: hxc_hrt_ins.insert_dml(p_rec);

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

Line 294: hxc_hrt_ins.post_insert

290: hxc_hrt_ins.insert_dml(p_rec);
291: --
292: -- Call the supporting post-insert operation
293: --
294: hxc_hrt_ins.post_insert
295: (p_effective_date
296: ,p_rec
297: );
298: --

Line 341: hxc_hrt_ins.ins

337: --
338: -- Having converted the arguments into the hxc_hrt_rec
339: -- plsql record structure we call the corresponding record business process.
340: --
341: hxc_hrt_ins.ins
342: (p_effective_date
343: ,l_rec
344: );
345: --

Line 357: end hxc_hrt_ins;

353: hr_utility.set_location(' Leaving:'||l_proc, 10);
354: end if;
355: End ins;
356: --
357: end hxc_hrt_ins;