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


VIEW: APPS.BIS_OBJ_HIERARCHY_V

Object Details
Object Name: BIS_OBJ_HIERARCHY_V
Object Type: VIEW
Owner: APPS
FND Design Data: ViewBIS.BIS_OBJ_HIERARCHY_V
Subobject Name:
Status: VALID

View Type

A public view which may be useful for custom reporting or other data
requirements.


The view for object relationship hierarchy


[View Source]

Columns
Name Datatype Length Mandatory Comments
OBJ_TYPE VARCHAR2 (30)
comment
OBJ_NAME VARCHAR2 (480)
comment
USER_OBJ_NAME VARCHAR2 (480)
comment
USER_CONCURRENT_PROGRAM_NAME VARCHAR2 (240)
comment
REFRESH_MODE VARCHAR2 (30)
comment
OBJ_DISP_TYPE VARCHAR2 (80) Yes comment
Query Text

Cut, paste (and edit) the following text to query this object:


SELECT OBJ_TYPE
,      OBJ_NAME
,      USER_OBJ_NAME
,      USER_CONCURRENT_PROGRAM_NAME
,      REFRESH_MODE
,      OBJ_DISP_TYPE
FROM APPS.BIS_OBJ_HIERARCHY_V;

Dependencies

[top of page]

APPS.BIS_OBJ_HIERARCHY_V references the following:

SchemaAPPS
SynonymBIS_OBJ_DEPENDENCY
SynonymBIS_OBJ_PROG_LINKAGES
ViewFND_COMMON_LOOKUPS
ViewFND_CONCURRENT_PROGRAMS_VL
ViewFND_FORM_FUNCTIONS_VL
PL/SQL PackageFND_GLOBAL - show dependent code

APPS.BIS_OBJ_HIERARCHY_V is not referenced by any database object