DBA Data[Home] [Help]

APPS.PER_RU_CURRENCY_CONVERSION dependencies on OTA_PRICE_LISTS

Line 495: /* OTA_PRICE_LISTS */

491: WHERE business_group_id = ln_business_group_id
492: AND ( budget_currency_code = lv_old_currency OR
493: currency_code = lv_old_currency );
494:
495: /* OTA_PRICE_LISTS */
496:
497: UPDATE ota_price_lists
498: SET currency_code = lv_new_currency
499: WHERE business_group_id = ln_business_group_id

Line 497: UPDATE ota_price_lists

493: currency_code = lv_old_currency );
494:
495: /* OTA_PRICE_LISTS */
496:
497: UPDATE ota_price_lists
498: SET currency_code = lv_new_currency
499: WHERE business_group_id = ln_business_group_id
500: AND currency_code = lv_old_currency;
501: