DBA Data[Home] [Help]

APPS.PER_RU_CURRENCY_CONVERSION dependencies on PAY_SHADOW_ELEMENT_TYPES

Line 138: UPDATE pay_shadow_element_types

134: SET currency_code = lv_new_currency
135: WHERE template_id = tmplt.template_id
136: AND currency_code = lv_old_currency;
137:
138: UPDATE pay_shadow_element_types
139: SET input_currency_code = decode(input_currency_code,
140: lv_old_currency,
141: lv_new_currency,
142: input_currency_code )

Line 554: UPDATE pay_shadow_element_types

550: SET currency_code = lv_new_currency
551: WHERE template_id = ele_tmplt.template_id
552: AND currency_code = lv_old_currency;
553:
554: UPDATE pay_shadow_element_types
555: SET input_currency_code = decode(input_currency_code,
556: lv_old_currency,
557: lv_new_currency,
558: input_currency_code )