DBA Data[Home] [Help]

APPS.ARP_ACCT_EVENT_PKG dependencies on ARP_GLOBAL

Line 480: AND t.ledger_id = arp_global.set_of_books_id

476: 'XLA'
477: FROM xla_events e,
478: xla_transaction_entities_upg t
479: WHERE t.application_id = 222
480: AND t.ledger_id = arp_global.set_of_books_id
481: AND t.entity_code = p_entity_code
482: AND nvl(t.source_id_int_1,-99) = p_source_int_id
483: AND t.entity_id = e.entity_id
484: AND e.application_id = 222;