DBA Data[Home] [Help]

APPS.XLA_ACCOUNTING_PKG dependencies on XLA_JE_CATEGORIES

Line 4614: xla_je_categories xjc

4610: xla_transaction_entities ent,
4611: xla_event_types_b xet,
4612: xla_event_class_attrs eca,
4613: xla_evt_class_orders_gt xpo,
4614: xla_je_categories xjc
4615: WHERE ent.application_id = :3
4616: AND ent.ledger_id = :4
4617: AND evt.application_id = :5
4618: AND evt.entity_id = ent.entity_id

Line 4697: FROM xla_je_categories xjc,

4693: END IF;
4694: --bug6369888 removed loop
4695: SELECT MAX(xjc.processing_unit_size)
4696: INTO l_unit_size
4697: FROM xla_je_categories xjc,
4698: (
4699: SELECT
4700: xpo.event_class_code
4701: FROM xla_evt_class_orders_gt xpo