[Home] [Help]
[Dependency Information]
Object Name: | AST_BILLING_PREFERENCES_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.
A supplementary view used to simplify forms coding.
Warning: Oracle does not recommend you query or alter datausing this view. It may change dramatically in subsequent minor or major
releases.
Name | Datatype | Length | Mandatory | Comments |
---|---|---|---|---|
ROW_ID | ROWID | (10) | System generated identifier | |
CUST_ACCOUNT_ID | NUMBER | (15) | Yes | Customer Account Identifier. |
BILLING_PREFERENCES_ID | NUMBER | (15) | Yes | Unique identifier for this billing information |
SITE_USE_ID | NUMBER | (15) | Foreign key to HZ_CUST_SITE_USES_ALL | |
BILL_LANGUAGE | VARCHAR2 | (4) | Code for the language in which the bill is to be printed. Foreign key to FND_LANGUAGES | |
LANGUAGE_DESCRIPTION | VARCHAR2 | (255) | ||
NLS_LANGUAGE | VARCHAR2 | (30) | Name of the language in which the bill is to be printed. | |
BILL_ROUND_NUMBER | VARCHAR2 | (30) | Identifies approximate date range within month during which bill is generated | |
BILL_TYPE | VARCHAR2 | (30) | DETAIL or SUMMARY | |
MEDIA_FORMAT | VARCHAR2 | (30) | Format of media, such as tape, CD or floppy disk, on which bill will be distributed to customer | |
MEDIA_TYPE | VARCHAR2 | (30) | Type of media on which bill is presented, such as print, electronic transmission or electromagnetic media | |
NUMBER_OF_COPIES | NUMBER | Number of copies (printed or copies of the media) of bill that are distributed | ||
CURRENCY_CODE | VARCHAR2 | (15) | Currency code for billed amounts. Foreign key to FND_CURRENCIES | |
CURRENCY_NAME | VARCHAR2 | (80) | Currency name for billed amounts | |
HELD_BILL_EXPIRATION_DATE | DATE | Held Bill Expiration Date | ||
HOLD_BILL_FLAG | VARCHAR2 | (1) | Flag indicating bill is held | |
PAYMENT_TERM_ID | NUMBER | (15) | This column is not used by Receivables | |
LAST_UPDATE_DATE | DATE | Yes | Standard Who column - date when a user last updated this row. | |
LAST_UPDATED_BY | NUMBER | (15) | Yes | Standard who column - user who last updated this row (foreign key to FND_USER.USER_ID). |
CREATION_DATE | DATE | Yes | Standard who column - date when this row was created. | |
CREATED_BY | NUMBER | (15) | Yes | Standard who column - user who created this row (foreign key to FND_USER.USER_ID). |
LAST_UPDATE_LOGIN | NUMBER | (15) | Standard who column - operating system login of user who last updated this row (foreign key to FND_LOGINS.LOGIN_ID). |
Cut, paste (and edit) the following text to query this object:
SELECT ROW_ID
, CUST_ACCOUNT_ID
, BILLING_PREFERENCES_ID
, SITE_USE_ID
, BILL_LANGUAGE
, LANGUAGE_DESCRIPTION
, NLS_LANGUAGE
, BILL_ROUND_NUMBER
, BILL_TYPE
, MEDIA_FORMAT
, MEDIA_TYPE
, NUMBER_OF_COPIES
, CURRENCY_CODE
, CURRENCY_NAME
, HELD_BILL_EXPIRATION_DATE
, HOLD_BILL_FLAG
, PAYMENT_TERM_ID
, LAST_UPDATE_DATE
, LAST_UPDATED_BY
, CREATION_DATE
, CREATED_BY
, LAST_UPDATE_LOGIN
FROM APPS.AST_BILLING_PREFERENCES_V;
APPS.AST_BILLING_PREFERENCES_V is not referenced by any database object
|
|
|