DBA Data[Home] [Help]

APPS.PER_PGT_UPD dependencies on PER_PGT_UPD

Line 1: Package Body per_pgt_upd as

1: Package Body per_pgt_upd as
2: /* $Header: pepgtrhi.pkb 115.2 2003/06/05 07:38:23 cxsimpso noship $ */
3: --
4: -- ----------------------------------------------------------------------------
5: -- | Private Global Definitions |

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

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

Line 350: per_pgt_upd.pre_update(p_rec);

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

Line 354: per_pgt_upd.update_dml(p_rec);

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

Line 358: per_pgt_upd.post_update

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

Line 404: per_pgt_upd.upd

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

Line 413: end per_pgt_upd;

409: --
410: hr_utility.set_location(' Leaving:'||l_proc, 10);
411: End upd;
412: --
413: end per_pgt_upd;