DBA Data[Home] [Help]

APPS.PAY_AMO_UPD dependencies on PAY_AMO_UPD

Line 1: Package Body pay_amo_upd as

1: Package Body pay_amo_upd as
2: /* $Header: pyamorhi.pkb 120.0.12000000.1 2007/01/17 15:29:33 appldev noship $ */
3: --
4: -- ----------------------------------------------------------------------------
5: -- | Private Global Definitions |

Line 334: pay_amo_upd.pre_update(p_rec);

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

Line 338: pay_amo_upd.update_dml(p_rec);

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

Line 342: pay_amo_upd.post_update

338: pay_amo_upd.update_dml(p_rec);
339: --
340: -- Call the supporting post-update operation
341: --
342: pay_amo_upd.post_update
343: (p_rec
344: );
345: --
346: -- Call to raise any errors on multi-message list

Line 396: pay_amo_upd.upd

392: -- Having converted the arguments into the
393: -- plsql record structure we call the corresponding record
394: -- business process.
395: --
396: pay_amo_upd.upd
397: (l_rec
398: );
399: p_object_version_number := l_rec.object_version_number;
400: --

Line 405: g_package := ' pay_amo_upd.'; -- Global package name

401: hr_utility.set_location(' Leaving:'||l_proc, 10);
402: End upd;
403: --
404: begin
405: g_package := ' pay_amo_upd.'; -- Global package name
406: end pay_amo_upd;

Line 406: end pay_amo_upd;

402: End upd;
403: --
404: begin
405: g_package := ' pay_amo_upd.'; -- Global package name
406: end pay_amo_upd;