DBA Data[Home] [Help]

APPS.PAY_MX_CURRENCY_CONVERSION dependencies on OTA_PRICE_LISTS

Line 528: /* OTA_PRICE_LISTS */

524: WHERE business_group_id = ln_business_group_id
525: AND ( budget_currency_code = lv_old_currency OR
526: currency_code = lv_old_currency );
527:
528: /* OTA_PRICE_LISTS */
529:
530: UPDATE ota_price_lists
531: SET currency_code = lv_new_currency
532: WHERE business_group_id = ln_business_group_id

Line 530: UPDATE ota_price_lists

526: currency_code = lv_old_currency );
527:
528: /* OTA_PRICE_LISTS */
529:
530: UPDATE ota_price_lists
531: SET currency_code = lv_new_currency
532: WHERE business_group_id = ln_business_group_id
533: AND currency_code = lv_old_currency;
534: