DBA Data[Home] [Help]

APPS.HR_FIM_UPD dependencies on HR_FIM_UPD

Line 1: Package Body hr_fim_upd as

1: Package Body hr_fim_upd as
2: /* $Header: hrfimrhi.pkb 115.5 2002/12/03 11:18:58 hjonnala noship $ */
3: --
4: -- ----------------------------------------------------------------------------
5: -- | Private Global Definitions |

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

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

Line 392: hr_fim_upd.pre_update(p_rec);

388: );
389: --
390: -- Call the supporting pre-update operation
391: --
392: hr_fim_upd.pre_update(p_rec);
393: --
394: -- Update the row.
395: --
396: hr_fim_upd.update_dml(p_rec);

Line 396: hr_fim_upd.update_dml(p_rec);

392: hr_fim_upd.pre_update(p_rec);
393: --
394: -- Update the row.
395: --
396: hr_fim_upd.update_dml(p_rec);
397: --
398: -- Call the supporting post-update operation
399: --
400: hr_fim_upd.post_update

Line 400: hr_fim_upd.post_update

396: hr_fim_upd.update_dml(p_rec);
397: --
398: -- Call the supporting post-update operation
399: --
400: hr_fim_upd.post_update
401: (p_effective_date
402: ,p_rec
403: );
404: End upd;

Line 454: hr_fim_upd.upd

450: -- Having converted the arguments into the
451: -- plsql record structure we call the corresponding record
452: -- business process.
453: --
454: hr_fim_upd.upd
455: (p_effective_date
456: ,l_rec
457: );
458: p_object_version_number := l_rec.object_version_number;

Line 463: end hr_fim_upd;

459: --
460: hr_utility.set_location(' Leaving:'||l_proc, 10);
461: End upd;
462: --
463: end hr_fim_upd;