DBA Data[Home] [Help]

APPS.XLA_TRANSFER_PKG dependencies on XLA_LEDGER_RELATIONSHIPS_V

Line 579: FROM xla_ledger_relationships_v xlr

575: ,p_application_id NUMBER ) IS
576: SELECT ledger_id
577: ,NAME
578: ,ledger_category_code
579: FROM xla_ledger_relationships_v xlr
580: WHERE xlr.primary_ledger_id = p_ledger_id
581: AND xlr.relationship_enabled_flag = 'Y'
582: AND EXISTS (SELECT 1
583: FROM xla_ledger_options xlo

Line 1398: ,xla_ledger_relationships_v xlr

1394: ,gl_period_statuses gps
1395: ,xla_transaction_entities xte
1396: ,xla_event_types_b xet
1397: ,xla_event_class_attrs xec
1398: ,xla_ledger_relationships_v xlr
1399: ,TABLE (CAST(:1 AS XLA_NUMBER_ARRAY_TYPE))led
1400: WHERE xte.entity_id = aeh.entity_id
1401: AND aeh.application_id = :2 --g_application_id
1402: AND aeh.ledger_id = led.column_value