DBA Data[Home] [Help]

APPS.HR_FSC_INS dependencies on HR_FSC_INS

Line 1: Package Body hr_fsc_ins as

1: Package Body hr_fsc_ins as
2: /* $Header: hrfscrhi.pkb 115.4 2002/12/03 12:56:30 hjonnala noship $ */
3: --
4: -- ----------------------------------------------------------------------------
5: -- | Private Global Definitions |

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

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

Line 248: hr_fsc_ins.pre_insert(p_rec);

244: );
245: --
246: -- Call the supporting pre-insert operation
247: --
248: hr_fsc_ins.pre_insert(p_rec);
249: --
250: -- Insert the row
251: --
252: hr_fsc_ins.insert_dml(p_rec);

Line 252: hr_fsc_ins.insert_dml(p_rec);

248: hr_fsc_ins.pre_insert(p_rec);
249: --
250: -- Insert the row
251: --
252: hr_fsc_ins.insert_dml(p_rec);
253: --
254: -- Call the supporting post-insert operation
255: --
256: hr_fsc_ins.post_insert

Line 256: hr_fsc_ins.post_insert

252: hr_fsc_ins.insert_dml(p_rec);
253: --
254: -- Call the supporting post-insert operation
255: --
256: hr_fsc_ins.post_insert
257: (p_rec
258: );
259: --
260: hr_utility.set_location('Leaving:'||l_proc, 20);

Line 293: hr_fsc_ins.ins

289: --
290: -- Having converted the arguments into the hr_fsc_rec
291: -- plsql record structure we call the corresponding record business process.
292: --
293: hr_fsc_ins.ins
294: (l_rec
295: );
296: --
297: -- As the primary key argument(s)

Line 306: end hr_fsc_ins;

302: --
303: hr_utility.set_location(' Leaving:'||l_proc, 10);
304: End ins;
305: --
306: end hr_fsc_ins;