[Home] [Help]
[Dependency Information]
| Object Name: | BENBV_PRTT_RT_VAL_CTFN_PRVDD_V |
|---|---|
| Object Type: | VIEW |
| Owner: | APPS |
| FND Design Data: | BEN.BENBV_PRTT_RT_VAL_CTFN_PRVDD_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 |
|---|---|---|---|---|
| ENRT_CTFN_RECD_DT | DATE | Certificate received date. | ||
| ENRT_CTFN_DND_DT | DATE | Certificate denied date. | ||
| PROGRAM_UPDATE_DATE | DATE | Program update date. | ||
| _DF:RVC | CHAR | (40) | ||
| ENRT_CTFN_TYP_CD | VARCHAR2 | (30) | Yes | Certificate Name (Lookup code based on lookup type BEN_ENRT_CTFN_TYP). |
| ENRT_CTFN_TYP_CD_M | VARCHAR2 | (4000) | Certificate Name (Lookup meaning based on lookup type BEN_ENRT_CTFN_TYP). | |
| ENRT_CTFN_RQD_FLAG | VARCHAR2 | (30) | Yes | Certificate required (Lookup code based on lookup type YES_NO). |
| ENRT_CTFN_RQD_FLAG_M | VARCHAR2 | (4000) | Certificate required (Lookup meaning based on lookup type YES_NO). | |
| PRTT_RT_VAL_CTFN_PRVDD_ID | NUMBER | (15) | Yes | System generated primary key column. |
| BUSINESS_GROUP_ID | NUMBER | (15) | Yes | Foreign Key to HR_ORGANIZATION_UNITS. |
| PRTT_RT_VAL_ID | NUMBER | (15) | Yes | Foreign key to BEN_PRTT_RT_VAL. |
| 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 ENRT_CTFN_RECD_DT
, ENRT_CTFN_DND_DT
, PROGRAM_UPDATE_DATE
, _DF:RVC
, ENRT_CTFN_TYP_CD
, ENRT_CTFN_TYP_CD_M
, ENRT_CTFN_RQD_FLAG
, ENRT_CTFN_RQD_FLAG_M
, PRTT_RT_VAL_CTFN_PRVDD_ID
, BUSINESS_GROUP_ID
, PRTT_RT_VAL_ID
, REQUEST_ID
, PROGRAM_APPLICATION_ID
, PROGRAM_ID
, LAST_UPDATE_DATE
, LAST_UPDATED_BY
, CREATED_BY
, CREATION_DATE
FROM APPS.BENBV_PRTT_RT_VAL_CTFN_PRVDD_V;
APPS
BEN_PRTT_RT_VAL_CTFN_PRVDD
HR_BIS
- show dependent code
APPS.BENBV_PRTT_RT_VAL_CTFN_PRVDD_V is not referenced by any database object
|
|
|
|