DBA Data[Home] [Help]

APPS.HR_FGI_INS dependencies on HR_FGI_INS

Line 1: Package Body hr_fgi_ins as

1: Package Body hr_fgi_ins as
2: /* $Header: hrfgirhi.pkb 115.3 2002/12/03 11:02:49 hjonnala noship $ */
3: --
4: -- ----------------------------------------------------------------------------
5: -- | Private Global Definitions |

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

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

Line 248: hr_fgi_ins.pre_insert(p_rec);

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

Line 252: hr_fgi_ins.insert_dml(p_rec);

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

Line 256: hr_fgi_ins.post_insert

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

Line 293: hr_fgi_ins.ins

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

Line 306: end hr_fgi_ins;

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