DBA Data[Home] [Help]

APPS.XLA_ACCOUNTING_PKG dependencies on XLA_ARRAY_NUMBER_TYPE

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

259: SELECT /*+ leading(tab,evt) use_nl(evt) */
260: evt.event_id
261: FROM xla_events evt
262: ,xla_event_types_b xet
263: ,TABLE(CAST(:1 AS xla_array_number_type)) tab
264: WHERE evt.application_id = :2
265: AND evt.event_date <= :3
266: AND evt.entity_id = tab.column_value
267: AND evt.application_id = xet.application_id

Line 4299: l_entity_id xla_array_number_type; -- xla_number_array_type;

4295:
4296: l_cur_event_stmt VARCHAR2(8000);
4297: l_cur_entity_stmt VARCHAR2(8000);
4298:
4299: l_entity_id xla_array_number_type; -- xla_number_array_type;
4300: l_entity_found BOOLEAN := FALSE;
4301: l_children_spawned BOOLEAN := FALSE;
4302: l_unit_count NUMBER := 0;
4303: l_enq_options dbms_aq.enqueue_options_t;