DBA Data[Home] [Help]

APPS.PAY_SBA_UPD dependencies on PAY_SBA_UPD

Line 1: Package Body pay_sba_upd as

1: Package Body pay_sba_upd as
2: /* $Header: pysbarhi.pkb 120.0 2005/05/29 08:33 appldev noship $ */
3: --
4: -- ----------------------------------------------------------------------------
5: -- | Private Global Definitions |

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

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

Line 296: pay_sba_upd.pre_update(p_rec);

292: hr_multi_message.end_validation_set;
293: --
294: -- Call the supporting pre-update operation
295: --
296: pay_sba_upd.pre_update(p_rec);
297: --
298: -- Update the row.
299: --
300: pay_sba_upd.update_dml(p_rec);

Line 300: pay_sba_upd.update_dml(p_rec);

296: pay_sba_upd.pre_update(p_rec);
297: --
298: -- Update the row.
299: --
300: pay_sba_upd.update_dml(p_rec);
301: --
302: -- Call the supporting post-update operation
303: --
304: pay_sba_upd.post_update

Line 304: pay_sba_upd.post_update

300: pay_sba_upd.update_dml(p_rec);
301: --
302: -- Call the supporting post-update operation
303: --
304: pay_sba_upd.post_update
305: (p_rec
306: );
307: --
308: -- Call to raise any errors on multi-message list

Line 345: pay_sba_upd.upd

341: -- Having converted the arguments into the
342: -- plsql record structure we call the corresponding record
343: -- business process.
344: --
345: pay_sba_upd.upd
346: (l_rec
347: );
348: p_object_version_number := l_rec.object_version_number;
349: --

Line 353: end pay_sba_upd;

349: --
350: hr_utility.set_location(' Leaving:'||l_proc, 10);
351: End upd;
352: --
353: end pay_sba_upd;