DBA Data[Home] [Help]

APPS.XTR_CASHPOOL_UTLS dependencies on XTR_PORTFOLIOS

Line 260: from XTR_PORTFOLIOS

256: order by creation_date desc;
257:
258: Cursor C_DFT_PORTFOLIO is
259: select portfolio
260: from XTR_PORTFOLIOS
261: where company_code = p_company_code
262: and nvl(default_portfolio, 'N') = 'Y';
263:
264: