[Home] [Help]
[Dependency Information]
Object Name: | GMF_XLA_CUSTOMER_V |
---|---|
Object Type: | VIEW |
Owner: | APPS |
FND Design Data: | ![]() |
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.GMF_XLA_CUSTOMER_V is not referenced by any database object
|
|
|