DBA Data[Home] [Help]

APPS.PER_RU_CURRENCY_CONVERSION dependencies on OTA_TRAINING_PLAN_COSTS

Line 516: /* OTA_TRAINING_PLAN_COSTS */

512: SET budget_currency = lv_new_currency
513: WHERE business_group_id = ln_business_group_id
514: AND budget_currency = lv_old_currency;
515:
516: /* OTA_TRAINING_PLAN_COSTS */
517:
518: UPDATE ota_training_plan_costs
519: SET currency_code = lv_new_currency
520: WHERE business_group_id = ln_business_group_id

Line 518: UPDATE ota_training_plan_costs

514: AND budget_currency = lv_old_currency;
515:
516: /* OTA_TRAINING_PLAN_COSTS */
517:
518: UPDATE ota_training_plan_costs
519: SET currency_code = lv_new_currency
520: WHERE business_group_id = ln_business_group_id
521: AND currency_code = lv_old_currency;
522: