[Home] [Help]
[Dependency Information]
| Object Name: | HR_H2PI_PATCH_STATUS_V |
|---|---|
| Object Type: | VIEW |
| Owner: | APPS |
| FND Design Data: | PER.HR_H2PI_PATCH_STATUS_V
|
| Subobject Name: | |
| Status: | VALID |
Oracle Corporation does not support access to Oracle
applications data using this object, except from standard Oracle Applications programs.
| Name | Datatype | Length | Mandatory | Comments |
|---|---|---|---|---|
| PATCH_NUMBER | NUMBER | (15) | Yes | Patch number. |
| PATCH_NAME | VARCHAR2 | (240) | Yes | Patch name. |
| STATUS | VARCHAR2 | (2) | Status | |
| APPLIED_DATE | DATE | Applied date. |
Cut, paste (and edit) the following text to query this object:
SELECT PATCH_NUMBER
, PATCH_NAME
, STATUS
, APPLIED_DATE
FROM APPS.HR_H2PI_PATCH_STATUS_V;
APPS
PAY_PATCH_STATUS
APPS
HR_H2PI_VALIDATE
- show dependent code
|
|
|
|