DBA Data[Home] [Help]

APPS.CSE_GL_INTERFACE_PKG dependencies on XLA_TRANSACTION_ENTITIES

Line 74: FROM xla_transaction_entities xlte,

70: CURSOR need_to_post_cur (c_mtl_transaction_id IN NUMBER
71: ,c_gl_transfer_status_code IN VARCHAR2)
72: IS
73: SELECT 'N' --no need to post to gl
74: FROM xla_transaction_entities xlte,
75: xla_ae_headers xlaeh
76: WHERE nvl(xlte.source_id_int_1 , '-99') = c_mtl_transaction_id
77: AND xlte.entity_code = 'MTL_ACCOUNTING_EVENTS'
78: AND xlte.application_id = 707

Line 331: FROM xla_transaction_entities xlte,

327: xlaeh.ae_header_id,
328: xlaeh.application_id,
329: xlte.source_id_int_1,
330: xlte.source_id_int_2
331: FROM xla_transaction_entities xlte,
332: xla_ae_headers xlaeh
333: WHERE xlte.application_id = 707
334: AND xlte.entity_code = 'MTL_ACCOUNTING_EVENTS'
335: AND xlte.ledger_id = c_ledger_id