DBA Data[Home] [Help]

APPS.PER_RU_CURRENCY_CONVERSION dependencies on BEN_COMP_LVL_FCTR

Line 406: /* BEN_COMP_LVL_FCTR */

402: SET antcpd_prtt_cntr_uom = lv_new_currency
403: WHERE business_group_id = ln_business_group_id
404: AND antcpd_prtt_cntr_uom = lv_old_currency;
405:
406: /* BEN_COMP_LVL_FCTR */
407:
408: UPDATE ben_comp_lvl_fctr
409: SET comp_lvl_uom = lv_new_currency
410: WHERE business_group_id = ln_business_group_id

Line 408: UPDATE ben_comp_lvl_fctr

404: AND antcpd_prtt_cntr_uom = lv_old_currency;
405:
406: /* BEN_COMP_LVL_FCTR */
407:
408: UPDATE ben_comp_lvl_fctr
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: