DBA Data[Home] [Help]

APPS.HXC_ULP_INS dependencies on HXC_ULP_INS

Line 1: Package Body hxc_ulp_ins as

1: Package Body hxc_ulp_ins as
2: /* $Header: hxculprhi.pkb 120.2 2005/09/23 09:52:13 rchennur noship $ */
3: --
4: -- ----------------------------------------------------------------------------
5: -- | Private Global Definitions |

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

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

Line 301: hxc_ulp_ins.pre_insert(p_rec);

297: );
298: --
299: -- Call the supporting pre-insert operation
300: --
301: hxc_ulp_ins.pre_insert(p_rec);
302: --
303: -- Insert the row
304: --
305: hxc_ulp_ins.insert_dml(p_rec);

Line 305: hxc_ulp_ins.insert_dml(p_rec);

301: hxc_ulp_ins.pre_insert(p_rec);
302: --
303: -- Insert the row
304: --
305: hxc_ulp_ins.insert_dml(p_rec);
306: --
307: -- Call the supporting post-insert operation
308: --
309: hxc_ulp_ins.post_insert

Line 309: hxc_ulp_ins.post_insert

305: hxc_ulp_ins.insert_dml(p_rec);
306: --
307: -- Call the supporting post-insert operation
308: --
309: hxc_ulp_ins.post_insert
310: (p_rec
311: );
312: --
313: if g_debug then

Line 362: hxc_ulp_ins.ins

358: --
359: -- Having converted the arguments into the hxc_ulp_rec
360: -- plsql record structure we call the corresponding record business process.
361: --
362: hxc_ulp_ins.ins
363: (l_rec
364: );
365: --
366: -- As the primary key argument(s)

Line 377: end hxc_ulp_ins;

373: hr_utility.set_location(' Leaving:'||l_proc, 10);
374: end if;
375: End ins;
376: --
377: end hxc_ulp_ins;