DBA Data[Home] [Help]

APPS.PER_STC_UPD dependencies on PER_STC_UPD

Line 1: Package Body per_stc_upd as

1: Package Body per_stc_upd as
2: /* $Header: pestcrhi.pkb 120.1 2005/08/29 11:48:34 ndorai noship $ */
3: --
4: -- ----------------------------------------------------------------------------
5: -- | Private Global Definitions |

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

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

Line 350: per_stc_upd.pre_update(p_rec);

346: hr_multi_message.end_validation_set;
347: --
348: -- Call the supporting pre-update operation
349: --
350: per_stc_upd.pre_update(p_rec);
351: --
352: -- Update the row.
353: --
354: per_stc_upd.update_dml(p_rec);

Line 354: per_stc_upd.update_dml(p_rec);

350: per_stc_upd.pre_update(p_rec);
351: --
352: -- Update the row.
353: --
354: per_stc_upd.update_dml(p_rec);
355: --
356: -- Call the supporting post-update operation
357: --
358: per_stc_upd.post_update

Line 358: per_stc_upd.post_update

354: per_stc_upd.update_dml(p_rec);
355: --
356: -- Call the supporting post-update operation
357: --
358: per_stc_upd.post_update
359: (p_effective_date
360: ,p_rec
361: );
362: --

Line 407: per_stc_upd.upd

403: -- Having converted the arguments into the
404: -- plsql record structure we call the corresponding record
405: -- business process.
406: --
407: per_stc_upd.upd
408: (p_effective_date
409: ,l_rec
410: );
411: p_object_version_number := l_rec.object_version_number;

Line 416: end per_stc_upd;

412: --
413: hr_utility.set_location(' Leaving:'||l_proc, 10);
414: End upd;
415: --
416: end per_stc_upd;