[Home] [Help]
[Dependency Information]
| Object Name: | GHR_RESTRICTED_PROC_METHODS |
|---|---|
| Object Type: | TABLE |
| Owner: | HR |
| FND Design Data: | GHR.GHR_RESTRICTED_PROC_METHODS
|
| Subobject Name: | |
| Status: | VALID |
GHR_RESTRICTED_PROC_METHODS is the intersection between a
restricted form (held on FND_COMMON_LOOKUPS) and personel action
data fields. A user is defined to use a certain restricted form
which means they see a restricted version of the request for personnel
action form.
When a user uses the restricted form this table holds information to
detemine the processing method for a data field to be put on top of
the processing method already determined for that data field in a
given family.
| Tablespace: | APPS_TS_SEED |
|---|---|
| PCT Free: | 10 |
| PCT Used: |
| Index | Type | Uniqueness | Tablespace | Column |
|---|---|---|---|---|
| GHR_RESTRICTED_PROC_METHODS_PK | NORMAL | UNIQUE |
APPS_TS_SEED
|
PA_DATA_FIELD_ID
RESTRICTED_FORM
ZD_EDITION_NAME
|
| Name | Datatype | Length | Mandatory | Comments |
|---|---|---|---|---|
| PA_DATA_FIELD_ID | NUMBER | (15) | Yes | Foreign key to GHR_PA_DATA_FIELDS. |
| RESTRICTED_FORM | VARCHAR2 | (30) | Yes | Name of the restricted form. |
| RESTRICTED_PROC_METHOD | VARCHAR2 | (30) | Yes | Restricted processing method for data field in the form. |
| ENABLED_FLAG | VARCHAR2 | (1) | Yes | Indicates whether the restricted process method is enabled. |
| START_DATE_ACTIVE | DATE | The date when the restricted process method becomes active. | ||
| END_DATE_ACTIVE | DATE | The date when the restricted process method becomes inactive. | ||
| LAST_UPDATE_DATE | DATE | Yes | Standard who column. | |
| LAST_UPDATED_BY | NUMBER | (15) | Yes | Standard who column. |
| LAST_UPDATE_LOGIN | NUMBER | (15) | Standard who column. | |
| CREATED_BY | NUMBER | (15) | Yes | Standard who column. |
| CREATION_DATE | DATE | Yes | Standard who column. | |
| ZD_EDITION_NAME | VARCHAR2 | (30) | Yes |
Cut, paste (and edit) the following text to query this object:
SELECT PA_DATA_FIELD_ID
, RESTRICTED_FORM
, RESTRICTED_PROC_METHOD
, ENABLED_FLAG
, START_DATE_ACTIVE
, END_DATE_ACTIVE
, LAST_UPDATE_DATE
, LAST_UPDATED_BY
, LAST_UPDATE_LOGIN
, CREATED_BY
, CREATION_DATE
, ZD_EDITION_NAME
FROM HR.GHR_RESTRICTED_PROC_METHODS;
HR.GHR_RESTRICTED_PROC_METHODS does not reference any database object
HR.GHR_RESTRICTED_PROC_METHODS is referenced by following:
HR
GHR_RESTRICTED_PROC_METHODS#
|
|
|
|