[Home] [Help]
[Dependency Information]
| Object Name: | GMF_XLA_CUSTOMER_V |
|---|---|
| Object Type: | VIEW |
| Owner: | APPS |
| FND Design Data: | GMF.GMF_XLA_CUSTOMER_V
|
| Subobject Name: | |
| Status: | VALID |
A public view which may be useful for custom reporting or other data
requirements.
View for SLA ADR sources from customers
| Name | Datatype | Length | Mandatory | Comments |
|---|---|---|---|---|
| ORDER_LINE_ID | NUMBER | Yes | Sales Order Line Id | |
| CUST_ID | NUMBER | (15) | Yes | Sales Order customer Id |
| CUSTGL_CLASS | VARCHAR2 | (150) | Customer GL class |
Cut, paste (and edit) the following text to query this object:
SELECT ORDER_LINE_ID
, CUST_ID
, CUSTGL_CLASS
FROM APPS.GMF_XLA_CUSTOMER_V;
APPS
HZ_CUST_ACCOUNTS
HZ_CUST_ACCT_SITES_ALL
HZ_CUST_SITE_USES_ALL
HZ_PARTIES
OE_ORDER_LINES_ALL
APPS.GMF_XLA_CUSTOMER_V is not referenced by any database object
|
|
|
|