DBA Data[Home] [Help]

APPS.PER_RU_CURRENCY_CONVERSION dependencies on OTA_EVENTS

Line 480: /* OTA_EVENTS */

476: SET budget_currency_code = lv_new_currency
477: WHERE budget_currency_code = lv_old_currency;
478: END IF;
479:
480: /* OTA_EVENTS */
481:
482: UPDATE ota_events
483: SET budget_currency_code = decode( budget_currency_code,
484: lv_old_currency,

Line 482: UPDATE ota_events

478: END IF;
479:
480: /* OTA_EVENTS */
481:
482: UPDATE ota_events
483: SET budget_currency_code = decode( budget_currency_code,
484: lv_old_currency,
485: lv_new_currency,
486: budget_currency_code)