DBA Data[Home] [Help]

APPS.HR_FCN_INS dependencies on HR_FCN_INS

Line 1: Package Body hr_fcn_ins as

1: Package Body hr_fcn_ins as
2: /* $Header: hrfcnrhi.pkb 115.3 2002/12/03 10:18:31 hjonnala noship $ */
3: --
4: -- ----------------------------------------------------------------------------
5: -- | Private Global Definitions |

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

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

Line 256: hr_fcn_ins.pre_insert(p_rec);

252: );
253: --
254: -- Call the supporting pre-insert operation
255: --
256: hr_fcn_ins.pre_insert(p_rec);
257: --
258: -- Insert the row
259: --
260: hr_fcn_ins.insert_dml(p_rec);

Line 260: hr_fcn_ins.insert_dml(p_rec);

256: hr_fcn_ins.pre_insert(p_rec);
257: --
258: -- Insert the row
259: --
260: hr_fcn_ins.insert_dml(p_rec);
261: --
262: -- Call the supporting post-insert operation
263: --
264: hr_fcn_ins.post_insert

Line 264: hr_fcn_ins.post_insert

260: hr_fcn_ins.insert_dml(p_rec);
261: --
262: -- Call the supporting post-insert operation
263: --
264: hr_fcn_ins.post_insert
265: (p_effective_date
266: ,p_rec
267: );
268: --

Line 305: hr_fcn_ins.ins

301: --
302: -- Having converted the arguments into the hr_fcn_rec
303: -- plsql record structure we call the corresponding record business process.
304: --
305: hr_fcn_ins.ins
306: (p_effective_date
307: ,l_rec
308: );
309: --

Line 319: end hr_fcn_ins;

315: --
316: hr_utility.set_location(' Leaving:'||l_proc, 10);
317: End ins;
318: --
319: end hr_fcn_ins;