DBA Data[Home] [Help]

APPS.PER_CNF_UPD dependencies on PER_CNF_UPD

Line 1: Package Body per_cnf_upd as

1: Package Body per_cnf_upd as
2: /* $Header: pecnfrhi.pkb 120.0 2005/05/31 06:47 appldev noship $ */
3: --
4: -- ----------------------------------------------------------------------------
5: -- | Private Global Definitions |

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

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

Line 323: per_cnf_upd.pre_update(p_rec);

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

Line 327: per_cnf_upd.update_dml(p_rec);

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

Line 331: per_cnf_upd.post_update

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

Line 372: per_cnf_upd.upd

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

Line 381: end per_cnf_upd;

377: --
378: hr_utility.set_location(' Leaving:'||l_proc, 10);
379: End upd;
380: --
381: end per_cnf_upd;