DBA Data[Home] [Help]

APPS.PER_RU_CURRENCY_CONVERSION dependencies on OTA_TRAINING_PLANS

Line 509: /* OTA_TRAINING_PLANS */

505: SET currency_code = lv_new_currency
506: WHERE business_group_id = ln_business_group_id
507: AND currency_code = lv_old_currency;
508:
509: /* OTA_TRAINING_PLANS */
510:
511: UPDATE ota_training_plans
512: SET budget_currency = lv_new_currency
513: WHERE business_group_id = ln_business_group_id

Line 511: UPDATE ota_training_plans

507: AND currency_code = lv_old_currency;
508:
509: /* OTA_TRAINING_PLANS */
510:
511: UPDATE ota_training_plans
512: SET budget_currency = lv_new_currency
513: WHERE business_group_id = ln_business_group_id
514: AND budget_currency = lv_old_currency;
515: