DBA Data[Home] [Help]

APPS.XLA_REPORT_UTILITY_PKG dependencies on XLA_ENTITY_ID_MAPPINGS

Line 784: FROM xla_entity_id_mappings xid

780: ,xid.source_id_col_name_4 src_col_4
781: -- ,xem.column_name column_name
782: -- ,xem.column_title PROMPT
783: -- ,utc.data_type data_type
784: FROM xla_entity_id_mappings xid
785: -- ,xla_event_mappings_vl xem
786: -- ,user_tab_columns utc
787: WHERE xid.application_id = p_application_id
788: AND xid.entity_code = p_entity_code

Line 1639: FROM xla_entity_id_mappings xid

1635: ,xid.source_id_col_name_4 src_col_4
1636: -- ,xem.column_name column_name
1637: -- ,xem.column_title PROMPT
1638: -- ,utc.data_type data_type
1639: FROM xla_entity_id_mappings xid
1640: -- ,xla_event_mappings_vl xem
1641: -- ,user_tab_columns utc
1642: WHERE xid.application_id = cur_trx.application_id
1643: AND xid.entity_code = cur_trx.entity_code)

Line 1897: FROM xla_entity_id_mappings xid

1893: ,xid.source_id_col_name_4 src_col_4
1894: -- ,xem.column_name column_name
1895: -- ,xem.column_title PROMPT
1896: -- ,utc.data_type data_type
1897: FROM xla_entity_id_mappings xid
1898: -- ,xla_event_mappings_vl xem
1899: -- ,user_tab_columns utc
1900: WHERE xid.application_id = cur_trx.application_id
1901: AND xid.entity_code = cur_trx.entity_code)