DBA Data[Home] [Help]

APPS.PQP_ERT_UPD dependencies on PQP_ERT_UPD

Line 1: Package Body pqp_ert_upd as

1: Package Body pqp_ert_upd as
2: /* $Header: pqertrhi.pkb 120.7 2006/09/15 00:09:58 sshetty noship $ */
3: --
4: -- ----------------------------------------------------------------------------
5: -- | Private Global Definitions |

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

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

Line 335: pqp_ert_upd.pre_update(p_rec);

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

Line 339: pqp_ert_upd.update_dml(p_rec);

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

Line 343: pqp_ert_upd.post_update

339: pqp_ert_upd.update_dml(p_rec);
340: --
341: -- Call the supporting post-update operation
342: --
343: pqp_ert_upd.post_update
344: (p_rec
345: );
346: End upd;
347: --

Line 379: pqp_ert_upd.upd

375: -- Having converted the arguments into the
376: -- plsql record structure we call the corresponding record
377: -- business process.
378: --
379: pqp_ert_upd.upd
380: (l_rec
381: );
382: --
383: hr_utility.set_location(' Leaving:'||l_proc, 10);

Line 414: pqp_ert_upd.upd

410: -- Update the translated values for every matching row
411: -- setting SOURCE_LANG to the specified language.
412: --
413: for l_lang in csr_upd_langs loop
414: pqp_ert_upd.upd
415: (p_exception_report_id => p_exception_report_id
416: ,p_language => l_lang.language
417: ,p_source_lang => p_language_code
418: ,p_exception_report_name => p_exception_report_name

Line 425: end pqp_ert_upd;

421: --
422: hr_utility.set_location(' Leaving:'||l_proc,20);
423: End upd_tl;
424: --
425: end pqp_ert_upd;