DBA Data[Home] [Help]

APPS.PQH_RSS_UPD dependencies on PQH_RSS_UPD

Line 1: Package Body pqh_rss_upd as

1: Package Body pqh_rss_upd as
2: /* $Header: pqrssrhi.pkb 115.9 2002/12/13 13:57:40 joward noship $ */
3: --
4: -- ----------------------------------------------------------------------------
5: -- | Private Global Definitions |

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

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

Line 332: pqh_rss_upd.pre_update(p_rec);

328: hr_multi_message.end_validation_set;
329: --
330: -- Call the supporting pre-update operation
331: --
332: pqh_rss_upd.pre_update(p_rec);
333: --
334: -- Update the row.
335: --
336: pqh_rss_upd.update_dml(p_rec);

Line 336: pqh_rss_upd.update_dml(p_rec);

332: pqh_rss_upd.pre_update(p_rec);
333: --
334: -- Update the row.
335: --
336: pqh_rss_upd.update_dml(p_rec);
337: --
338: -- Call the supporting post-update operation
339: --
340: pqh_rss_upd.post_update

Line 340: pqh_rss_upd.post_update

336: pqh_rss_upd.update_dml(p_rec);
337: --
338: -- Call the supporting post-update operation
339: --
340: pqh_rss_upd.post_update
341: (p_effective_date
342: ,p_rec
343: );
344: --

Line 383: pqh_rss_upd.upd

379: -- Having converted the arguments into the
380: -- plsql record structure we call the corresponding record
381: -- business process.
382: --
383: pqh_rss_upd.upd
384: (p_effective_date
385: ,l_rec
386: );
387: p_object_version_number := l_rec.object_version_number;

Line 392: end pqh_rss_upd;

388: --
389: hr_utility.set_location(' Leaving:'||l_proc, 10);
390: End upd;
391: --
392: end pqh_rss_upd;