[Home] [Help]
[Dependency Information]
Object Name: | JE_ES_MESSAGES |
---|---|
Object Type: | VIEW |
Owner: | APPS |
FND Design Data: | ![]() |
Subobject Name: | |
Status: | VALID |
A multi-org view which will retrive data for your current operating unit and ignore data in other operating units.
JE_ES_MESSAGES is a view of all the information in
JE_ES_MESSAGES_ALL specific to the organization identifier of the
client.
Name | Datatype | Length | Mandatory | Comments |
---|---|---|---|---|
STEP | NUMBER | Processing step | ||
MESSAGE | VARCHAR2 | (60) | Message text | |
ORG_ID | NUMBER | (15) | Organization identifier |
Cut, paste (and edit) the following text to query this object:
SELECT STEP
, MESSAGE
, ORG_ID
FROM APPS.JE_ES_MESSAGES;
APPS.JE_ES_MESSAGES is not referenced by any database object
|
|
|