DBA Data[Home] [Help]

APPS.XLA_ACCOUNTING_PKG dependencies on XLA_ARRAY_NUMBER_TYPE

Line 270: ,TABLE(CAST(:1 AS xla_array_number_type)) tab

266: SELECT /*+ leading(tab,evt) use_nl(evt) */
267: evt.event_id
268: FROM xla_events evt
269: ,xla_event_types_b xet
270: ,TABLE(CAST(:1 AS xla_array_number_type)) tab
271: WHERE evt.application_id = :2
272: AND evt.event_date <= :3
273: AND evt.entity_id = tab.column_value
274: AND evt.application_id = xet.application_id

Line 4569: l_entity_id xla_array_number_type; -- xla_number_array_type;

4565:
4566: l_cur_event_stmt VARCHAR2(8000);
4567: l_cur_entity_stmt VARCHAR2(8000);
4568:
4569: l_entity_id xla_array_number_type; -- xla_number_array_type;
4570: l_entity_found BOOLEAN := FALSE;
4571: l_children_spawned BOOLEAN := FALSE;
4572: l_unit_count NUMBER := 0;
4573: l_enq_options dbms_aq.enqueue_options_t;