[Home] [Help]
[Dependency Information]
| Object Name: | BEN_ENRT_PGM_V |
|---|---|
| Object Type: | VIEW |
| Owner: | APPS |
| FND Design Data: | BEN.BEN_ENRT_PGM_V
|
| Subobject Name: | |
| Status: | VALID |
A supplementary view used to simplify forms coding.
Warning: Oracle does not recommend you query or alter datausing this view. It may change dramatically in subsequent minor or major
releases.
| Name | Datatype | Length | Mandatory | Comments |
|---|---|---|---|---|
| PGM_ID | NUMBER | (15) | ||
| PGM_NAME | VARCHAR2 | (240) | ||
| PERSON_ID | NUMBER | (15) | Yes | Foreign Key to PER_PEOPLE_F. |
| BUSINESS_GROUP_ID | NUMBER | (15) | Yes | Foreign Key to HR_ORGANIZATION_UNITS |
Cut, paste (and edit) the following text to query this object:
SELECT PGM_ID
, PGM_NAME
, PERSON_ID
, BUSINESS_GROUP_ID
FROM APPS.BEN_ENRT_PGM_V;
APPS
BEN_PGM_F
BEN_PRTT_ENRT_RSLT_F
FND_SESSIONS
HR_API
- show dependent code
HR_LOOKUPS
APPS.BEN_ENRT_PGM_V is not referenced by any database object
|
|
|
|