DBA Data[Home] [Help]

APPS.PAY_MX_CURRENCY_CONVERSION dependencies on BEN_COMP_LVL_FCTR

Line 439: /* BEN_COMP_LVL_FCTR */

435: SET antcpd_prtt_cntr_uom = lv_new_currency
436: WHERE business_group_id = ln_business_group_id
437: AND antcpd_prtt_cntr_uom = lv_old_currency;
438:
439: /* BEN_COMP_LVL_FCTR */
440:
441: UPDATE ben_comp_lvl_fctr
442: SET comp_lvl_uom = lv_new_currency
443: WHERE business_group_id = ln_business_group_id

Line 441: UPDATE ben_comp_lvl_fctr

437: AND antcpd_prtt_cntr_uom = lv_old_currency;
438:
439: /* BEN_COMP_LVL_FCTR */
440:
441: UPDATE ben_comp_lvl_fctr
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: