[Home] [Help]
[Dependency Information]
| Object Name: | BEN_EE_VALUE_AND_NAME_V |
|---|---|
| Object Type: | VIEW |
| Owner: | APPS |
| FND Design Data: | BEN.BEN_EE_VALUE_AND_NAME_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 |
|---|---|---|---|---|
| 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;
APPS
BEN_ACTY_BASE_RT_F
FND_SESSIONS
HR_GENERAL
- show dependent code
HR_SECURITY
- show dependent code
PAY_ASSIGNMENT_ACTIONS
PAY_ELEMENT_TYPES_F
PAY_INPUT_VALUES_F
PAY_PAYROLLS_F
PAY_PAYROLL_ACTIONS
PAY_RUN_RESULTS
PAY_RUN_RESULT_VALUES
PER_ASSIGNMENTS_F
PER_TIME_PERIODS
PUBLIC
BEN_EE_VALUE_AND_NAME_V
|
|
|
|