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


VIEW: APPS.BIX_DM_GROUP_RPT_PARAM_V

Object Details
Object Name: BIX_DM_GROUP_RPT_PARAM_V
Object Type: VIEW
Owner: APPS
Subobject Name:
Status: VALID

View Type

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


This view lists only the groups that the user manages . It is used in the definition of list of values for the parameters of reports and bins .


[View Source]

Columns
Name Datatype Length Mandatory Comments
SORT_COL NUMBER

Used to sort the rows in the views while displaying in the list of values of the parameters .
GROUP_ID VARCHAR2 (41)
Unique identifier for the group .
GROUP_NAME VARCHAR2 (360)
Name of the group .
Query Text

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


SELECT SORT_COL
,      GROUP_ID
,      GROUP_NAME
FROM APPS.BIX_DM_GROUP_RPT_PARAM_V;

Dependencies

[top of page]

APPS.BIX_DM_GROUP_RPT_PARAM_V references the following:

SchemaAPPS
PL/SQL PackageFND_GLOBAL - show dependent code
ViewFND_LOOKUPS
ViewJTF_RS_GROUPS_VL
SynonymJTF_RS_GROUP_MEMBERS
SynonymJTF_RS_RESOURCE_EXTNS
ViewJTF_RS_RESOURCE_EXTNS_VL
SynonymJTF_RS_ROLES_B
SynonymJTF_RS_ROLE_RELATIONS

APPS.BIX_DM_GROUP_RPT_PARAM_V is not referenced by any database object