DBA Data[Home] [Help]

APPS.HXC_DRU_INS dependencies on HXC_DRU_INS

Line 1: Package Body hxc_dru_ins as

1: Package Body hxc_dru_ins as
2: /* $Header: hxcdrurhi.pkb 120.2 2005/09/23 08:07:21 sechandr noship $ */
3: --
4: -- ----------------------------------------------------------------------------
5: -- | Private Global Definitions |

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

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

Line 287: hxc_dru_ins.pre_insert(p_rec);

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

Line 291: hxc_dru_ins.insert_dml(p_rec);

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

Line 295: hxc_dru_ins.post_insert

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

Line 342: hxc_dru_ins.ins

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

Line 358: end hxc_dru_ins;

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