DBA Data[Home] [Help]

APPS.ECE_UTILITIES dependencies on ECE_XREF_CATEGORIES

Line 79: ece_xref_categories cat

75: select distinct cat.xref_category_code
76: into cCategory_code
77: from ece_interface_tables t,
78: ece_interface_columns col,
79: ece_xref_categories cat
80: where t.interface_table_id = col.interface_table_id
81: and cat.xref_category_id = col.xref_category_id
82: and t.transaction_type = cTransaction_code
83: and col.base_table_name = cView_name