DBA Data[Home] [Help]

APPS.XLA_ACCOUNTING_PKG dependencies on XLA_NUMBER_ARRAY_TYPE

Line 831: l_array_event_appl_id xla_number_array_type;

827: ,p_security_id_char_3 IN VARCHAR2
828: ,p_accounting_batch_id OUT NOCOPY NUMBER
829: ,p_errbuf OUT NOCOPY VARCHAR2
830: ,p_retcode OUT NOCOPY NUMBER) IS
831: l_array_event_appl_id xla_number_array_type;
832: l_array_request_id t_array_number;
833: l_array_mpa_request_id t_array_number;
834: l_mpa_request_id NUMBER(10);
835: l_xml_output BOOLEAN;

Line 1034: l_array_event_appl_id := xla_number_array_type(p_application_id);

1030: -- Finding Event Applications.
1031: ----------------------------------------------------------------------------
1032:
1033: IF p_application_id IS NOT NULL THEN
1034: l_array_event_appl_id := xla_number_array_type(p_application_id);
1035: ELSIF p_application_id IS NULL THEN
1036: l_str_event_application :=
1037: 'SELECT application_id
1038: FROM xla_entity_events_v

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;