DBA Data[Home] [Help]

APPS.XTR_STREAMLINE_P dependencies on XTR_ACCRLS_AMORT

Line 586: xtr_accrls_amort a

582: AND b.batch_type is null -- 3527080 exclude NRA batch
583: UNION
584: SELECT 'Y'
585: FROM xtr_batches b,
586: xtr_accrls_amort a
587: WHERE b.company_code = p_company
588: AND b.batch_id = a.batch_id
589: AND NVL(b.upgrade_batch,'N') = 'Y'
590: AND b.batch_type is null; -- 3527080 exclude NRA batch