[Home] [Help]
[Dependency Information]
| Object Name: | PAY_ACTION_CLASSIFICATIONS |
|---|---|
| Object Type: | TABLE |
| Owner: | HR |
| FND Design Data: | PAY.PAY_ACTION_CLASSIFICATIONS
|
| Subobject Name: | |
| Status: | VALID |
PAY_ACTION_CLASSIFICATIONS defines the action type classifications.
For example, a PREPAID action is one that is processed by the
pre-payments process. The assignment level interlock rules for a
process are also controlled by the values in this table.
| Tablespace: | APPS_TS_SEED |
|---|---|
| PCT Free: | 10 |
| PCT Used: |
| Index | Type | Uniqueness | Tablespace | Column |
|---|---|---|---|---|
| PAY_ACTION_CLASSIFICATIONS_PK | NORMAL | UNIQUE |
APPS_TS_SEED
|
ACTION_TYPE
CLASSIFICATION_NAME
ZD_EDITION_NAME
|
| Name | Datatype | Length | Mandatory | Comments |
|---|---|---|---|---|
| ACTION_TYPE | VARCHAR2 | (30) | Yes | Type of action. |
| CLASSIFICATION_NAME | VARCHAR2 | (30) | Yes | Classification of the action type. |
| ZD_EDITION_NAME | VARCHAR2 | (30) | Yes |
Cut, paste (and edit) the following text to query this object:
SELECT ACTION_TYPE
, CLASSIFICATION_NAME
, ZD_EDITION_NAME
FROM HR.PAY_ACTION_CLASSIFICATIONS;
HR.PAY_ACTION_CLASSIFICATIONS does not reference any database object
HR.PAY_ACTION_CLASSIFICATIONS is referenced by following:
HR
PAY_ACTION_CLASSIFICATIONS#
|
|
|
|