DBA Data[Home] [Help] [Dependency Information]


TABLE: AR.HZ_SELECT_DATA_SOURCES

Object Details
Object Name: HZ_SELECT_DATA_SOURCES
Object Type: TABLE
Owner: AR
FND Design Data: TableAR.HZ_SELECT_DATA_SOURCES
Subobject Name:
Status: VALID


The HZ_SELECT_DATA_SOURCES table stores information about the data sources selected during the Third Party Data Integration setup. These data sources populate each attribute or entity in the HZ_ENTITY_ATTRIBUTES table. For each attribute in the HZ_ORGANIZATION_PROFILES and HZ_PERSON_PROFILES tables, the HZ_SELECT_DATA_SOURCES table stores the ranking of data sources. The setup does not involve ranking for the other entities in the HZ_ENTITY_ATTRIBUTES table.


Storage Details
Tablespace: TablespaceAPPS_TS_SEED
PCT Free: 10
PCT Used:
Indexes
Index Type Uniqueness Tablespace Column
HZ_SELECT_DATA_SOURCES_U1 NORMAL UNIQUE TablespaceAPPS_TS_SEED ColumnENTITY_ATTR_ID
ColumnCONTENT_SOURCE_TYPE
ColumnZD_EDITION_NAME
Columns
Name Datatype Length Mandatory Comments
ENTITY_ATTR_ID NUMBER (15) Yes Froeign key to HZ_ENTITY_ATTRIBUTES.
CONTENT_SOURCE_TYPE VARCHAR2 (30) Yes Source of data content.
RANKING NUMBER (15)
Ranking of the data source.
CREATED_BY NUMBER (15) Yes Standard who column - user who created this row (foreign key to FND_USER.USER_ID).
CREATION_DATE DATE
Yes Standard who column - date when this row was created.
LAST_UPDATE_LOGIN NUMBER (15)
Standard who column - operating system login of user who last updated this row (foreign key to FND_LOGINS.LOGIN_ID).
LAST_UPDATE_DATE DATE
Yes Standard Who column - date when a user last updated this row.
LAST_UPDATED_BY NUMBER (15) Yes Standard who column - user who last updated this row (foreign key to FND_USER.USER_ID).
REQUEST_ID NUMBER (15)
Concurrent Program who column - concurrent request id of the program that last updated this row (foreign key to FND_CONCURRENT_REQUESTS.REQUEST_ID).
PROGRAM_APPLICATION_ID NUMBER (15)
Concurrent Program who column - application id of the program that last updated this row (foreign key to FND_APPLICATION.APPLICATION_ID).
PROGRAM_ID NUMBER (15)
Concurrent Program who column - program id of the program that last updated this row (foreign key to FND_CONCURRENT_PROGRAM.CONCURRENT_PROGRAM_ID).
PROGRAM_UPDATE_DATE DATE

Concurrent Program who column - date when a program last updated this row).
ZD_EDITION_NAME VARCHAR2 (30) Yes
Query Text

Cut, paste (and edit) the following text to query this object:


SELECT ENTITY_ATTR_ID
,      CONTENT_SOURCE_TYPE
,      RANKING
,      CREATED_BY
,      CREATION_DATE
,      LAST_UPDATE_LOGIN
,      LAST_UPDATE_DATE
,      LAST_UPDATED_BY
,      REQUEST_ID
,      PROGRAM_APPLICATION_ID
,      PROGRAM_ID
,      PROGRAM_UPDATE_DATE
,      ZD_EDITION_NAME
FROM AR.HZ_SELECT_DATA_SOURCES;

Dependencies

[top of page]

AR.HZ_SELECT_DATA_SOURCES does not reference any database object

AR.HZ_SELECT_DATA_SOURCES is referenced by following:

SchemaAR
ViewHZ_SELECT_DATA_SOURCES#