[Home] [Help]
[Dependency Information]
Object Name: | BEN_EE_VALUE_AND_NAME_V |
---|---|
Object Type: | VIEW |
Owner: | APPS |
FND Design Data: | ![]() |
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 |
---|---|---|---|---|
RESULT_VALUE | VARCHAR2 | (60) | The value of the result. | |
ELEMENT_NAME | VARCHAR2 | (80) | Yes | User name for the element type. This is the name used to generate database item names. |
DATE_EARNED | DATE | Date Earned value for a payroll run, usually the same value as Date Paid. | ||
PERSON_ID | NUMBER | (10) | Yes | Foreign Key to PER_PEOPLE_F. |
ACTY_BASE_RT_ID | NUMBER | (15) | Yes |
Cut, paste (and edit) the following text to query this object:
SELECT RESULT_VALUE
, ELEMENT_NAME
, DATE_EARNED
, PERSON_ID
, ACTY_BASE_RT_ID
FROM APPS.BEN_EE_VALUE_AND_NAME_V;
|
|
|