[Home] [Help]
[Dependency Information]
| Object Name: | FV_FACTS_CUSTOMERS_V |
|---|---|
| Object Type: | VIEW |
| Owner: | APPS |
| FND Design Data: | FV.FV_FACTS_CUSTOMERS_V
|
| Subobject Name: | |
| Status: | VALID |
A public view which may be useful for custom reporting or other data
requirements.
FV_FACTS_CUSTOMERS_V is used to identify the eliminations department for customers for FACTS I process.
| Name | Datatype | Length | Mandatory | Comments |
|---|---|---|---|---|
| CUSTOMER_ID | NUMBER | (15) | Yes | Customer identifier |
| ELIMINATIONS_ID | VARCHAR2 | (150) | Eliminations department identifier |
Cut, paste (and edit) the following text to query this object:
SELECT CUSTOMER_ID
, ELIMINATIONS_ID
FROM APPS.FV_FACTS_CUSTOMERS_V;
APPS
FV_SYSTEM_PARAMETERS
HZ_CUST_ACCOUNTS
APPS
FV_FACTS_TRX_REGISTER
- show dependent code
FV_IPAC
- show dependent code
|
|
|
|