DBA Data[Home] [Help]

APPS.PSP_PFB_UPD dependencies on PSP_PFB_UPD

Line 1: Package Body psp_pfb_upd as

1: Package Body psp_pfb_upd as
2: /* $Header: PSPFBRHB.pls 120.0 2005/06/02 15:56 appldev noship $ */
3: --
4: -- ----------------------------------------------------------------------------
5: -- | Private Global Definitions |

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

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

Line 337: psp_pfb_upd.pre_update(p_rec);

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

Line 341: psp_pfb_upd.update_dml(p_rec);

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

Line 345: psp_pfb_upd.post_update

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

Line 388: psp_pfb_upd.upd

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

Line 396: end psp_pfb_upd;

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