DBA Data[Home] [Help]

APPS.XLA_ACCOUNTING_PKG dependencies on XLA_NUMBER_ARRAY_TYPE

Line 808: l_array_event_appl_id xla_number_array_type;

804: ,p_security_id_char_3 IN VARCHAR2
805: ,p_accounting_batch_id OUT NOCOPY NUMBER
806: ,p_errbuf OUT NOCOPY VARCHAR2
807: ,p_retcode OUT NOCOPY NUMBER) IS
808: l_array_event_appl_id xla_number_array_type;
809: l_array_request_id t_array_number;
810: l_array_mpa_request_id t_array_number;
811: l_mpa_request_id NUMBER(10);
812: l_xml_output BOOLEAN;

Line 1006: l_array_event_appl_id := xla_number_array_type(p_application_id);

1002: -- Finding Event Applications.
1003: ----------------------------------------------------------------------------
1004:
1005: IF p_application_id IS NOT NULL THEN
1006: l_array_event_appl_id := xla_number_array_type(p_application_id);
1007: ELSIF p_application_id IS NULL THEN
1008: l_str_event_application :=
1009: 'SELECT application_id
1010: FROM xla_entity_events_v

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;