DBA Data[Home] [Help]

APPS.HR_FDG_INS dependencies on HR_FDG_INS

Line 1: Package Body hr_fdg_ins as

1: Package Body hr_fdg_ins as
2: /* $Header: hrfdgrhi.pkb 115.4 2002/12/03 10:53:27 hjonnala noship $ */
3: --
4: -- ----------------------------------------------------------------------------
5: -- | Private Global Definitions |

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

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

Line 252: hr_fdg_ins.pre_insert(p_rec);

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

Line 256: hr_fdg_ins.insert_dml(p_rec);

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

Line 260: hr_fdg_ins.post_insert

256: hr_fdg_ins.insert_dml(p_rec);
257: --
258: -- Call the supporting post-insert operation
259: --
260: hr_fdg_ins.post_insert
261: (p_rec
262: );
263: --
264: hr_utility.set_location('Leaving:'||l_proc, 20);

Line 299: hr_fdg_ins.ins

295: --
296: -- Having converted the arguments into the hr_fdg_rec
297: -- plsql record structure we call the corresponding record business process.
298: --
299: hr_fdg_ins.ins
300: (l_rec
301: );
302: --
303: -- As the primary key argument(s)

Line 312: end hr_fdg_ins;

308: --
309: hr_utility.set_location(' Leaving:'||l_proc, 10);
310: End ins;
311: --
312: end hr_fdg_ins;