[Home] [Help]
[Dependency Information]
| Object Name: | AR_SITES_ASSIGNED_V |
|---|---|
| Object Type: | VIEW |
| Owner: | APPS |
| FND Design Data: | AR.AR_SITES_ASSIGNED_V
|
| 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_ID | NUMBER | (15) | Yes | The identifier of the subject in this relationship |
| CUST_ACCOUNT_ID | NUMBER | (15) | Yes | Foreign key to the HZ_CUST_ACCOUNTS table |
| CUST_ACCT_SITE_ID | NUMBER | (15) | Customer account site identifier. Foreign key to the HZ_CUST_ACCT_SITES_ALL table |
Cut, paste (and edit) the following text to query this object:
SELECT PARTY_ID
, CUST_ACCOUNT_ID
, CUST_ACCT_SITE_ID
FROM APPS.AR_SITES_ASSIGNED_V;
APPS
HZ_CUST_ACCOUNT_ROLES
HZ_CUST_ACCT_SITES
HZ_RELATIONSHIPS
HZ_ROLE_RESPONSIBILITY
APPS
ARI_UTILITIES
- show dependent code
ARW_SEARCH_CUSTOMERS
- show dependent code
|
|
|
|