[Home] [Help]
[Dependency Information]
| Object Name: | PAY_PATCH_STATUS |
|---|---|
| Object Type: | TABLE |
| Owner: | HR |
| FND Design Data: | PAY.PAY_PATCH_STATUS
|
| Subobject Name: | |
| Status: | VALID |
PAY_PATCH_STATUS is used to check the patching level of
Payroll customers. It is currently only populated for the US
legislation. Helps in tracking if the pre-requisites for a patch
have been applied.
| Tablespace: | APPS_TS_SEED |
|---|---|
| PCT Free: | 10 |
| PCT Used: |
| Index | Type | Uniqueness | Tablespace | Column |
|---|---|---|---|---|
| PAY_PATCH_STATUS_PK | NORMAL | UNIQUE |
APPS_TS_SEED
|
ID
ZD_EDITION_NAME
|
| PAY_PATCH_STATUS_N1 | NORMAL | NONUNIQUE |
APPS_TS_SEED
|
PATCH_NAME
|
| Name | Datatype | Length | Mandatory | Comments |
|---|---|---|---|---|
| ID | NUMBER | (15) | Yes | System-generated primary key column. |
| PATCH_NUMBER | NUMBER | (15) | Yes | ARU or Bug number of the patch |
| PATCH_NAME | VARCHAR2 | (240) | Yes | Name of the patch |
| PHASE | VARCHAR2 | (30) | Last successfully completed phase of a multi-phase patch to complete successfuly | |
| PROCESS_TYPE | VARCHAR2 | (100) | Indicates the type of patch. For example: Statutory update | |
| APPLIED_DATE | DATE | The date on which the patch was initialy applied | ||
| STATUS | VARCHAR2 | (2) | Status of the patch | |
| DESCRIPTION | VARCHAR2 | (4000) | Description of the contents of the patch | |
| UPDATE_DATE | DATE | Date of the most recent application of the patch | ||
| LEGISLATION_CODE | VARCHAR2 | (30) | Foreign Key to FND_TERRITORIES. | |
| APPLICATION_RELEASE | VARCHAR2 | (10) | Release of Application patch was applied in. | |
| PREREQ_PATCH_NAME | VARCHAR2 | (240) | Pre-requisite patch name | |
| ZD_EDITION_NAME | VARCHAR2 | (30) | Yes |
Cut, paste (and edit) the following text to query this object:
SELECT ID
, PATCH_NUMBER
, PATCH_NAME
, PHASE
, PROCESS_TYPE
, APPLIED_DATE
, STATUS
, DESCRIPTION
, UPDATE_DATE
, LEGISLATION_CODE
, APPLICATION_RELEASE
, PREREQ_PATCH_NAME
, ZD_EDITION_NAME
FROM HR.PAY_PATCH_STATUS;
HR.PAY_PATCH_STATUS does not reference any database object
HR.PAY_PATCH_STATUS is referenced by following:
HR
PAY_PATCH_STATUS#
|
|
|
|