DBA Data[Home] [Help]

APPS.PER_CAI_UPD dependencies on PER_CAI_UPD

Line 1: Package Body per_cai_upd as

1: Package Body per_cai_upd as
2: /* $Header: pecairhi.pkb 115.1 2002/12/04 05:50:07 raranjan noship $ */
3: --
4: -- ----------------------------------------------------------------------------
5: -- | Private Global Definitions |

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

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

Line 322: per_cai_upd.pre_update(p_rec);

318: );
319: --
320: -- Call the supporting pre-update operation
321: --
322: per_cai_upd.pre_update(p_rec);
323: --
324: -- Update the row.
325: --
326: per_cai_upd.update_dml(p_rec);

Line 326: per_cai_upd.update_dml(p_rec);

322: per_cai_upd.pre_update(p_rec);
323: --
324: -- Update the row.
325: --
326: per_cai_upd.update_dml(p_rec);
327: --
328: -- Call the supporting post-update operation
329: --
330: per_cai_upd.post_update

Line 330: per_cai_upd.post_update

326: per_cai_upd.update_dml(p_rec);
327: --
328: -- Call the supporting post-update operation
329: --
330: per_cai_upd.post_update
331: (p_effective_date
332: ,p_rec
333: );
334: End upd;

Line 368: per_cai_upd.upd

364: -- Having converted the arguments into the
365: -- plsql record structure we call the corresponding record
366: -- business process.
367: --
368: per_cai_upd.upd
369: (p_effective_date
370: ,l_rec
371: );
372: p_object_version_number := l_rec.object_version_number;

Line 377: end per_cai_upd;

373: --
374: hr_utility.set_location(' Leaving:'||l_proc, 10);
375: End upd;
376: --
377: end per_cai_upd;