[Home] [Help]
[Dependency Information]
| Object Name: | HR_SUMMARY_KEY_VALUES_V |
|---|---|
| Object Type: | VIEW |
| Owner: | APPS |
| FND Design Data: | PER.HR_SUMMARY_KEY_VALUES_V
|
| 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 |
|---|---|---|---|---|
| KEY_VALUE | VARCHAR2 | (240) | The key value. | |
| KEY_TYPE | VARCHAR2 | (240) | The key type. | |
| ITEM_VALUE_ID | NUMBER | (15) | Identifies the item value. |
Cut, paste (and edit) the following text to query this object:
SELECT KEY_VALUE
, KEY_TYPE
, ITEM_VALUE_ID
FROM APPS.HR_SUMMARY_KEY_VALUES_V;
APPS
HR_API
- show dependent code
HR_GENERAL
- show dependent code
HR_SUMMARY_KEY_TYPE
HR_SUMMARY_KEY_VALUE
APPS.HR_SUMMARY_KEY_VALUES_V is not referenced by any database object
|
|
|
|