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


VIEW: APPS.BIS_TERRITORIES_V

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

View Type

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


BIS_TERRITORIES_V


[View Source]

Columns
Name Datatype Length Mandatory Comments
TERRITORY_CODE VARCHAR2 (30)
comment
NAME VARCHAR2 (80)
comment
DESCRIPTION VARCHAR2 (240)
comment
TYPE VARCHAR2 (30)
comment
Query Text

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


SELECT TERRITORY_CODE
,      NAME
,      DESCRIPTION
,      TYPE
FROM APPS.BIS_TERRITORIES_V;

Dependencies

[top of page]

APPS.BIS_TERRITORIES_V references the following:

SchemaAPPS
PL/SQL PackageFND_GLOBAL - show dependent code
ViewFND_LOOKUPS
ViewFND_TERRITORIES_VL
APPS.BIS_TERRITORIES_V is referenced by following:

SchemaAPPS
ViewBIS_AREAS_V
ViewBIS_REGIONS_V
ViewBIS_TERRITORY_HIERARCHIES_V