DBA Data[Home] [Help]

APPS.HXC_MCU_INS dependencies on HXC_MCU_INS

Line 1: Package Body hxc_mcu_ins as

1: Package Body hxc_mcu_ins as
2: /* $Header: hxcmcurhi.pkb 120.2 2005/09/23 08:44:11 nissharm noship $ */
3: --
4: -- ----------------------------------------------------------------------------
5: -- | Private Global Definitions |

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

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

Line 287: hxc_mcu_ins.pre_insert(p_rec);

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

Line 291: hxc_mcu_ins.insert_dml(p_rec);

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

Line 295: hxc_mcu_ins.post_insert

291: hxc_mcu_ins.insert_dml(p_rec);
292: --
293: -- Call the supporting post-insert operation
294: --
295: hxc_mcu_ins.post_insert
296: (p_rec
297: );
298: --
299: if g_debug then

Line 339: hxc_mcu_ins.ins

335: --
336: -- Having converted the arguments into the hxc_mcu_rec
337: -- plsql record structure we call the corresponding record business process.
338: --
339: hxc_mcu_ins.ins
340: (l_rec
341: );
342: --
343: -- As the primary key argument(s)

Line 354: end hxc_mcu_ins;

350: hr_utility.set_location(' Leaving:'||l_proc, 10);
351: end if;
352: End ins;
353: --
354: end hxc_mcu_ins;