DBA Data[Home] [Help]

APPS.HXC_HTC_INS dependencies on HXC_HTC_INS

Line 1: Package Body hxc_htc_ins as

1: Package Body hxc_htc_ins as
2: /* $Header: hxchtcrhi.pkb 120.3 2007/10/19 11:54:08 anuthi noship $ */
3: --
4: -- ----------------------------------------------------------------------------
5: -- | Private Global Definitions |

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

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

Line 290: hxc_htc_ins.pre_insert(p_rec);

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

Line 294: hxc_htc_ins.insert_dml(p_rec);

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

Line 298: hxc_htc_ins.post_insert

294: hxc_htc_ins.insert_dml(p_rec);
295: --
296: -- Call the supporting post-insert operation
297: --
298: hxc_htc_ins.post_insert
299: (p_rec
300: );
301: --
302: if g_debug then

Line 347: hxc_htc_ins.ins

343: --
344: -- Having converted the arguments into the hxc_htc_rec
345: -- plsql record structure we call the corresponding record business process.
346: --
347: hxc_htc_ins.ins
348: (l_rec
349: );
350: --
351: -- As the primary key argument(s)

Line 362: end hxc_htc_ins;

358: hr_utility.set_location(' Leaving:'||l_proc, 10);
359: end if;
360: End ins;
361: --
362: end hxc_htc_ins;