DBA Data[Home] [Help]

APPS.PER_ENV_UPD dependencies on PER_ENV_UPD

Line 1: Package Body per_env_upd as

1: Package Body per_env_upd as
2: /* $Header: peenvrhi.pkb 120.1 2005/08/04 03:23:12 vegopala noship $ */
3: --
4: -- ----------------------------------------------------------------------------
5: -- | Private Global Definitions |

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

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

Line 353: per_env_upd.pre_update(p_rec);

349: hr_multi_message.end_validation_set;
350: --
351: -- Call the supporting pre-update operation
352: --
353: per_env_upd.pre_update(p_rec);
354: --
355: -- Update the row.
356: --
357: per_env_upd.update_dml(p_rec);

Line 357: per_env_upd.update_dml(p_rec);

353: per_env_upd.pre_update(p_rec);
354: --
355: -- Update the row.
356: --
357: per_env_upd.update_dml(p_rec);
358: --
359: -- Call the supporting post-update operation
360: --
361: per_env_upd.post_update

Line 361: per_env_upd.post_update

357: per_env_upd.update_dml(p_rec);
358: --
359: -- Call the supporting post-update operation
360: --
361: per_env_upd.post_update
362: (p_effective_date
363: ,p_rec
364: );
365: --

Line 412: per_env_upd.upd

408: -- Having converted the arguments into the
409: -- plsql record structure we call the corresponding record
410: -- business process.
411: --
412: per_env_upd.upd
413: (p_effective_date
414: ,l_rec
415: );
416: p_object_version_number := l_rec.object_version_number;

Line 421: end per_env_upd;

417: --
418: hr_utility.set_location(' Leaving:'||l_proc, 10);
419: End upd;
420: --
421: end per_env_upd;