DBA Data[Home] [Help]

APPS.IGC_CBC_GL_FC_PKG dependencies on XLA_TRANSACTION_ENTITIES

Line 64: ,xla_transaction_entities xte

60: ,xah.last_update_date LAST_UPDATE_DATE
61: ,xah.creation_date CREATION_DATE
62: FROM xla_ae_headers xah
63: ,xla_ae_lines xal
64: ,xla_transaction_entities xte
65: ,gl_bc_packets pck
66: WHERE xah.ae_header_id = pck.ae_header_id
67: AND xal.ae_header_id = pck.ae_header_id
68: AND xal.ae_line_num = pck.ae_line_num

Line 357: FROM xla_transaction_entities

353: TYPE t_event_details IS TABLE OF c_event_details%ROWTYPE index by PLS_INTEGER;
354:
355: CURSOR c_entity_details(p_entity_id IN NUMBER) IS
356: SELECT Source_id_int_1
357: FROM xla_transaction_entities
358: WHERE entity_id = p_entity_id;
359:
360:
361: