DBA Data[Home] [Help]

APPS.PQH_LCD_UPD dependencies on PQH_LCD_UPD

Line 1: Package Body pqh_lcd_upd as

1: Package Body pqh_lcd_upd as
2: /* $Header: pqlcdrhi.pkb 115.4 2002/12/03 00:07:48 rpasapul noship $ */
3: --
4: -- ----------------------------------------------------------------------------
5: -- | Private Global Definitions |

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

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

Line 337: pqh_lcd_upd.pre_update(p_rec);

333: hr_multi_message.end_validation_set;
334: --
335: -- Call the supporting pre-update operation
336: --
337: pqh_lcd_upd.pre_update(p_rec);
338: --
339: -- Update the row.
340: --
341: pqh_lcd_upd.update_dml(p_rec);

Line 341: pqh_lcd_upd.update_dml(p_rec);

337: pqh_lcd_upd.pre_update(p_rec);
338: --
339: -- Update the row.
340: --
341: pqh_lcd_upd.update_dml(p_rec);
342: --
343: -- Call the supporting post-update operation
344: --
345: pqh_lcd_upd.post_update

Line 345: pqh_lcd_upd.post_update

341: pqh_lcd_upd.update_dml(p_rec);
342: --
343: -- Call the supporting post-update operation
344: --
345: pqh_lcd_upd.post_update
346: (p_rec
347: );
348: --
349: -- Call to raise any errors on multi-message list

Line 388: pqh_lcd_upd.upd

384: -- Having converted the arguments into the
385: -- plsql record structure we call the corresponding record
386: -- business process.
387: --
388: pqh_lcd_upd.upd
389: (l_rec
390: );
391: p_object_version_number := l_rec.object_version_number;
392: --

Line 396: end pqh_lcd_upd;

392: --
393: hr_utility.set_location(' Leaving:'||l_proc, 10);
394: End upd;
395: --
396: end pqh_lcd_upd;