DBA Data[Home] [Help]

APPS.XTR_STREAMLINE_P dependencies on XTR_HEDGE_RETRO_TESTS

Line 91: from xtr_hedge_retro_tests

87: and batch_type is null;
88:
89: cursor c_incomplete is
90: select 'Y'
91: from xtr_hedge_retro_tests
92: where batch_id = l_batch_id
93: and company_code = p_company
94: and nvl(complete_flag,'N') = 'N';
95: