DBA Data[Home] [Help]

VIEW: APPS.OE_PC_VENTITIES_V

Source

View Text - Preformatted

SELECT application_id ,application_short_name ,entity_id ,entity_short_name ,entity_display_name ,entity_description ,db_object_name ,application_id ,application_short_name ,entity_id ,entity_short_name ,entity_display_name ,entity_description ,db_object_name from oe_pc_entities_v union select application_id ,application_short_name ,entity_id ,entity_short_name ,entity_display_name ,entity_description ,db_object_name ,related_application_id ,related_application_short_name ,related_entity_id ,related_entity_short_name ,related_entity_display_name ,related_entity_description ,related_db_object_name from oe_pc_rentities_v union select related_application_id ,related_application_short_name ,related_entity_id ,related_entity_short_name ,related_entity_display_name ,related_entity_description ,related_db_object_name ,application_id ,application_short_name ,entity_id ,entity_short_name ,entity_display_name ,entity_description ,db_object_name from oe_pc_rentities_v
View Text - HTML Formatted

SELECT APPLICATION_ID
, APPLICATION_SHORT_NAME
, ENTITY_ID
, ENTITY_SHORT_NAME
, ENTITY_DISPLAY_NAME
, ENTITY_DESCRIPTION
, DB_OBJECT_NAME
, APPLICATION_ID
, APPLICATION_SHORT_NAME
, ENTITY_ID
, ENTITY_SHORT_NAME
, ENTITY_DISPLAY_NAME
, ENTITY_DESCRIPTION
, DB_OBJECT_NAME
FROM OE_PC_ENTITIES_V UNION SELECT APPLICATION_ID
, APPLICATION_SHORT_NAME
, ENTITY_ID
, ENTITY_SHORT_NAME
, ENTITY_DISPLAY_NAME
, ENTITY_DESCRIPTION
, DB_OBJECT_NAME
, RELATED_APPLICATION_ID
, RELATED_APPLICATION_SHORT_NAME
, RELATED_ENTITY_ID
, RELATED_ENTITY_SHORT_NAME
, RELATED_ENTITY_DISPLAY_NAME
, RELATED_ENTITY_DESCRIPTION
, RELATED_DB_OBJECT_NAME
FROM OE_PC_RENTITIES_V UNION SELECT RELATED_APPLICATION_ID
, RELATED_APPLICATION_SHORT_NAME
, RELATED_ENTITY_ID
, RELATED_ENTITY_SHORT_NAME
, RELATED_ENTITY_DISPLAY_NAME
, RELATED_ENTITY_DESCRIPTION
, RELATED_DB_OBJECT_NAME
, APPLICATION_ID
, APPLICATION_SHORT_NAME
, ENTITY_ID
, ENTITY_SHORT_NAME
, ENTITY_DISPLAY_NAME
, ENTITY_DESCRIPTION
, DB_OBJECT_NAME
FROM OE_PC_RENTITIES_V