DBA Data[Home] [Help]

APPS.HR_FTP_UPD dependencies on HR_FTP_UPD

Line 1: Package Body hr_ftp_upd as

1: Package Body hr_ftp_upd 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_upd.'; -- Global package name

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

Line 338: hr_ftp_upd.pre_update(p_rec);

334: );
335: --
336: -- Call the supporting pre-update operation
337: --
338: hr_ftp_upd.pre_update(p_rec);
339: --
340: -- Update the row.
341: --
342: hr_ftp_upd.update_dml(p_rec);

Line 342: hr_ftp_upd.update_dml(p_rec);

338: hr_ftp_upd.pre_update(p_rec);
339: --
340: -- Update the row.
341: --
342: hr_ftp_upd.update_dml(p_rec);
343: --
344: -- Call the supporting post-update operation
345: --
346: hr_ftp_upd.post_update

Line 346: hr_ftp_upd.post_update

342: hr_ftp_upd.update_dml(p_rec);
343: --
344: -- Call the supporting post-update operation
345: --
346: hr_ftp_upd.post_update
347: (p_effective_date
348: ,p_rec
349: );
350: End upd;

Line 388: hr_ftp_upd.upd

384: -- Having converted the arguments into the
385: -- plsql record structure we call the corresponding record
386: -- business process.
387: --
388: hr_ftp_upd.upd
389: (p_effective_date
390: ,l_rec
391: );
392: p_object_version_number := l_rec.object_version_number;

Line 397: end hr_ftp_upd;

393: --
394: hr_utility.set_location(' Leaving:'||l_proc, 10);
395: End upd;
396: --
397: end hr_ftp_upd;