DBA Data[Home] [Help]

APPS.ARP_ACCT_EVENT_PKG dependencies on ARP_GLOBAL

Line 478: AND t.ledger_id = arp_global.set_of_books_id

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