[Home] [Help]
[Dependency Information]
Object Name: | OEFV_FULFILLMENT_SETS |
---|---|
Object Type: | VIEW |
Owner: | APPS |
FND Design Data: | ![]() |
Subobject Name: | |
Status: | VALID |
Oracle Corporation does not support access to Oracle
applications data using this object, except from standard Oracle Applications programs.
Internal
Name | Datatype | Length | Mandatory | Comments |
---|---|---|---|---|
FULFILLMENT_SET_NAME | VARCHAR2 | (30) | Yes | User defined Name for the set |
LINE_ID | NUMBER | Yes | Foreign Key value to OE_ORDER_LINES_ALL | |
SET_ID | NUMBER | Yes | ||
UPDATE_DATE | DATE | Yes | Standard Who column | |
UPDATED_BY | NUMBER | Yes | Standard Who column | |
CREATION_DATE | DATE | Yes | Standard Who column | |
CREATED_BY | NUMBER | Yes | Standard Who column |
Cut, paste (and edit) the following text to query this object:
SELECT FULFILLMENT_SET_NAME
, LINE_ID
, SET_ID
, UPDATE_DATE
, UPDATED_BY
, CREATION_DATE
, CREATED_BY
FROM APPS.OEFV_FULFILLMENT_SETS;
APPS.OEFV_FULFILLMENT_SETS is not referenced by any database object
|
|
|