DBA Data[Home] [Help]

APPS.PER_PSV_UPD dependencies on PER_PSV_UPD

Line 1: Package Body per_psv_upd as

1: Package Body per_psv_upd as
2: /* $Header: pepsvrhi.pkb 115.7 2002/12/05 09:55:22 eumenyio noship $ */
3: --
4: -- ----------------------------------------------------------------------------
5: -- | Private Global Definitions |

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

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

Line 394: per_psv_upd.pre_update(p_rec);

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

Line 398: per_psv_upd.update_dml(p_rec);

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

Line 402: per_psv_upd.post_update

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

Line 456: per_psv_upd.upd

452: -- Having converted the arguments into the
453: -- plsql record structure we call the corresponding record
454: -- business process.
455: --
456: per_psv_upd.upd
457: (p_effective_date
458: ,l_rec
459: ,p_gap_warning
460: );

Line 466: end per_psv_upd;

462: --
463: hr_utility.set_location(' Leaving:'||l_proc, 10);
464: End upd;
465: --
466: end per_psv_upd;