DBA Data[Home] [Help]

APPS.PAY_MX_CURRENCY_CONVERSION dependencies on BEN_PL_R_OIPL_PREM_BY_MO_F

Line 446: /* BEN_PL_R_OIPL_PREM_BY_MO_F */

442: SET comp_lvl_uom = lv_new_currency
443: WHERE business_group_id = ln_business_group_id
444: AND comp_lvl_uom = lv_old_currency;
445:
446: /* BEN_PL_R_OIPL_PREM_BY_MO_F */
447:
448: UPDATE ben_pl_r_oipl_prem_by_mo_f
449: SET uom = lv_new_currency
450: WHERE business_group_id = ln_business_group_id

Line 448: UPDATE ben_pl_r_oipl_prem_by_mo_f

444: AND comp_lvl_uom = lv_old_currency;
445:
446: /* BEN_PL_R_OIPL_PREM_BY_MO_F */
447:
448: UPDATE ben_pl_r_oipl_prem_by_mo_f
449: SET uom = lv_new_currency
450: WHERE business_group_id = ln_business_group_id
451: AND uom = lv_old_currency;
452: