DBA Data[Home] [Help]

APPS.XTR_NI_TRANSFERS_PKG dependencies on XTR_BATCH_EVENTS

Line 1553: xtr_batches b,xtr_batch_events e

1549:
1550: cursor cur_reval(p_date in date) IS
1551: SELECT count(*)
1552: FROM
1553: xtr_batches b,xtr_batch_events e
1554: WHERE
1555: b.company_code = p_company
1556: AND b.batch_id = e.batch_id
1557: AND e.event_code = 'REVAL'

Line 1599: xtr_batches b,xtr_batch_events e

1595:
1596: cursor cur_accrl(p_date in date) IS
1597: SELECT count(*)
1598: FROM
1599: xtr_batches b,xtr_batch_events e
1600: WHERE
1601: b.company_code = p_company
1602: AND b.batch_id = e.batch_id
1603: AND e.event_code = 'ACCRUAL'