DBA Data[Home] [Help]

APPS.IGC_CBC_GL_FC_PKG dependencies on XLA_TRANSACTION_ENTITIES

Line 65: ,xla_transaction_entities xte

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

Line 367: FROM xla_transaction_entities

363: TYPE t_event_details IS TABLE OF c_event_details%ROWTYPE index by PLS_INTEGER;
364:
365: CURSOR c_entity_details(p_entity_id IN NUMBER) IS
366: SELECT Source_id_int_1
367: FROM xla_transaction_entities
368: WHERE entity_id = p_entity_id;
369:
370:
371: