DBA Data[Home] [Help]

APPS.PAY_APR_UPD dependencies on PAY_APR_UPD

Line 1: Package Body pay_apr_upd as

1: Package Body pay_apr_upd as
2: /* $Header: pyaprrhi.pkb 120.0.12000000.1 2007/01/17 15:39:22 appldev noship $ */
3: --
4: -- ----------------------------------------------------------------------------
5: -- | Private Global Definitions |

Line 324: pay_apr_upd.pre_update(p_rec);

320: hr_multi_message.end_validation_set;
321: --
322: -- Call the supporting pre-update operation
323: --
324: pay_apr_upd.pre_update(p_rec);
325: --
326: -- Update the row.
327: --
328: pay_apr_upd.update_dml(p_rec);

Line 328: pay_apr_upd.update_dml(p_rec);

324: pay_apr_upd.pre_update(p_rec);
325: --
326: -- Update the row.
327: --
328: pay_apr_upd.update_dml(p_rec);
329: --
330: -- Call the supporting post-update operation
331: --
332: pay_apr_upd.post_update

Line 332: pay_apr_upd.post_update

328: pay_apr_upd.update_dml(p_rec);
329: --
330: -- Call the supporting post-update operation
331: --
332: pay_apr_upd.post_update
333: (p_rec
334: );
335: --
336: -- Call to raise any errors on multi-message list

Line 383: pay_apr_upd.upd

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

Line 392: g_package := ' pay_apr_upd.'; -- Global package name

388: hr_utility.set_location(' Leaving:'||l_proc, 10);
389: End upd;
390: --
391: begin
392: g_package := ' pay_apr_upd.'; -- Global package name
393: end pay_apr_upd;

Line 393: end pay_apr_upd;

389: End upd;
390: --
391: begin
392: g_package := ' pay_apr_upd.'; -- Global package name
393: end pay_apr_upd;