DBA Data[Home] [Help]

APPS.PAY_PUC_UPD dependencies on PAY_PUC_UPD

Line 1: Package Body pay_puc_upd as

1: Package Body pay_puc_upd as
2: /* $Header: pypucrhi.pkb 115.1 2003/10/29 21:15 tvankayl noship $ */
3: --
4: -- ----------------------------------------------------------------------------
5: -- | Private Global Definitions |

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

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

Line 342: pay_puc_upd.pre_update(p_rec);

338: hr_multi_message.end_validation_set;
339: --
340: -- Call the supporting pre-update operation
341: --
342: pay_puc_upd.pre_update(p_rec);
343: --
344: -- Update the row.
345: --
346: pay_puc_upd.update_dml(p_rec);

Line 346: pay_puc_upd.update_dml(p_rec);

342: pay_puc_upd.pre_update(p_rec);
343: --
344: -- Update the row.
345: --
346: pay_puc_upd.update_dml(p_rec);
347: --
348: -- Call the supporting post-update operation
349: --
350: pay_puc_upd.post_update

Line 350: pay_puc_upd.post_update

346: pay_puc_upd.update_dml(p_rec);
347: --
348: -- Call the supporting post-update operation
349: --
350: pay_puc_upd.post_update
351: (p_rec
352: ,l_formula_warning
353: );
354: --

Line 396: pay_puc_upd.upd

392: -- Having converted the arguments into the
393: -- plsql record structure we call the corresponding record
394: -- business process.
395: --
396: pay_puc_upd.upd
397: (l_rec
398: ,p_formula_warning
399: );
400: p_object_version_number := l_rec.object_version_number;

Line 405: end pay_puc_upd;

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