DBA Data[Home] [Help]

APPS.XTR_STREAMLINE_P dependencies on XTR_REVALUATION_RATES

Line 145: from xtr_revaluation_rates

141: *---------------------------------------------------------------------*/
142:
143: cursor find_rates is
144: select 'Y'
145: from xtr_revaluation_rates
146: where batch_id = nvl(p_batch_id, batch_id)
147: and company_code = p_company
148: and period_to = nvl(p_batch_BED, period_to);
149: