DBA Data[Home] [Help]

APPS.XLA_EVENTS_PKG dependencies on XLA_TRANSACTION_ENTITIES_S

Line 83: | XLA_TRANSACTION_ENTITIES_S |

79: | 23-Jul-02 S. Singhania Modified code to handle to issue of 'enabled |
80: | flags'.( see DLD closed issues). |
81: | 14-Aug-02 S. Singhania Changed XLA_ENTITES and XLA_ENTITIES_S to |
82: | XLA_TRANSACTION_ENTITIES and |
83: | XLA_TRANSACTION_ENTITIES_S |
84: | 09-Sep-02 S. Singhania Made changes to 'cache_entity_info' to handle |
85: | MANUAL events. Bug # 2529997. |
86: | 09-Sep-02 S. Singhania modified 'create_bulk_events' routine (with |
87: | single array) to handle entities belonging |

Line 5343: SELECT xla_transaction_entities_s.nextval

5339: l_update_gt_string varchar2(4000);
5340: l_query_string varchar2(4000);
5341:
5342: CURSOR csr_get_trx_entities is
5343: SELECT xla_transaction_entities_s.nextval
5344: ,source_id_int_1
5345: ,source_id_int_2
5346: ,source_id_int_3
5347: ,source_id_int_4

Line 9098: (xla_transaction_entities_s.nextval

9094: ,source_id_char_2
9095: ,source_id_char_3
9096: ,source_id_char_4)
9097: VALUES
9098: (xla_transaction_entities_s.nextval
9099: ,p_event_source_info.application_id
9100: ,NVL(p_event_source_info.source_application_id,
9101: p_event_source_info.application_id)
9102: ,p_event_source_info.ledger_id