[Home] [Help]
[Dependency Information]
| Object Name: | BENBV_ELCTBL_CHC_CTFN_V |
|---|---|
| Object Type: | VIEW |
| Owner: | APPS |
| FND Design Data: | BEN.BENBV_ELCTBL_CHC_CTFN_V
|
| Subobject Name: | |
| Status: | VALID |
Oracle Corporation does not support access to Oracle
applications data using this object, except from standard Oracle Applications programs.
Internal
| Name | Datatype | Length | Mandatory | Comments |
|---|---|---|---|---|
| PROGRAM_UPDATE_DATE | DATE | Electable choice certifications program update date. | ||
| _DF:ECC | CHAR | (31) | ||
| ENRT_CTFN_TYP_CD | VARCHAR2 | (30) | Yes | Possible certification name (Lookup code based on lookup type BEN_ENRT_CTFN_TYP). |
| ENRT_CTFN_TYP_CD_M | VARCHAR2 | (4000) | Possible certification name (Lookup meaning based on lookup type BEN_ENRT_CTFN_TYP). | |
| RQD_FLAG | VARCHAR2 | (30) | Yes | Certification required (Lookup code based on lookup type YES_NO). |
| RQD_FLAG_M | VARCHAR2 | (4000) | Certification required (Lookup meaning based on lookup type YES_NO). | |
| ELCTBL_CHC_CTFN_ID | NUMBER | (15) | Yes | System generated primary key column. |
| BUSINESS_GROUP_ID | NUMBER | (15) | Yes | Foreign Key to HR_ORGANIZATION_UNITS. |
| ELIG_PER_ELCTBL_CHC_ID | NUMBER | (15) | Foreign key to BEN_ELIG_PER_ELCTBL_CHC. | |
| ENRT_BNFT_ID | NUMBER | (15) | Foreign key to BEN_ENRT_BNFT. | |
| REQUEST_ID | NUMBER | (15) | Concurrent Program who column - concurrent request id of the program that last updated this row (foreign key to FND_CONCURRENT_REQUESTS.REQUEST_ID). | |
| PROGRAM_APPLICATION_ID | NUMBER | (15) | Concurrent Program who column - program id of the program that last updated this row (foreign key to FND_CONCURRENT_PROGRAM.CONCURRENT_PROGRAM_ID). | |
| PROGRAM_ID | NUMBER | (15) | Concurrent Program who column - program id of the program that last updated this row (foreign key to FND_CONCURRENT_PROGRAM.CONCURRENT_PROGRAM_ID). | |
| LAST_UPDATE_DATE | DATE | Standard Who column - date when a user last updated this row. | ||
| LAST_UPDATED_BY | NUMBER | (15) | Standard who column - user who last updated this row (foreign key to FND_USER.USER_ID). | |
| CREATED_BY | NUMBER | (15) | Standard who column - user who created this row (foreign key to FND_USER.USER_ID). | |
| CREATION_DATE | DATE | Standard who column - date when this row was created. |
Cut, paste (and edit) the following text to query this object:
SELECT PROGRAM_UPDATE_DATE
, _DF:ECC
, ENRT_CTFN_TYP_CD
, ENRT_CTFN_TYP_CD_M
, RQD_FLAG
, RQD_FLAG_M
, ELCTBL_CHC_CTFN_ID
, BUSINESS_GROUP_ID
, ELIG_PER_ELCTBL_CHC_ID
, ENRT_BNFT_ID
, REQUEST_ID
, PROGRAM_APPLICATION_ID
, PROGRAM_ID
, LAST_UPDATE_DATE
, LAST_UPDATED_BY
, CREATED_BY
, CREATION_DATE
FROM APPS.BENBV_ELCTBL_CHC_CTFN_V;
APPS
BEN_ELCTBL_CHC_CTFN
HR_BIS
- show dependent code
PUBLIC
BENBV_ELCTBL_CHC_CTFN_V
|
|
|
|