DBA Data[Home] [Help]

APPS.XLA_TRANSACTION_ID_PKG dependencies on USER_TAB_COLUMNS

Line 170: ,user_tab_columns utc

166: ,xem.column_title prompt
167: ,utc.data_type data_type
168: FROM xla_entity_id_mappings xid
169: ,xla_event_mappings_vl xem
170: ,user_tab_columns utc
171: WHERE xid.application_id = p_application_id
172: AND xid.entity_code = p_entity_code
173: AND xem.application_id = p_application_id
174: AND xem.entity_code = p_entity_code

Line 336: -- user_tab_columns table that will make sure that view and column

332: ----------------------------------------------------------------------
333: -- build and execute a dummy query if the view name is defined for
334: -- the class
335: -- NOTE: following never fails because the cursor joins to
336: -- user_tab_columns table that will make sure that view and column
337: -- names fetched exists. This can beremoved unless we decide to go
338: -- for outerjoin on this table.
339: ----------------------------------------------------------------------
340: l_sql_string :=

Line 464: ,user_tab_columns utc

460: ,xem.column_title prompt
461: ,utc.data_type data_type
462: FROM xla_entity_id_mappings xid
463: ,xla_event_mappings_vl xem
464: ,user_tab_columns utc
465: WHERE xid.application_id = p_application_id
466: AND xid.entity_code = p_entity_code
467: AND xem.application_id = p_application_id
468: AND xem.entity_code = p_entity_code