[Home] [Help]
[Dependency Information]
Object Name: | OKI_BILL_TO_ADDRS_V |
---|---|
Object Type: | VIEW |
Owner: | APPS |
FND Design Data: | ![]() |
Subobject Name: | |
Status: | VALID |
A public view which may be useful for custom reporting or other data
requirements.
This view shows the bill to addresses for contracts in OKI_SALES_K_HDRS. There may be multiple bill to addresses for the same contract.
Name | Datatype | Length | Mandatory | Comments |
---|---|---|---|---|
SITE_USE_ID | NUMBER | (15) | The internal identifier from HZ_CUST_SITE_USES_ALL | |
PARTY_SITE_ID | NUMBER | (15) | Yes | The internal identifer for the party site referenced by this address. |
LOCATION_ID | NUMBER | (15) | Yes | The identifier from HZ_LOCATIONS for this location. |
RULE_ID | VARCHAR2 | (0) | The internal identifier of the rule that holds this address. | |
CONTRACT_ID | NUMBER | Yes | The contract header identifier for this address. | |
CONTRACT_LINE_ID | NUMBER | Yes | The contract line identifier for this address, if at the line level. | |
CONTRACT_NUMBER | VARCHAR2 | (120) | Contract number for this contract. | |
CONTRACT_NUMBER_MODIFIER | VARCHAR2 | (120) | The contract number modifier in which this address is used. | |
LINE_NUMBER | VARCHAR2 | (150) | The external contract line number to which the address is associated, if at line level. | |
NAME | VARCHAR2 | (40) | Yes | The name associated with the address. |
COUNTRY | VARCHAR2 | (60) | Yes | The country of the address. |
ADDRESS1 | VARCHAR2 | (240) | Yes | The first address line. |
ADDRESS2 | VARCHAR2 | (240) | The second address line. | |
ADDRESS3 | VARCHAR2 | (240) | The third address line. | |
ADDRESS4 | VARCHAR2 | (240) | The fourth address line. | |
CITY | VARCHAR2 | (60) | The address city. | |
POSTAL_CODE | VARCHAR2 | (60) | The address postal code. | |
STATE | VARCHAR2 | (60) | The address state, if appropriate. | |
PROVINCE | VARCHAR2 | (60) | The address province, if appropriate. | |
COUNTY | VARCHAR2 | (60) | The address county, if appropriate. | |
FORMAT_ADDRESS | VARCHAR2 | (0) | The address formatted as a string. |
Cut, paste (and edit) the following text to query this object:
SELECT SITE_USE_ID
, PARTY_SITE_ID
, LOCATION_ID
, RULE_ID
, CONTRACT_ID
, CONTRACT_LINE_ID
, CONTRACT_NUMBER
, CONTRACT_NUMBER_MODIFIER
, LINE_NUMBER
, NAME
, COUNTRY
, ADDRESS1
, ADDRESS2
, ADDRESS3
, ADDRESS4
, CITY
, POSTAL_CODE
, STATE
, PROVINCE
, COUNTY
, FORMAT_ADDRESS
FROM APPS.OKI_BILL_TO_ADDRS_V;
APPS.OKI_BILL_TO_ADDRS_V is not referenced by any database object
|
|
|