DBA Data[Home] [Help]

APPS.HXC_HAD_INS dependencies on HXC_HAD_INS

Line 1: Package Body hxc_had_ins as

1: Package Body hxc_had_ins as
2: /* $Header: hxchadrhi.pkb 120.2.12020000.2 2012/08/27 06:36:28 pravesk ship $ */
3: --
4: -- ----------------------------------------------------------------------------
5: -- | Private Global Definitions |

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

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

Line 296: hxc_had_ins.pre_insert(p_rec);

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

Line 300: hxc_had_ins.insert_dml(p_rec);

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

Line 304: hxc_had_ins.post_insert

300: hxc_had_ins.insert_dml(p_rec);
301: --
302: -- Call the supporting post-insert operation
303: --
304: hxc_had_ins.post_insert
305: (p_rec
306: );
307: --
308: if g_debug then

Line 358: hxc_had_ins.ins

354: --
355: -- Having converted the arguments into the hxc_had_rec
356: -- plsql record structure we call the corresponding record business process.
357: --
358: hxc_had_ins.ins
359: (l_rec
360: );
361: --
362: -- As the primary key argument(s)

Line 383: end hxc_had_ins;

379: hr_utility.set_location(' Leaving:'||l_proc, 10);
380: end if;
381: End ins;
382: --
383: end hxc_had_ins;