DBA Data[Home] [Help]

APPS.XLA_ACCOUNTING_PKG dependencies on XLA_ENTITY_EVENTS_V

Line 32: | XLA_ENTITY_EVENTS_V |

28: | ENQUEUE_MESSAGES. included filters |
29: | based ON xla_events. |
30: | 06/17/2003 S. Singhania Changed THE NAME OF THE VIEW used |
31: | XLA_EVENT_ENTITIES_V TO |
32: | XLA_ENTITY_EVENTS_V |
33: | 06/26/2003 S. Singhania Bug fix FOR bug # 3022532. (TABLE NAME |
34: | changes.) |
35: | 07/05/2003 S. Singhania Modified code 'spawn child' TO make sure |
36: | children are NOT spawned IF there are |

Line 1010: FROM xla_entity_events_v

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
1011: WHERE source_application_id = :2
1012: AND ledger_id = :3
1013: AND event_date <= :4
1014: AND process_status_code IN (''R'',''I'',''E'',DECODE(:5,''N'',''D'',''E'')

Line 2843: -- Lock all entity and events in xla_entity_events_v that exists in the

2839: ,p_module => l_log_module);
2840: END IF;
2841:
2842: --
2843: -- Lock all entity and events in xla_entity_events_v that exists in the
2844: -- xla_acct_prog_events_gt
2845: --
2846: OPEN c_lock_entity_events;
2847: FETCH c_lock_entity_events BULK COLLECT INTO l_array_event_id;

Line 7046: FROM xla_entity_events_v xev

7042: ,xev.reference_date_1
7043: ,xev.reference_date_2
7044: ,xev.reference_date_3
7045: ,xev.reference_date_4
7046: FROM xla_entity_events_v xev
7047: , xla_acct_prog_events_gt xap
7048: WHERE xev.application_id = g_application_id
7049: AND xev.event_id = xap.event_id
7050: AND xev.process_status_code = 'U'