DBA Data[Home] [Help]

APPS.XLA_TRANSFER_PKG dependencies on XLA_LEDGER_RELATIONSHIPS_V

Line 1015: FROM xla_ledger_relationships_v xlr

1011: ,p_application_id NUMBER ) IS
1012: SELECT ledger_id
1013: ,NAME
1014: ,ledger_category_code
1015: FROM xla_ledger_relationships_v xlr
1016: WHERE xlr.primary_ledger_id = p_ledger_id
1017: AND xlr.relationship_enabled_flag = 'Y'
1018: AND EXISTS (SELECT 1
1019: FROM xla_ledger_options xlo

Line 1935: ,xla_ledger_relationships_v xlr

1931: ,gl_period_statuses gps
1932: ,xla_transaction_entities xte
1933: ,xla_event_types_b xet
1934: ,xla_event_class_attrs xec
1935: ,xla_ledger_relationships_v xlr
1936: ,TABLE (CAST(:1 AS XLA_NUMBER_ARRAY_TYPE))led
1937: WHERE xte.entity_id = aeh.entity_id
1938: AND aeh.application_id = :2 --g_application_id
1939: AND aeh.ledger_id = led.column_value