DBA Data[Home] [Help]

APPS.PAY_TFU_UPD dependencies on PAY_TFU_UPD

Line 1: Package Body pay_tfu_upd as

1: Package Body pay_tfu_upd as
2: /* $Header: pytfurhi.pkb 120.0 2005/05/29 09:04 appldev noship $ */
3: --
4: -- ----------------------------------------------------------------------------
5: -- | Private Global Definitions |

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

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

Line 304: pay_tfu_upd.pre_update(p_rec);

300: hr_multi_message.end_validation_set;
301: --
302: -- Call the supporting pre-update operation
303: --
304: pay_tfu_upd.pre_update(p_rec);
305: --
306: -- Update the row.
307: --
308: pay_tfu_upd.update_dml(p_rec);

Line 308: pay_tfu_upd.update_dml(p_rec);

304: pay_tfu_upd.pre_update(p_rec);
305: --
306: -- Update the row.
307: --
308: pay_tfu_upd.update_dml(p_rec);
309: --
310: -- Call the supporting post-update operation
311: --
312: pay_tfu_upd.post_update

Line 312: pay_tfu_upd.post_update

308: pay_tfu_upd.update_dml(p_rec);
309: --
310: -- Call the supporting post-update operation
311: --
312: pay_tfu_upd.post_update
313: (p_effective_date
314: ,p_rec
315: );
316: --

Line 356: pay_tfu_upd.upd

352: -- Having converted the arguments into the
353: -- plsql record structure we call the corresponding record
354: -- business process.
355: --
356: pay_tfu_upd.upd
357: (p_effective_date
358: ,l_rec
359: );
360: p_object_version_number := l_rec.object_version_number;

Line 365: end pay_tfu_upd;

361: --
362: hr_utility.set_location(' Leaving:'||l_proc, 10);
363: End upd;
364: --
365: end pay_tfu_upd;