[Home] [Help]
[Dependency Information]
| Object Name: | HR_SUMMARY_ITEM_TYPE |
|---|---|
| Object Type: | VIEW |
| Owner: | APPS |
| FND Design Data: | PER.HR_SUMMARY_ITEM_TYPE
|
| Subobject Name: | |
| Status: | VALID |
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.
| Name | Datatype | Length | Mandatory | Comments |
|---|---|---|---|---|
| ROW_ID | ROWID | (10) | The row_id. | |
| ITEM_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 item type. | |
| TITLE | VARCHAR2 | (80) | Yes | User-defined name of the item type. This is taken from FND_LOOKUP_VALUES. |
| UNITS | VARCHAR2 | (240) | The unit of data that is returned by the SQL statement. | |
| DATATYPE | VARCHAR2 | (240) | The datatype of the results of the SQL statement (item type). | |
| COUNT_CLAUSE1 | VARCHAR2 | (240) | Defines the SQL group function used with the SQL statement. | |
| COUNT_CLAUSE2 | VARCHAR2 | (240) | Defines the SQL group function used with the SQL statement. | |
| WHERE_CLAUSE | VARCHAR2 | (4000) | A set of base SQL joins, providing a superset of all data that can be processed for this item type. | |
| 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. |
Cut, paste (and edit) the following text to query this object:
SELECT ROW_ID
, ITEM_TYPE_ID
, BUSINESS_GROUP_ID
, OBJECT_VERSION_NUMBER
, NAME
, TITLE
, UNITS
, DATATYPE
, COUNT_CLAUSE1
, COUNT_CLAUSE2
, WHERE_CLAUSE
, SEEDED_DATA
, LAST_UPDATE_DATE
, LAST_UPDATED_BY
, LAST_UPDATE_LOGIN
, CREATED_BY
, CREATION_DATE
FROM APPS.HR_SUMMARY_ITEM_TYPE;
APPS
HR_API
- show dependent code
HR_LOOKUPS
HR_SUMMARY
APPS
HRSUMREP
- show dependent code
HR_COPY_GSP
- show dependent code
OTA_TP_MEASUREMENT_TYPES_V
|
|
|
|