DBA Data[Home] [Help]

APPS.HXC_TCC_INS dependencies on HXC_TCC_INS

Line 1: Package Body hxc_tcc_ins as

1: Package Body hxc_tcc_ins as
2: /* $Header: hxctccrhi.pkb 120.3 2006/07/07 06:27:47 gsirigin noship $ */
3: --
4: -- ----------------------------------------------------------------------------
5: -- | Private Global Definitions |

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

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

Line 312: hxc_tcc_ins.pre_insert(p_rec);

308: );
309: --
310: -- Call the supporting pre-insert operation
311: --
312: hxc_tcc_ins.pre_insert(p_rec);
313: --
314: -- Insert the row
315: --
316: hxc_tcc_ins.insert_dml(p_rec);

Line 316: hxc_tcc_ins.insert_dml(p_rec);

312: hxc_tcc_ins.pre_insert(p_rec);
313: --
314: -- Insert the row
315: --
316: hxc_tcc_ins.insert_dml(p_rec);
317: --
318: -- Call the supporting post-insert operation
319: --
320: hxc_tcc_ins.post_insert

Line 320: hxc_tcc_ins.post_insert

316: hxc_tcc_ins.insert_dml(p_rec);
317: --
318: -- Call the supporting post-insert operation
319: --
320: hxc_tcc_ins.post_insert
321: (p_rec
322: );
323:
324: IF ( p_rec.type IN ( 'AN', 'MC_VS' ) )

Line 388: hxc_tcc_ins.ins

384:
385: -- Having converted the arguments into the hxc_tcc_rec
386: -- plsql record structure we call the corresponding record business process.
387: --
388: hxc_tcc_ins.ins
389: (l_rec
390: );
391: --
392: -- As the primary key argument(s)

Line 403: end hxc_tcc_ins;

399: hr_utility.set_location(' Leaving:'||l_proc, 10);
400: end if;
401: End ins;
402: --
403: end hxc_tcc_ins;