[Home] [Help]
[Dependency Information]
| Object Name: | BENBV_PL_R_OIPL_PREM_BY_MO_V |
|---|---|
| Object Type: | VIEW |
| Owner: | APPS |
| FND Design Data: | BEN.BENBV_PL_R_OIPL_PREM_BY_MO_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 |
|---|---|---|---|---|
| EFFECTIVE_START_DATE | DATE | Yes | Effective start date. | |
| EFFECTIVE_END_DATE | DATE | Yes | Effective end date. | |
| PROGRAM_UPDATE_DATE | DATE | Program update date. | ||
| MO_NUM | NUMBER | (2) | Monthly activity month. | |
| YR_NUM | NUMBER | (4) | Monthly activity year. | |
| VAL | NUMBER | Monthly activity value. | ||
| UOM | VARCHAR2 | (30) | Monthly activity uom. | |
| PRTTS_NUM | NUMBER | (15) | Number of participants. | |
| _DF:PBM | CHAR | (38) | ||
| MNL_ADJ_FLAG | VARCHAR2 | (30) | Yes | Monthly activity premium manually adjusted (Lookup code based on lookup type YES_NO). |
| MNL_ADJ_FLAG_M | VARCHAR2 | (4000) | Monthly activity premium manually adjusted (Lookup meaning based on lookup type YES_NO). | |
| PL_R_OIPL_PREM_BY_MO_ID | NUMBER | (15) | Yes | System generated primary key column. |
| ACTL_PREM_ID | NUMBER | (15) | Yes | Foreign key to BEN_ACTL_PREM_F. |
| BUSINESS_GROUP_ID | NUMBER | (15) | Yes | Foreign Key to HR_ORGANIZATION_UNITS. |
| COST_ALLOCATION_KEYFLEX_ID | NUMBER | (15) | Foreign key to PAY_COST_ALLOCATION_KEYFLEX. | |
| 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_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_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). | |
| 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 EFFECTIVE_START_DATE
, EFFECTIVE_END_DATE
, PROGRAM_UPDATE_DATE
, MO_NUM
, YR_NUM
, VAL
, UOM
, PRTTS_NUM
, _DF:PBM
, MNL_ADJ_FLAG
, MNL_ADJ_FLAG_M
, PL_R_OIPL_PREM_BY_MO_ID
, ACTL_PREM_ID
, BUSINESS_GROUP_ID
, COST_ALLOCATION_KEYFLEX_ID
, REQUEST_ID
, PROGRAM_ID
, PROGRAM_APPLICATION_ID
, LAST_UPDATE_DATE
, LAST_UPDATED_BY
, CREATED_BY
, CREATION_DATE
FROM APPS.BENBV_PL_R_OIPL_PREM_BY_MO_V;
APPS
BEN_PL_R_OIPL_PREM_BY_MO_F
HR_BIS
- show dependent code
PUBLIC
BENBV_PL_R_OIPL_PREM_BY_MO_V
|
|
|
|