[Home] [Help]
[Dependency Information]
Object Name: | PO_ALERT_SCHEDULED_VIEW |
---|---|
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 |
---|---|---|---|---|
PO_HEADER_ID | NUMBER | Yes | Document header unique identifier | |
TOTAL_AMOUNT | NUMBER | Calculated total amount of the document | ||
ORG_ID | NUMBER | Organization identifier |
Cut, paste (and edit) the following text to query this object:
SELECT PO_HEADER_ID
, TOTAL_AMOUNT
, ORG_ID
FROM APPS.PO_ALERT_SCHEDULED_VIEW;
|
|
|