DBA Data[Home] [Help]

APPS.HR_TCN_UPD dependencies on HR_TCN_UPD

Line 1: Package Body hr_tcn_upd as

1: Package Body hr_tcn_upd as
2: /* $Header: hrtcnrhi.pkb 115.5 2002/12/03 10:00:59 raranjan noship $ */
3: --
4: -- ----------------------------------------------------------------------------
5: -- | Private Global Definitions |

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

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

Line 316: hr_tcn_upd.pre_update(p_rec);

312: );
313: --
314: -- Call the supporting pre-update operation
315: --
316: hr_tcn_upd.pre_update(p_rec);
317: --
318: -- Update the row.
319: --
320: hr_tcn_upd.update_dml(p_rec);

Line 320: hr_tcn_upd.update_dml(p_rec);

316: hr_tcn_upd.pre_update(p_rec);
317: --
318: -- Update the row.
319: --
320: hr_tcn_upd.update_dml(p_rec);
321: --
322: -- Call the supporting post-update operation
323: --
324: hr_tcn_upd.post_update

Line 324: hr_tcn_upd.post_update

320: hr_tcn_upd.update_dml(p_rec);
321: --
322: -- Call the supporting post-update operation
323: --
324: hr_tcn_upd.post_update
325: (p_rec
326: );
327: End upd;
328: --

Line 360: hr_tcn_upd.upd

356: -- Having converted the arguments into the
357: -- plsql record structure we call the corresponding record
358: -- business process.
359: --
360: hr_tcn_upd.upd
361: (l_rec
362: );
363: p_object_version_number := l_rec.object_version_number;
364: --

Line 368: end hr_tcn_upd;

364: --
365: hr_utility.set_location(' Leaving:'||l_proc, 10);
366: End upd;
367: --
368: end hr_tcn_upd;