DBA Data[Home] [Help]

APPS.XLA_EVENTS_PKG dependencies on XLA_ENTITY_ID_MAPPINGS

Line 62: | to support XLA_ENTITY_ID_MAPPINGS column |

58: | 31-May-02 S. Singhania Made changes based on Bug # 2392835. Updated |
59: | code at all the places to make sure |
60: | 'source_id_date_n' is not used. |
61: | Changes based on Bug # 2385846. Changes made |
62: | to support XLA_ENTITY_ID_MAPPINGS column |
63: | name changes. Modified APIs 'update_event' |
64: | and 'update_event_status' to update |
65: | 'process_status' with 'event_status' |
66: | Renamed 'create_entity_event' API to |

Line 7295: ,xla_entity_id_mappings m

7291: ,m.source_id_col_name_3
7292: ,m.source_id_col_name_4
7293: ,t.enabled_flag
7294: FROM xla_entity_types_b t
7295: ,xla_entity_id_mappings m
7296: WHERE t.application_id = g_application_id
7297: AND t.application_id = m.application_id
7298: AND t.entity_code = m.entity_code;
7299: