[Home] [Help]
[Dependency Information]
Object Name: | AR_SITES_ASSIGNED_V |
---|---|
Object Type: | VIEW |
Owner: | APPS |
FND Design Data: | ![]() |
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;
|
|
|