DBA Data[Home] [Help]

APPS.HXC_HAS_INS dependencies on HXC_HAS_INS

Line 1: Package Body hxc_has_ins as

1: Package Body hxc_has_ins as
2: /* $Header: hxchasrhi.pkb 120.5 2006/06/11 12:53:42 gsirigin noship $ */
3: --
4: -- ----------------------------------------------------------------------------
5: -- | Private Global Definitions |

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

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

Line 298: hxc_has_ins.pre_insert(p_rec);

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

Line 302: hxc_has_ins.insert_dml(p_rec);

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

Line 306: hxc_has_ins.post_insert

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

Line 359: hxc_has_ins.ins

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

Line 374: end hxc_has_ins;

370: hr_utility.set_location(' Leaving:'||l_proc, 10);
371: end if;
372: End ins;
373: --
374: end hxc_has_ins;