DBA Data[Home] [Help]

APPS.HXC_RTR_INS dependencies on HXC_RTR_INS

Line 1: Package Body hxc_rtr_ins as

1: Package Body hxc_rtr_ins as
2: /* $Header: hxcrtrrhi.pkb 120.2 2005/09/23 08:54:01 nissharm noship $ */
3: --
4: -- ----------------------------------------------------------------------------
5: -- | Private Global Definitions |

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

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

Line 290: hxc_rtr_ins.pre_insert(p_rec);

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

Line 294: hxc_rtr_ins.insert_dml(p_rec);

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

Line 298: hxc_rtr_ins.post_insert

294: hxc_rtr_ins.insert_dml(p_rec);
295: --
296: -- Call the supporting post-insert operation
297: --
298: hxc_rtr_ins.post_insert
299: (p_effective_date
300: ,p_rec
301: );
302: --

Line 344: hxc_rtr_ins.ins

340: --
341: -- Having converted the arguments into the hxc_rtr_rec
342: -- plsql record structure we call the corresponding record business process.
343: --
344: hxc_rtr_ins.ins
345: (p_effective_date
346: ,l_rec
347: );
348: --

Line 360: end hxc_rtr_ins;

356: hr_utility.set_location(' Leaving:'||l_proc, 10);
357: end if;
358: End ins;
359: --
360: end hxc_rtr_ins;