DBA Data[Home] [Help] [Dependency Information]


VIEW: APPS.BEN_BATCH_MONITOR_V

Object Details
Object Name: BEN_BATCH_MONITOR_V
Object Type: VIEW
Owner: APPS
FND Design Data: ViewBEN.BEN_BATCH_MONITOR_V
Subobject Name:
Status: VALID

View Type

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.

[View Source]

Columns
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
Query Text

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;

Dependencies

[top of page]

APPS.BEN_BATCH_MONITOR_V references the following:

SchemaAPPS
SynonymBEN_BENEFIT_ACTIONS
SynonymFND_CONCURRENT_PROGRAMS_TL
SynonymFND_CONCURRENT_REQUESTS
PL/SQL PackageFND_GLOBAL - show dependent code
ViewFND_LOOKUPS
APPS.BEN_BATCH_MONITOR_V is referenced by following:

SchemaPUBLIC
SynonymBEN_BATCH_MONITOR_V