[Home] [Help]
[Dependency Information]
| Object Name: | HR_PAY_INTERFACE_OAB_OPTION_V |
|---|---|
| Object Type: | VIEW |
| Owner: | APPS |
| FND Design Data: | PER.HR_PAY_INTERFACE_OAB_OPTION_V
|
| Subobject Name: | |
| Status: | VALID |
Oracle Corporation does not support access to Oracle
applications data using this object, except from standard Oracle Applications programs.
Internal
| Name | Datatype | Length | Mandatory | Comments |
|---|---|---|---|---|
| COVERAGE_TYPE | VARCHAR2 | (240) | Yes | The name of the option. |
| PL_ID | NUMBER | (15) | Yes | The internal identifier of the plan. |
| OIPL_ID | NUMBER | (15) | Yes | The internal identifier of the option |
| OPT_LAST_UPDATE_DATE | DATE | The date the option was last updated. | ||
| EFFECTIVE_START_DATE | DATE | Yes | The date the option is effective from. | |
| EFFECTIVE_END_DATE | DATE | Yes | The date the option becomes invalid. |
Cut, paste (and edit) the following text to query this object:
SELECT COVERAGE_TYPE
, PL_ID
, OIPL_ID
, OPT_LAST_UPDATE_DATE
, EFFECTIVE_START_DATE
, EFFECTIVE_END_DATE
FROM APPS.HR_PAY_INTERFACE_OAB_OPTION_V;
APPS
BEN_OIPL_F
BEN_OPT_F
HR_PAY_INTERFACE_PKG
- show dependent code
APPS
HR_CERIDIAN_OAB_BENEFIT_V
PUBLIC
HR_PAY_INTERFACE_OAB_OPTION_V
|
|
|
|