[Home] [Help]
[Dependency Information]
| Object Name: | BEN_BATCH_MONITOR_V |
|---|---|
| Object Type: | VIEW |
| Owner: | APPS |
| FND Design Data: | BEN.BEN_BATCH_MONITOR_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 |
|---|---|---|---|---|
| BENEFIT_ACTION_ID | NUMBER | (15) | Yes | |
| CONCURRENT_REQUEST_ID | NUMBER | (15) | Yes | |
| CONCURRENT_PROGRAM_NAME | VARCHAR2 | (240) | Yes | |
| BUSINESS_GROUP_ID | NUMBER | (15) | Yes | Foreign Key to HR_ORGANIZATION_UNITS |
| STATUS_CODE | VARCHAR2 | (1) | Yes | |
| STATUS | VARCHAR2 | (80) | Yes |
Cut, paste (and edit) the following text to query this object:
SELECT BENEFIT_ACTION_ID
, CONCURRENT_REQUEST_ID
, CONCURRENT_PROGRAM_NAME
, BUSINESS_GROUP_ID
, STATUS_CODE
, STATUS
FROM APPS.BEN_BATCH_MONITOR_V;
APPS
BEN_BENEFIT_ACTIONS
FND_CONCURRENT_PROGRAMS_TL
FND_CONCURRENT_REQUESTS
FND_GLOBAL
- show dependent code
FND_LOOKUPS
APPS.BEN_BATCH_MONITOR_V is not referenced by any database object
|
|
|
|