DBA Data[Home] [Help]

APPS.PAY_MX_CURRENCY_CONVERSION dependencies on PAY_SHADOW_ELEMENT_TYPES

Line 171: UPDATE pay_shadow_element_types

167: SET currency_code = lv_new_currency
168: WHERE template_id = tmplt.template_id
169: AND currency_code = lv_old_currency;
170:
171: UPDATE pay_shadow_element_types
172: SET input_currency_code = decode(input_currency_code,
173: lv_old_currency,
174: lv_new_currency,
175: input_currency_code )

Line 587: UPDATE pay_shadow_element_types

583: SET currency_code = lv_new_currency
584: WHERE template_id = ele_tmplt.template_id
585: AND currency_code = lv_old_currency;
586:
587: UPDATE pay_shadow_element_types
588: SET input_currency_code = decode(input_currency_code,
589: lv_old_currency,
590: lv_new_currency,
591: input_currency_code )