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


VIEW: APPS.BIS_COUNTRIES_V

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

View Type

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


BIS_COUNTRIES_V
Contains the area codes, country codes, region codes and the value for each of the country, region and area defined.


[View Source]

Columns
Name Datatype Length Mandatory Comments
ID VARCHAR2 (2) Yes Country ID
VALUE VARCHAR2 (80) Yes Value
COUNTRY_CODE VARCHAR2 (2) Yes Country Code
NAME VARCHAR2 (80) Yes Country Name
DESCRIPTION VARCHAR2 (240)
Country description
AREA_CODE VARCHAR2 (30)
Area Code
Query Text

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


SELECT ID
,      VALUE
,      COUNTRY_CODE
,      NAME
,      DESCRIPTION
,      AREA_CODE
FROM APPS.BIS_COUNTRIES_V;

Dependencies

[top of page]

APPS.BIS_COUNTRIES_V references the following:

SchemaAPPS
SynonymBIS_TERRITORY_HIERARCHIES
PL/SQL PackageFND_GLOBAL - show dependent code
ViewFND_LOOKUPS
SynonymFND_TERRITORIES_TL
APPS.BIS_COUNTRIES_V is referenced by following:

SchemaAPPS
ViewBIS_REGIONS_V