DBA Data[Home] [Help]

APPS.PAY_PPE_UPD dependencies on PAY_PPE_UPD

Line 1: Package Body pay_ppe_upd as

1: Package Body pay_ppe_upd as
2: /* $Header: pypperhi.pkb 115.2 2000/10/10 04:48:04 pkm ship $ */
3: --
4: -- ----------------------------------------------------------------------------
5: -- | Private Global Definitions |

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

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

Line 302: pay_ppe_upd.pre_update(p_rec);

298: );
299: --
300: -- Call the supporting pre-update operation
301: --
302: pay_ppe_upd.pre_update(p_rec);
303: --
304: -- Update the row.
305: --
306: pay_ppe_upd.update_dml(p_rec);

Line 306: pay_ppe_upd.update_dml(p_rec);

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

Line 310: pay_ppe_upd.post_update

306: pay_ppe_upd.update_dml(p_rec);
307: --
308: -- Call the supporting post-update operation
309: --
310: pay_ppe_upd.post_update
311: (p_rec
312: );
313: End upd;
314: --

Line 352: pay_ppe_upd.upd

348: -- Having converted the arguments into the
349: -- plsql record structure we call the corresponding record
350: -- business process.
351: --
352: pay_ppe_upd.upd
353: (l_rec
354: );
355: p_object_version_number := l_rec.object_version_number;
356: --

Line 360: end pay_ppe_upd;

356: --
357: hr_utility.set_location(' Leaving:'||l_proc, 10);
358: End upd;
359: --
360: end pay_ppe_upd;