[Home] [Help]
[Dependency Information]
| Object Name: | CS_BILL_TO_SHIP_TO_ADDR_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 |
|---|---|---|---|---|
| ADDRESS | VARCHAR2 | (380) | Address of the Party Site | |
| LOCATION_ID | NUMBER | (15) | Yes | Identifier for Party Site Location |
| PARTY_SITE_ID | NUMBER | (15) | Yes | Party Site Identifier |
| SITE_USE_TYPE | VARCHAR2 | (30) | Yes | Site Use Type |
| PARTY_ID | NUMBER | (15) | Yes | Party Identifier |
Cut, paste (and edit) the following text to query this object:
SELECT ADDRESS
, LOCATION_ID
, PARTY_SITE_ID
, SITE_USE_TYPE
, PARTY_ID
FROM APPS.CS_BILL_TO_SHIP_TO_ADDR_V;
APPS
HZ_LOCATIONS
HZ_PARTIES
HZ_PARTY_SITES
HZ_PARTY_SITE_USES
APPS.CS_BILL_TO_SHIP_TO_ADDR_V is not referenced by any database object
|
|
|
|