DBA Data[Home] [Help]

APPS.PAY_DTE_UPD dependencies on PAY_DTE_UPD

Line 1: Package Body pay_dte_upd as

1: Package Body pay_dte_upd as
2: /* $Header: pydterhi.pkb 115.6 2002/12/06 16:15:56 jford noship $ */
3: --
4: -- ----------------------------------------------------------------------------
5: -- | Private Global Definitions |

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

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

Line 365: pay_dte_upd.pre_update(p_rec);

361: );
362: --
363: -- Call the supporting pre-update operation
364: --
365: pay_dte_upd.pre_update(p_rec);
366: --
367: -- Update the row.
368: --
369: pay_dte_upd.update_dml(p_rec);

Line 369: pay_dte_upd.update_dml(p_rec);

365: pay_dte_upd.pre_update(p_rec);
366: --
367: -- Update the row.
368: --
369: pay_dte_upd.update_dml(p_rec);
370: --
371: -- Call the supporting post-update operation
372: --
373: pay_dte_upd.post_update

Line 373: pay_dte_upd.post_update

369: pay_dte_upd.update_dml(p_rec);
370: --
371: -- Call the supporting post-update operation
372: --
373: pay_dte_upd.post_update
374: (p_effective_date
375: ,p_rec
376: );
377: End upd;

Line 421: pay_dte_upd.upd

417: -- Having converted the arguments into the
418: -- plsql record structure we call the corresponding record
419: -- business process.
420: --
421: pay_dte_upd.upd
422: (p_effective_date
423: ,l_rec
424: );
425: p_object_version_number := l_rec.object_version_number;

Line 430: end pay_dte_upd;

426: --
427: hr_utility.set_location(' Leaving:'||l_proc, 10);
428: End upd;
429: --
430: end pay_dte_upd;