[Home] [Help]
[Dependency Information]
Object Name: | AR_CM_SHIP_TO_CUST_S_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 |
---|---|---|---|---|
CM_SHIP_CUST_ACCOUNT_NUMBER | VARCHAR2 | (30) | Yes | Account Number |
CM_SHIP_CUST_TYPE | VARCHAR2 | (30) | Receivables lookup code for the CUSTOMER_TYPE attribute. I for internal customers, R for revenue generating external customers. | |
CM_SHIP_CUST_ACCOUNT_ID | NUMBER | (15) | Yes | Customer account identifier |
CM_SHIP_CUST_GLOBAL_ATTR1 | VARCHAR2 | (150) | Reserved for country-specific functionality | |
CM_SHIP_CUST_GLOBAL_ATTR10 | VARCHAR2 | (150) | Reserved for country-specific functionality | |
CM_SHIP_CUST_GLOBAL_ATTR12 | VARCHAR2 | (150) | Reserved for country-specific functionality | |
CM_SHIP_CUST_GLOBAL_ATTR9 | VARCHAR2 | (150) | Reserved for country-specific functionality | |
CM_SHIP_CUST_GLOBAL_ATTR_CAT | VARCHAR2 | (30) | Reserved for country-specific functionality | |
CM_SHIP_CUST_NPA_NUMBER | VARCHAR2 | (60) | Identifies an account with a Number Plan Area (NPA) used in telecommunications. | |
CM_SHIP_CUST_CAT_CODE | VARCHAR2 | (30) | User-definable category. Lookup type is CUSTOMER_CATEGORY | |
CM_SHIP_CUST_CITY | VARCHAR2 | (60) | City of the Identifying address | |
CM_SHIP_CUST_COUNTRY | VARCHAR2 | (60) | The country listed in the TERRITORY_CODE column of the FND_TERRITORY table. for the Identifying address. | |
CM_SHIP_CUST_COUNTY | VARCHAR2 | (60) | County of the Identifying address | |
CM_SHIP_CUST_GROUP_TYPE | VARCHAR2 | (30) | Lookup for group type | |
CM_SHIP_CUST_GSA_FLAG | VARCHAR2 | (1) | Indicates if this is a US federal agency supported by the General Services Administration (GSA). Y for organizations served by the GSA, N for organizations that are not served by the GSA. | |
CM_SHIP_CUST_FISCAL_CODE | VARCHAR2 | (20) | Taxpayer identification number, often unique identifier of person or organization. Can be SSN or income taxpayer ID in US, fiscal code or NIF in Europe | |
CM_SHIP_CUST_ALTERNATE_NAME | VARCHAR2 | (240) | An alias or other name by which a party is known | |
CM_SHIP_CUST_PARTY_ID | NUMBER | (15) | Yes | Party identifier |
CM_SHIP_CUST_PARTY_NAME | VARCHAR2 | (360) | Yes | Name of this party |
CM_SHIP_CUST_PARTY_NUMBER | VARCHAR2 | (30) | Yes | Unique identification number for this party |
CM_SHIP_CUST_PARTY_TYPE | VARCHAR2 | (30) | Yes | The party type can only be Person, Organization, Group or Relationship. |
CM_SHIP_CUST_POSTAL_CODE | VARCHAR2 | (60) | Postal Code of the Identifying address | |
CM_SHIP_CUST_PROVINCE | VARCHAR2 | (60) | Province of the Identifying address | |
CM_SHIP_CUST_STATE | VARCHAR2 | (60) | State of the Identifying address | |
CM_SHIP_CUST_TAX_REFERENCE | VARCHAR2 | (50) | Taxpayer registration number, also known as the VAT number. | |
LINE_NUMBER | NUMBER | (15) | ||
LEDGER_ID | NUMBER | (15) | ||
LANGUAGE | VARCHAR2 | (20) | ||
EVENT_ID | NUMBER | (15) |
Cut, paste (and edit) the following text to query this object:
SELECT CM_SHIP_CUST_ACCOUNT_NUMBER
, CM_SHIP_CUST_TYPE
, CM_SHIP_CUST_ACCOUNT_ID
, CM_SHIP_CUST_GLOBAL_ATTR1
, CM_SHIP_CUST_GLOBAL_ATTR10
, CM_SHIP_CUST_GLOBAL_ATTR12
, CM_SHIP_CUST_GLOBAL_ATTR9
, CM_SHIP_CUST_GLOBAL_ATTR_CAT
, CM_SHIP_CUST_NPA_NUMBER
, CM_SHIP_CUST_CAT_CODE
, CM_SHIP_CUST_CITY
, CM_SHIP_CUST_COUNTRY
, CM_SHIP_CUST_COUNTY
, CM_SHIP_CUST_GROUP_TYPE
, CM_SHIP_CUST_GSA_FLAG
, CM_SHIP_CUST_FISCAL_CODE
, CM_SHIP_CUST_ALTERNATE_NAME
, CM_SHIP_CUST_PARTY_ID
, CM_SHIP_CUST_PARTY_NAME
, CM_SHIP_CUST_PARTY_NUMBER
, CM_SHIP_CUST_PARTY_TYPE
, CM_SHIP_CUST_POSTAL_CODE
, CM_SHIP_CUST_PROVINCE
, CM_SHIP_CUST_STATE
, CM_SHIP_CUST_TAX_REFERENCE
, LINE_NUMBER
, LEDGER_ID
, LANGUAGE
, EVENT_ID
FROM APPS.AR_CM_SHIP_TO_CUST_S_V;
APPS.AR_CM_SHIP_TO_CUST_S_V is not referenced by any database object
|
|
|