DBA Data[Home] [Help]

APPS.PER_RU_CURRENCY_CONVERSION dependencies on PQP_EXCEPTION_REPORTS

Line 125: UPDATE pqp_exception_reports

121: SET currency_code = lv_new_currency
122: WHERE territory_code = 'RU'
123: AND currency_code = lv_old_currency;
124:
125: UPDATE pqp_exception_reports
126: SET currency_code = lv_new_currency
127: WHERE legislation_code = 'RU'
128: AND currency_code = lv_old_currency;
129:

Line 264: /* PQP_EXCEPTION_REPORTS */

260: SET currency_code = lv_new_currency
261: WHERE business_group_id = ln_business_group_id
262: AND currency_code = lv_old_currency;
263:
264: /* PQP_EXCEPTION_REPORTS */
265:
266: UPDATE pqp_exception_reports
267: SET currency_code = lv_new_currency
268: WHERE business_group_id = ln_business_group_id

Line 266: UPDATE pqp_exception_reports

262: AND currency_code = lv_old_currency;
263:
264: /* PQP_EXCEPTION_REPORTS */
265:
266: UPDATE pqp_exception_reports
267: SET currency_code = lv_new_currency
268: WHERE business_group_id = ln_business_group_id
269: AND currency_code = lv_old_currency;
270: