DBA Data[Home] [Help]

APPS.HR_TIC_UPD dependencies on HR_TIC_UPD

Line 1: Package Body hr_tic_upd as

1: Package Body hr_tic_upd as
2: /* $Header: hrticrhi.pkb 115.6 2002/12/03 10:59:58 raranjan noship $ */
3: --
4: -- ----------------------------------------------------------------------------
5: -- | Private Global Definitions |

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

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

Line 325: hr_tic_upd.pre_update(p_rec);

321: );
322: --
323: -- Call the supporting pre-update operation
324: --
325: hr_tic_upd.pre_update(p_rec);
326: --
327: -- Update the row.
328: --
329: hr_tic_upd.update_dml(p_rec);

Line 329: hr_tic_upd.update_dml(p_rec);

325: hr_tic_upd.pre_update(p_rec);
326: --
327: -- Update the row.
328: --
329: hr_tic_upd.update_dml(p_rec);
330: --
331: -- Call the supporting post-update operation
332: --
333: hr_tic_upd.post_update

Line 333: hr_tic_upd.post_update

329: hr_tic_upd.update_dml(p_rec);
330: --
331: -- Call the supporting post-update operation
332: --
333: hr_tic_upd.post_update
334: (p_rec
335: );
336: End upd;
337: --

Line 371: hr_tic_upd.upd

367: -- Having converted the arguments into the
368: -- plsql record structure we call the corresponding record
369: -- business process.
370: --
371: hr_tic_upd.upd
372: (l_rec
373: );
374: p_object_version_number := l_rec.object_version_number;
375: --

Line 379: end hr_tic_upd;

375: --
376: hr_utility.set_location(' Leaving:'||l_proc, 10);
377: End upd;
378: --
379: end hr_tic_upd;