DBA Data[Home] [Help]

APPS.PAY_MX_CURRENCY_CONVERSION dependencies on OTA_TRAINING_PLAN_COSTS

Line 549: /* OTA_TRAINING_PLAN_COSTS */

545: SET budget_currency = lv_new_currency
546: WHERE business_group_id = ln_business_group_id
547: AND budget_currency = lv_old_currency;
548:
549: /* OTA_TRAINING_PLAN_COSTS */
550:
551: UPDATE ota_training_plan_costs
552: SET currency_code = lv_new_currency
553: WHERE business_group_id = ln_business_group_id

Line 551: UPDATE ota_training_plan_costs

547: AND budget_currency = lv_old_currency;
548:
549: /* OTA_TRAINING_PLAN_COSTS */
550:
551: UPDATE ota_training_plan_costs
552: SET currency_code = lv_new_currency
553: WHERE business_group_id = ln_business_group_id
554: AND currency_code = lv_old_currency;
555: