[Home] [Help]
[Dependency Information]
| Object Name: | POR_INVOICES_SUMMARY_V |
|---|---|
| Object Type: | VIEW |
| Owner: | APPS |
| FND Design Data: | ICX.POR_INVOICES_SUMMARY_V
|
| 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 |
|---|---|---|---|---|
| REQUISITION_LINE_ID | NUMBER | Yes | ||
| LINE_LOCATION_ID | NUMBER | |||
| INVOICED_FLAG | VARCHAR2 | (80) | Yes | |
| INVOICE_NUMBER | VARCHAR2 | (50) | ||
| INVOICE_DATE | DATE | |||
| PAID_AMOUNT | VARCHAR2 | (4000) |
Cut, paste (and edit) the following text to query this object:
SELECT REQUISITION_LINE_ID
, LINE_LOCATION_ID
, INVOICED_FLAG
, INVOICE_NUMBER
, INVOICE_DATE
, PAID_AMOUNT
FROM APPS.POR_INVOICES_SUMMARY_V;
APPS
FINANCIALS_SYSTEM_PARAMETERS
FND_CURRENCY
- show dependent code
FND_GLOBAL
- show dependent code
GL_SETS_OF_BOOKS
PO_LINE_LOCATIONS
PO_LOOKUP_CODES
PO_REQUISITION_LINES
RCV_SHIPMENT_HEADERS
RCV_SHIPMENT_LINES
APPS.POR_INVOICES_SUMMARY_V is not referenced by any database object
|
|
|
|