[Home] [Help]
[Dependency Information]
| Object Name: | BENBV_PTNL_LER_FOR_PER_V |
|---|---|
| Object Type: | VIEW |
| Owner: | APPS |
| FND Design Data: | BEN.BENBV_PTNL_LER_FOR_PER_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 |
|---|---|---|---|---|
| LF_EVT_OCRD_DT | DATE | Yes | Occurred date. | |
| DTCTD_DT | DATE | Detected date. | ||
| PROCD_DT | DATE | Processed date. | ||
| UNPROCD_DT | DATE | Unprocessed date. | ||
| VOIDD_DT | DATE | Voided date. | ||
| MNL_DT | DATE | Manual date. | ||
| MNLO_DT | DATE | Manual override date. | ||
| PROGRAM_UPDATE_DATE | DATE | Program update date. | ||
| NTFN_DT | DATE | Notification date. | ||
| PTNL_LER_FOR_PER_STAT_CD | VARCHAR2 | (30) | Yes | Status (Lookup code based on lookup type BEN_PER_IN_LER_STAT). |
| PTNL_LER_FOR_PER_STAT_CD_M | VARCHAR2 | (4000) | Status (Lookup meaning based on lookup type BEN_PER_IN_LER_STAT). | |
| PTNL_LER_FOR_PER_SRC_CD | VARCHAR2 | (30) | Potential life event reason for person source (Lookup code based on lookup type BEN_PTNL_LER_FOR_PER_SRC). | |
| PTNL_LER_FOR_PER_SRC_CD_M | VARCHAR2 | (4000) | Potential life event reason for person source (Lookup meaning based on lookup type BEN_PTNL_LER_FOR_PER_SRC). | |
| PTNL_LER_FOR_PER_ID | NUMBER | (15) | Yes | System generated primary key column. |
| BUSINESS_GROUP_ID | NUMBER | (15) | Yes | Foreign Key to HR_ORGANIZATION_UNITS. |
| LER_ID | NUMBER | (15) | Yes | Foreign key to BEN_LER_F. |
| PERSON_ID | NUMBER | (15) | Yes | Foreign Key to PER_ALL_PEOPLE_F. |
| ENRT_PERD_ID | NUMBER | (15) | Foreign key to BEN_ENRT_PERD. | |
| 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). | |
| CSD_BY_PTNL_LER_FOR_PER_ID | NUMBER | (15) | CSD_BY_PTNL_LER_FOR_PER_ID | |
| TRGR_TABLE_PK_ID | NUMBER | (15) | Trigger table primary key | |
| 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 LF_EVT_OCRD_DT
, DTCTD_DT
, PROCD_DT
, UNPROCD_DT
, VOIDD_DT
, MNL_DT
, MNLO_DT
, PROGRAM_UPDATE_DATE
, NTFN_DT
, PTNL_LER_FOR_PER_STAT_CD
, PTNL_LER_FOR_PER_STAT_CD_M
, PTNL_LER_FOR_PER_SRC_CD
, PTNL_LER_FOR_PER_SRC_CD_M
, PTNL_LER_FOR_PER_ID
, BUSINESS_GROUP_ID
, LER_ID
, PERSON_ID
, ENRT_PERD_ID
, REQUEST_ID
, PROGRAM_APPLICATION_ID
, PROGRAM_ID
, CSD_BY_PTNL_LER_FOR_PER_ID
, TRGR_TABLE_PK_ID
, LAST_UPDATE_DATE
, LAST_UPDATED_BY
, CREATED_BY
, CREATION_DATE
FROM APPS.BENBV_PTNL_LER_FOR_PER_V;
APPS
BEN_PTNL_LER_FOR_PER
HR_BIS
- show dependent code
APPS.BENBV_PTNL_LER_FOR_PER_V is not referenced by any database object
|
|
|
|