DBA Data[Home] [Help] [Dependency Information]


VIEW: APPS.JTF_BILLING_PREFERENCES_V

Object Details
Object Name: JTF_BILLING_PREFERENCES_V
Object Type: VIEW
Owner: APPS
FND Design Data: ViewJTF.JTF_BILLING_PREFERENCES_V
Subobject Name:
Status: VALID

View Type

A public view which may be useful for custom reporting or other data
requirements.


JTF_BILLING_PREFERENCES_V describes the invoicing format preferred by customer accounts or customer account sites


[View Source]

Columns
Name Datatype Length Mandatory Comments
ROW_ID ROWID (10)
Row Id
BILLING_PREFERENCES_ID NUMBER (15) Yes Unique identifier for this billing information
BILL_LANGUAGE VARCHAR2 (4)
The language (e.g., English, Spanish) in which the bill is to be printed. FK to FND_LANGUAGES
BILL_ROUND_NUMBER VARCHAR2 (30)
Describes the rounding method that rounds the amounts on the bill to a specified limit.
BILL_TYPE VARCHAR2 (30)
DETAIL OR SUMMARY
MEDIA_FORMAT VARCHAR2 (30)
An identifier for the type of media (e.g., tape, CD, 3.5 inch floppy) on which the bill is to be copied for distribution to the customer.
SITE_USE_ID NUMBER (15)
FK to HZ_CUST_SITE_USES_ALL
MEDIA_TYPE VARCHAR2 (30)
The type of media on which the bill is to be presented. For example, printed, electronic transmission or electromagnetic (i.e., tape)
CUST_ACCOUNT_ID NUMBER (15) Yes Customer Account identifier. FK to HZ_CUST_ACCOUNTS_ALL
NUMBER_OF_COPIES NUMBER

Number of copies (printed or copies of the media) that are to be made at the time of printing.
CURRENCY_CODE VARCHAR2 (15)
The national currency code in which the amounts on the bill are described. FK to FND_CURRENCIES
CREATED_BY NUMBER (15) Yes Standard who column - user who created this row (foreign key to FND_USER.USER_ID).
CREATION_DATE DATE
Yes Standard who column - date when this row was created.
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).
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).
REQUEST_ID NUMBER (15)
Concurrent Program who column - concurrent request id of the program that last updated this row (foreign key to FND_CONCURRENT_REQUESTS.REQUEST_ID).
PROGRAM_APPLICATION_ID NUMBER (15)
Concurrent Program who column - application id of the program that last updated this row (foreign key to FND_APPLICATION.APPLICATION_ID).
PROGRAM_ID NUMBER (15)
Concurrent Program who column - program id of the program that last updated this row (foreign key to FND_CONCURRENT_PROGRAM.CONCURRENT_PROGRAM_ID).
PROGRAM_UPDATE_DATE DATE

Concurrent Program who column - date when a program last updated this row).
WH_UPDATE_DATE DATE

Warehouse update date when record was recorded or changed
Query Text

Cut, paste (and edit) the following text to query this object:


SELECT ROW_ID
,      BILLING_PREFERENCES_ID
,      BILL_LANGUAGE
,      BILL_ROUND_NUMBER
,      BILL_TYPE
,      MEDIA_FORMAT
,      SITE_USE_ID
,      MEDIA_TYPE
,      CUST_ACCOUNT_ID
,      NUMBER_OF_COPIES
,      CURRENCY_CODE
,      CREATED_BY
,      CREATION_DATE
,      LAST_UPDATE_LOGIN
,      LAST_UPDATE_DATE
,      LAST_UPDATED_BY
,      REQUEST_ID
,      PROGRAM_APPLICATION_ID
,      PROGRAM_ID
,      PROGRAM_UPDATE_DATE
,      WH_UPDATE_DATE
FROM APPS.JTF_BILLING_PREFERENCES_V;

Dependencies

[top of page]

APPS.JTF_BILLING_PREFERENCES_V references the following:

SchemaAPPS
SynonymHZ_BILLING_PREFERENCES

APPS.JTF_BILLING_PREFERENCES_V is not referenced by any database object