[Home] [Help]
[Dependency Information]
| Object Name: | FV_AR_FIN_CHRG_CUSTOMERS_V |
|---|---|
| Object Type: | VIEW |
| Owner: | APPS |
| Subobject Name: | |
| Status: | VALID |
A public view which may be useful for custom reporting or other data
requirements.
View based on fv_cust_finance_chrgs, hz_parties, hz_cust_accounts, hr_operating_units
| Name | Datatype | Length | Mandatory | Comments |
|---|---|---|---|---|
| CUSTOMER_ID | NUMBER | (15) | Yes | Customer Identifier |
| ORG_ID | NUMBER | (15) | Yes | Organization Identifier |
| OPERATING_UNIT | VARCHAR2 | (240) | Yes | Operating Unit |
| CUSTOMER_NAME | VARCHAR2 | (360) | Yes | Customer Name |
| CUSTOMER_NUMBER | VARCHAR2 | (30) | Yes | Customer Number |
Cut, paste (and edit) the following text to query this object:
SELECT CUSTOMER_ID
, ORG_ID
, OPERATING_UNIT
, CUSTOMER_NAME
, CUSTOMER_NUMBER
FROM APPS.FV_AR_FIN_CHRG_CUSTOMERS_V;
APPS
FV_AR_FIN_CHRG_INVOICES
FV_CUST_FINANCE_CHRGS
HR_OPERATING_UNITS
HZ_CUST_ACCOUNTS
HZ_PARTIES
APPS.FV_AR_FIN_CHRG_CUSTOMERS_V is not referenced by any database object
|
|
|
|