DBA Data[Home] [Help]

APPS.PQH_CRL_UPD dependencies on PQH_CRL_UPD

Line 1: Package Body pqh_crl_upd as

1: Package Body pqh_crl_upd as
2: /* $Header: pqcrlrhi.pkb 120.2 2005/12/07 13:23 srajakum noship $ */
3: --
4: -- ----------------------------------------------------------------------------
5: -- | Private Global Definitions |

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

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

Line 320: pqh_crl_upd.pre_update(p_rec);

316: hr_multi_message.end_validation_set;
317: --
318: -- Call the supporting pre-update operation
319: --
320: pqh_crl_upd.pre_update(p_rec);
321: --
322: -- Update the row.
323: --
324: pqh_crl_upd.update_dml(p_rec);

Line 324: pqh_crl_upd.update_dml(p_rec);

320: pqh_crl_upd.pre_update(p_rec);
321: --
322: -- Update the row.
323: --
324: pqh_crl_upd.update_dml(p_rec);
325: --
326: -- Call the supporting post-update operation
327: --
328: pqh_crl_upd.post_update

Line 328: pqh_crl_upd.post_update

324: pqh_crl_upd.update_dml(p_rec);
325: --
326: -- Call the supporting post-update operation
327: --
328: pqh_crl_upd.post_update
329: (p_effective_date
330: ,p_rec
331: );
332: --

Line 369: pqh_crl_upd.upd

365: -- Having converted the arguments into the
366: -- plsql record structure we call the corresponding record
367: -- business process.
368: --
369: pqh_crl_upd.upd
370: (p_effective_date
371: ,l_rec
372: );
373: --

Line 407: pqh_crl_upd.upd

403: -- Update the translated values for every matching row
404: -- setting SOURCE_LANG to the specified language.
405: --
406: for l_lang in csr_upd_langs loop
407: pqh_crl_upd.upd
408: (p_effective_date => p_effective_date
409: ,p_criteria_rate_defn_id => p_criteria_rate_defn_id
410: ,p_language => l_lang.language
411: ,p_source_lang => p_language_code

Line 473: end pqh_crl_upd;

469: and criteria_rate_defn_id = l_criteria_rate_defn_id ;
470: --
471: end translate_row;
472: --
473: end pqh_crl_upd;