DBA Data[Home] [Help]

APPS.PAY_MX_CURRENCY_CONVERSION dependencies on OTA_EVENTS

Line 513: /* OTA_EVENTS */

509: SET budget_currency_code = lv_new_currency
510: WHERE budget_currency_code = lv_old_currency;
511: END IF;
512:
513: /* OTA_EVENTS */
514:
515: UPDATE ota_events
516: SET budget_currency_code = decode( budget_currency_code,
517: lv_old_currency,

Line 515: UPDATE ota_events

511: END IF;
512:
513: /* OTA_EVENTS */
514:
515: UPDATE ota_events
516: SET budget_currency_code = decode( budget_currency_code,
517: lv_old_currency,
518: lv_new_currency,
519: budget_currency_code)