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 1038: FROM xla_entity_events_v

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
1039: WHERE source_application_id = :2
1040: AND ledger_id = :3
1041: AND event_date <= :4
1042: AND process_status_code IN (''R'',''I'',''E'',DECODE(:5,''N'',''D'',''E'')

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

3059: ,p_module => l_log_module);
3060: END IF;
3061:
3062: --
3063: -- Lock all entity and events in xla_entity_events_v that exists in the
3064: -- xla_acct_prog_events_gt
3065: --
3066: OPEN c_lock_entity_events;
3067: FETCH c_lock_entity_events BULK COLLECT INTO l_array_event_id;

Line 7424: FROM xla_entity_events_v xev

7420: ,xev.reference_date_1
7421: ,xev.reference_date_2
7422: ,xev.reference_date_3
7423: ,xev.reference_date_4
7424: FROM xla_entity_events_v xev
7425: , xla_acct_prog_events_gt xap
7426: WHERE xev.application_id = g_application_id
7427: AND xev.event_id = xap.event_id
7428: AND xev.process_status_code = 'U'