[Home] [Help]
[Dependency Information]
| Object Name: | CS_BILL_TO_SHIP_TO_PARTY_V |
|---|---|
| Object Type: | VIEW |
| Owner: | APPS |
| Subobject Name: | |
| Status: | VALID |
Oracle Corporation does not support access to Oracle
applications data using this object, except from standard Oracle Applications programs.
Internal
| 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 |
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;
APPS
CS_STD
- show dependent code
FND_TERRITORIES_VL
HZ_PARTIES
HZ_RELATIONSHIPS
APPS.CS_BILL_TO_SHIP_TO_PARTY_V is not referenced by any database object
|
|
|
|