DBA Data[Home] [Help]

APPS.PAY_PUT_UPD dependencies on PAY_PUT_UPD

Line 1: Package Body pay_put_upd as

1: Package Body pay_put_upd as
2: /* $Header: pyputrhi.pkb 115.0 2003/09/23 08:07 tvankayl noship $ */
3: --
4: -- ----------------------------------------------------------------------------
5: -- | Private Global Definitions |

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

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

Line 347: pay_put_upd.pre_update(p_rec);

343: hr_multi_message.end_validation_set;
344: --
345: -- Call the supporting pre-update operation
346: --
347: pay_put_upd.pre_update(p_rec);
348: --
349: -- Update the row.
350: --
351: pay_put_upd.update_dml(p_rec);

Line 351: pay_put_upd.update_dml(p_rec);

347: pay_put_upd.pre_update(p_rec);
348: --
349: -- Update the row.
350: --
351: pay_put_upd.update_dml(p_rec);
352: --
353: -- Call the supporting post-update operation
354: --
355: pay_put_upd.post_update

Line 355: pay_put_upd.post_update

351: pay_put_upd.update_dml(p_rec);
352: --
353: -- Call the supporting post-update operation
354: --
355: pay_put_upd.post_update
356: (p_effective_date
357: ,p_rec
358: );
359: --

Line 400: pay_put_upd.upd(p_effective_date, l_rec);

396: -- Having converted the arguments into the
397: -- plsql record structure we call the corresponding record
398: -- business process.
399: --
400: pay_put_upd.upd(p_effective_date, l_rec);
401: p_object_version_number := l_rec.object_version_number;
402: --
403: hr_utility.set_location(' Leaving:'||l_proc, 10);
404: End upd;

Line 406: end pay_put_upd;

402: --
403: hr_utility.set_location(' Leaving:'||l_proc, 10);
404: End upd;
405: --
406: end pay_put_upd;