[Home] [Help]
[Dependency Information]
| Object Name: | BEN_PGM_F_EFC |
|---|---|
| Object Type: | TABLE |
| Owner: | BEN |
| FND Design Data: | BEN.BEN_PGM_F_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: |
PGM_ID
EFFECTIVE_START_DATE
EFFECTIVE_END_DATE
EFC_ACTION_ID| Index | Type | Uniqueness | Tablespace | Column |
|---|---|---|---|---|
| BEN_PGM_EFC_PK | NORMAL | UNIQUE |
APPS_TS_TX_IDX
|
PGM_ID
EFFECTIVE_START_DATE
EFFECTIVE_END_DATE
EFC_ACTION_ID
|
| Name | Datatype | Length | Mandatory | Comments |
|---|---|---|---|---|
| PGM_ID | NUMBER | Yes | Foreign Key to BEN_PGM_F. | |
| EFFECTIVE_START_DATE | DATE | Yes | Effective start date. | |
| EFFECTIVE_END_DATE | DATE | Yes | Effective end date. | |
| EFC_ACTION_ID | NUMBER | Yes | Foreign Key to HR_EFC_ACTIONS. | |
| PGM_UOM | VARCHAR2 | (30) | Refer to column comment on base table. |
Cut, paste (and edit) the following text to query this object:
SELECT PGM_ID
, EFFECTIVE_START_DATE
, EFFECTIVE_END_DATE
, EFC_ACTION_ID
, PGM_UOM
FROM BEN.BEN_PGM_F_EFC;
BEN.BEN_PGM_F_EFC does not reference any database object
BEN.BEN_PGM_F_EFC is referenced by following:
APPS
BEN_PGM_F_EFC
|
|
|
|