DBA Data[Home] [Help]

APPS.HR_FTP_INS dependencies on HR_FTP_INS

Line 1: Package Body hr_ftp_ins as

1: Package Body hr_ftp_ins as
2: /* $Header: hrftprhi.pkb 115.3 2002/12/03 13:05:33 hjonnala noship $ */
3: --
4: -- ----------------------------------------------------------------------------
5: -- | Private Global Definitions |

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

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

Line 260: hr_ftp_ins.pre_insert(p_rec);

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

Line 264: hr_ftp_ins.insert_dml(p_rec);

260: hr_ftp_ins.pre_insert(p_rec);
261: --
262: -- Insert the row
263: --
264: hr_ftp_ins.insert_dml(p_rec);
265: --
266: -- Call the supporting post-insert operation
267: --
268: hr_ftp_ins.post_insert

Line 268: hr_ftp_ins.post_insert

264: hr_ftp_ins.insert_dml(p_rec);
265: --
266: -- Call the supporting post-insert operation
267: --
268: hr_ftp_ins.post_insert
269: (p_effective_date
270: ,p_rec
271: );
272: --

Line 311: hr_ftp_ins.ins

307: --
308: -- Having converted the arguments into the hr_ftp_rec
309: -- plsql record structure we call the corresponding record business process.
310: --
311: hr_ftp_ins.ins
312: (p_effective_date
313: ,l_rec
314: );
315: --

Line 325: end hr_ftp_ins;

321: --
322: hr_utility.set_location(' Leaving:'||l_proc, 10);
323: End ins;
324: --
325: end hr_ftp_ins;