DBA Data[Home] [Help]

APPS.PAY_MX_CURRENCY_CONVERSION dependencies on OTA_TRAINING_PLANS

Line 542: /* OTA_TRAINING_PLANS */

538: SET currency_code = lv_new_currency
539: WHERE business_group_id = ln_business_group_id
540: AND currency_code = lv_old_currency;
541:
542: /* OTA_TRAINING_PLANS */
543:
544: UPDATE ota_training_plans
545: SET budget_currency = lv_new_currency
546: WHERE business_group_id = ln_business_group_id

Line 544: UPDATE ota_training_plans

540: AND currency_code = lv_old_currency;
541:
542: /* OTA_TRAINING_PLANS */
543:
544: UPDATE ota_training_plans
545: SET budget_currency = lv_new_currency
546: WHERE business_group_id = ln_business_group_id
547: AND budget_currency = lv_old_currency;
548: