[Home] [Help]
[Dependency Information]
| Object Name: | PO_RECV_HST_EFC |
|---|---|
| Object Type: | TABLE |
| Owner: | GML |
| FND Design Data: | GML.PO_RECV_HST_EFC
|
| Subobject Name: | |
| Status: | VALID |
Shadow table of PO_RECV_HST for EFC migration.
Stores the original values of columns of PO_RECV_HST that are to be converted to Euro currency as a part of EFC migration. The table consists of the primary key columns of PO_RECV_HST and only the columns that are actually converted to Euro currency
| Tablespace: | APPS_TS_TX_DATA |
|---|---|
| PCT Free: | 10 |
| PCT Used: |
| Name | Datatype | Length | Mandatory | Comments |
|---|---|---|---|---|
| RECV_LINE_ID | NUMBER | Yes | This column may contain a receipt or a return line number: Recpt: fk to po_recv_dtl; Rtrn: fk to po_rtrn_dtl | |
| RECV_SEQ_NO | NUMBER | Yes | Sequential numbering of each activity recorded against the specific receipt line. | |
| RECV_ID | NUMBER | Yes | This column may contain receipt id or a return id depending on whether this is a receipt or return: Recpt: fk to po_recv_hdr; Rtrn: fk to po_rtrn_hdr | |
| EXCHANGE_RATE | NUMBER | Yes | Receipt exchange rate. | |
| SET_OF_BOOKS_ID | NUMBER | Yes | Set of books ID |
Cut, paste (and edit) the following text to query this object:
SELECT RECV_LINE_ID
, RECV_SEQ_NO
, RECV_ID
, EXCHANGE_RATE
, SET_OF_BOOKS_ID
FROM GML.PO_RECV_HST_EFC;
GML.PO_RECV_HST_EFC does not reference any database object
GML.PO_RECV_HST_EFC is referenced by following:
GML
PO_RECV_HST_EFC#
|
|
|
|