DBA Data[Home] [Help]

APPS.PER_CIT_UPD dependencies on PER_CIT_UPD

Line 1: Package Body per_cit_upd as

1: Package Body per_cit_upd as
2: /* $Header: pecitrhi.pkb 115.3 2004/06/28 22:24:21 jpthomas noship $ */
3: --
4: -- ----------------------------------------------------------------------------
5: -- | Private Global Definitions |

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

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

Line 313: per_cit_upd.pre_update(p_rec);

309: );
310: --
311: -- Call the supporting pre-update operation
312: --
313: per_cit_upd.pre_update(p_rec);
314: --
315: -- Update the row.
316: --
317: per_cit_upd.update_dml(p_rec);

Line 317: per_cit_upd.update_dml(p_rec);

313: per_cit_upd.pre_update(p_rec);
314: --
315: -- Update the row.
316: --
317: per_cit_upd.update_dml(p_rec);
318: --
319: -- Call the supporting post-update operation
320: --
321: per_cit_upd.post_update

Line 321: per_cit_upd.post_update

317: per_cit_upd.update_dml(p_rec);
318: --
319: -- Call the supporting post-update operation
320: --
321: per_cit_upd.post_update
322: (p_rec
323: );
324: End upd;
325: --

Line 357: per_cit_upd.upd

353: -- Having converted the arguments into the
354: -- plsql record structure we call the corresponding record
355: -- business process.
356: --
357: per_cit_upd.upd
358: (l_rec
359: );
360: --
361: --

Line 393: per_cit_upd.upd

389: -- Update the translated values for every matching row
390: -- setting SOURCE_LANG to the specified language.
391: --
392: for l_lang in csr_upd_langs loop
393: per_cit_upd.upd
394: (p_cagr_entitlement_item_id => p_cagr_entitlement_item_id
395: ,p_language => l_lang.language
396: ,p_source_lang => p_language_code
397: ,p_item_name => p_item_name

Line 404: end per_cit_upd;

400: --
401: hr_utility.set_location(' Leaving:'||l_proc,20);
402: End upd_tl;
403: --
404: end per_cit_upd;