[Home] [Help]
[Dependency Information]
| Object Name: | PER_PAY_PROPOSALS_EFC |
|---|---|
| Object Type: | TABLE |
| Owner: | HR |
| FND Design Data: | PER.PER_PAY_PROPOSALS_EFC
|
| Subobject Name: | |
| Status: | VALID |
Oracle Corporation does not support access to Oracle
applications data using this object, except from standard Oracle Applications programs.
| Tablespace: | APPS_TS_TX_DATA |
|---|---|
| PCT Free: | 10 |
| PCT Used: |
PAY_PROPOSAL_ID
EFC_ACTION_ID| Index | Type | Uniqueness | Tablespace | Column |
|---|---|---|---|---|
| PER_PAY_PROPOSALS_EFC_PK | NORMAL | UNIQUE |
APPS_TS_TX_IDX
|
PAY_PROPOSAL_ID
EFC_ACTION_ID
|
| Name | Datatype | Length | Mandatory | Comments |
|---|---|---|---|---|
| PAY_PROPOSAL_ID | NUMBER | (15) | Yes | Refer to column comment on base table. |
| EFC_ACTION_ID | NUMBER | (15) | Yes | Foreign Key to HR_EFC_ACTIONS. |
| PROPOSED_SALARY_N | NUMBER | Refer to column comment on base table. | ||
| INPUT_CURRENCY_CODE | VARCHAR2 | (30) | Refer to column comment on base table. |
Cut, paste (and edit) the following text to query this object:
SELECT PAY_PROPOSAL_ID
, EFC_ACTION_ID
, PROPOSED_SALARY_N
, INPUT_CURRENCY_CODE
FROM HR.PER_PAY_PROPOSALS_EFC;
HR.PER_PAY_PROPOSALS_EFC does not reference any database object
HR.PER_PAY_PROPOSALS_EFC is referenced by following:
HR
PER_PAY_PROPOSALS_EFC#
|
|
|
|