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


VIEW: APPS.BIX_DM_DNIS_PARAM_V

Object Details
Object Name: BIX_DM_DNIS_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 all the DNIS from the table bix_dm_dnis . 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 .
DNIS_ID VARCHAR2 (40)
Unique identifier for DNIS .
DNIS_NAME VARCHAR2 (80)
Name of the DNIS .
Query Text

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


SELECT SORT_COL
,      DNIS_ID
,      DNIS_NAME
FROM APPS.BIX_DM_DNIS_PARAM_V;

Dependencies

[top of page]

APPS.BIX_DM_DNIS_PARAM_V references the following:

SchemaAPPS
SynonymBIX_DM_DNIS
PL/SQL PackageFND_GLOBAL - show dependent code
ViewFND_LOOKUPS

APPS.BIX_DM_DNIS_PARAM_V is not referenced by any database object