DBA Data[Home] [Help]

APPS.PER_RU_CURRENCY_CONVERSION dependencies on BEN_PL_R_OIPL_PREM_BY_MO_F

Line 413: /* BEN_PL_R_OIPL_PREM_BY_MO_F */

409: SET comp_lvl_uom = lv_new_currency
410: WHERE business_group_id = ln_business_group_id
411: AND comp_lvl_uom = lv_old_currency;
412:
413: /* BEN_PL_R_OIPL_PREM_BY_MO_F */
414:
415: UPDATE ben_pl_r_oipl_prem_by_mo_f
416: SET uom = lv_new_currency
417: WHERE business_group_id = ln_business_group_id

Line 415: UPDATE ben_pl_r_oipl_prem_by_mo_f

411: AND comp_lvl_uom = lv_old_currency;
412:
413: /* BEN_PL_R_OIPL_PREM_BY_MO_F */
414:
415: UPDATE ben_pl_r_oipl_prem_by_mo_f
416: SET uom = lv_new_currency
417: WHERE business_group_id = ln_business_group_id
418: AND uom = lv_old_currency;
419: