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


VIEW: APPS.BIL_DIMV_CUSTOMERS

Object Details
Object Name: BIL_DIMV_CUSTOMERS
Object Type: VIEW
Owner: APPS
FND Design Data: ViewBIL.BIL_DIMV_CUSTOMERS
Subobject Name:
Status: VALID

View Type

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


BIL_DIMV_CUSTOMERS - Dimension view used to provide access to customer names.
.
Source is Oracle Applications HR schema.
.
.


[View Source]

Columns
Name Datatype Length Mandatory Comments
CUSTOMER_ID NUMBER

Party identifier
CUSTOMER_NAME VARCHAR2 (360)
Party name
CUSTOMER_NUMBER VARCHAR2 (30)
Unique identification number for this party.
PARTY_TYPE VARCHAR2 (80)
Type of the party; can be Person, Group, Organization or Relationship.
ADDRESS1 VARCHAR2 (240)
First line of the identifying address
ADDRESS2 VARCHAR2 (240)
Second line of the identifying address
ADDRESS3 VARCHAR2 (240)
Third line of the identifying address
ADDRESS4 VARCHAR2 (240)
Fourth line of the identifying address
CITY VARCHAR2 (80)
City of the identifying address
STATE VARCHAR2 (80)
State First line of the identifying address
COUNTRY VARCHAR2 (80)
Country of the identifying address
COUNTY VARCHAR2 (80)
County of the identifying address
PROVINCE VARCHAR2 (80)
Province of the identifying address
POSTAL_CODE VARCHAR2 (80)
Postal code of the identifying address
CREATION_DATE DATE

Party identifier creation date
ID VARCHAR2 (40)
Party identifier
VALUE VARCHAR2 (80)
Party name
Query Text

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


SELECT CUSTOMER_ID
,      CUSTOMER_NAME
,      CUSTOMER_NUMBER
,      PARTY_TYPE
,      ADDRESS1
,      ADDRESS2
,      ADDRESS3
,      ADDRESS4
,      CITY
,      STATE
,      COUNTRY
,      COUNTY
,      PROVINCE
,      POSTAL_CODE
,      CREATION_DATE
,      ID
,      VALUE
FROM APPS.BIL_DIMV_CUSTOMERS;

Dependencies

[top of page]

APPS.BIL_DIMV_CUSTOMERS references the following:

SchemaAPPS
PL/SQL PackageFND_GLOBAL - show dependent code
ViewFND_LOOKUPS
SynonymHZ_PARTIES

APPS.BIL_DIMV_CUSTOMERS is not referenced by any database object