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


VIEW: APPS.HR_SUMMARY_KEY_TYPE

Object Details
Object Name: HR_SUMMARY_KEY_TYPE
Object Type: VIEW
Owner: APPS
FND Design Data: ViewPER.HR_SUMMARY_KEY_TYPE
Subobject Name:
Status: VALID

View Type

A supplementary view used to simplify forms coding.

Warning: Oracle does not recommend you query or alter datausing this view. It may change dramatically in subsequent minor or major
releases.

[View Source]

Columns
Name Datatype Length Mandatory Comments
ROW_ID ROWID (10)
The row_id.
KEY_TYPE_ID NUMBER (15) Yes System-generated primary key column.
BUSINESS_GROUP_ID NUMBER (15) Yes Foreign key to HR_ORGANIZATION_UNITS.
OBJECT_VERSION_NUMBER NUMBER (9)
System-generated version of the row. Increments by one with each update.
NAME VARCHAR2 (240)
Internal name of the key type.
TITLE VARCHAR2 (80) Yes The user-defined name of the key type. This is taken from FND_LOOKUP_VALUES.
KEY_FUNCTION VARCHAR2 (4000)
Builds the SQL construct used in the the select and group by clause of the SQL statement.
SEEDED_DATA VARCHAR2 (240)
Identifies seeded data.
LAST_UPDATE_DATE DATE

Standard Who column.
LAST_UPDATED_BY NUMBER (15)
Standard Who column.
LAST_UPDATE_LOGIN NUMBER (15)
Standard Who column.
CREATED_BY NUMBER (15)
Standard Who column.
CREATION_DATE DATE

Standard Who column.
Query Text

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


SELECT ROW_ID
,      KEY_TYPE_ID
,      BUSINESS_GROUP_ID
,      OBJECT_VERSION_NUMBER
,      NAME
,      TITLE
,      KEY_FUNCTION
,      SEEDED_DATA
,      LAST_UPDATE_DATE
,      LAST_UPDATED_BY
,      LAST_UPDATE_LOGIN
,      CREATED_BY
,      CREATION_DATE
FROM APPS.HR_SUMMARY_KEY_TYPE;

Dependencies

[top of page]

APPS.HR_SUMMARY_KEY_TYPE references the following:

SchemaAPPS
PL/SQL PackageHR_API - show dependent code
ViewHR_LOOKUPS
SynonymHR_SUMMARY
APPS.HR_SUMMARY_KEY_TYPE is referenced by following:

SchemaAPPS
Package BodyHRSUMREP - show dependent code
ViewHR_SUMMARY_KEY_VALUES_BAND_V
ViewHR_SUMMARY_KEY_VALUES_ESTAB_V
ViewHR_SUMMARY_KEY_VALUES_LOOKUP_V
ViewHR_SUMMARY_KEY_VALUES_V