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


VIEW: APPS.CS_BILL_TO_SHIP_TO_PARTY_V

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

***** Warning: Oracle Internal Use Only *****

Oracle Corporation does not support access to Oracle
applications data using this object, except from standard Oracle Applications programs.

View Type

Internal

[View Source]

Columns
Name Datatype Length Mandatory Comments
PARTY_NAME VARCHAR2 (360)
Name of the Party
PARTY_NUMBER VARCHAR2 (30)
Unique identification number for this party
PARTY_RELATIONSHIP_TYPE VARCHAR2 (30)
Lookup : Party Relationship Type
PARTY_ID NUMBER (15)
Party Identifier
ADDRESS VARCHAR2 (2000)
Address of the Party Site
OBJECT_ID NUMBER (15)
Bill to / Ship to Customer
Query Text

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


SELECT PARTY_NAME
,      PARTY_NUMBER
,      PARTY_RELATIONSHIP_TYPE
,      PARTY_ID
,      ADDRESS
,      OBJECT_ID
FROM APPS.CS_BILL_TO_SHIP_TO_PARTY_V;

Dependencies

[top of page]

APPS.CS_BILL_TO_SHIP_TO_PARTY_V references the following:

SchemaAPPS
PL/SQL PackageCS_STD - show dependent code
ViewFND_TERRITORIES_VL
SynonymHZ_PARTIES
SynonymHZ_RELATIONSHIPS

APPS.CS_BILL_TO_SHIP_TO_PARTY_V is not referenced by any database object