[Home] [Help]
[Dependency Information]
| Object Name: | JAI_RCV_RTV_DTLS |
|---|---|
| Object Type: | TABLE |
| Owner: | JA |
| FND Design Data: | JA.JAI_RCV_RTV_DTLS
|
| Subobject Name: | |
| Status: | VALID |
stores the parent transaction id for the return to vendor transaction. Excise related information like excise invoice number, date and the RG23 part I register entry number is also maintained for future cross-reference purposes.
| Tablespace: | APPS_TS_TX_DATA |
|---|---|
| PCT Free: | 10 |
| PCT Used: |
| Index | Type | Uniqueness | Tablespace | Column |
|---|---|---|---|---|
| JAI_RCV_RTV_DTLS_PK | NORMAL | UNIQUE |
APPS_TS_TX_IDX
|
TRANSACTION_ID
|
| JAI_RCV_RTV_DTLS_N1 | NORMAL | NONUNIQUE |
APPS_TS_TX_IDX
|
PARENT_TRANSACTION_ID
|
| JAI_RCV_RTV_DTLS_N2 | NORMAL | NONUNIQUE |
APPS_TS_TX_IDX
|
SHIPMENT_LINE_ID
|
| Name | Datatype | Length | Mandatory | Comments |
|---|---|---|---|---|
| TRANSACTION_ID | NUMBER | (15) | Yes | Indicates the RCV Transaction Identifier. |
| PARENT_TRANSACTION_ID | NUMBER | (15) | Yes | Indicates the Parent Transaction Identifier. |
| SHIPMENT_LINE_ID | NUMBER | (15) | Yes | Indicates the shipment line identifier. |
| EXCISE_INVOICE_NO | VARCHAR2 | (30) | Indicates the Excise Invoice No. | |
| EXCISE_INVOICE_DATE | DATE | Indicates the Excise Invoice Date. | ||
| RG_REGISTER_PART_I | NUMBER | (15) | Indicates the RG23 Part I Register reference. | |
| CREATION_DATE | DATE | Standard Who column | ||
| CREATED_BY | NUMBER | (15) | Standard Who column | |
| LAST_UPDATE_DATE | DATE | Standard Who column | ||
| LAST_UPDATED_BY | NUMBER | (15) | Standard Who column | |
| LAST_UPDATE_LOGIN | NUMBER | (15) | Standard Who column | |
| OBJECT_VERSION_NUMBER | NUMBER | Object version number |
Cut, paste (and edit) the following text to query this object:
SELECT TRANSACTION_ID
, PARENT_TRANSACTION_ID
, SHIPMENT_LINE_ID
, EXCISE_INVOICE_NO
, EXCISE_INVOICE_DATE
, RG_REGISTER_PART_I
, CREATION_DATE
, CREATED_BY
, LAST_UPDATE_DATE
, LAST_UPDATED_BY
, LAST_UPDATE_LOGIN
, OBJECT_VERSION_NUMBER
FROM JA.JAI_RCV_RTV_DTLS;
JA.JAI_RCV_RTV_DTLS does not reference any database object
JA.JAI_RCV_RTV_DTLS is referenced by following:
JA
JAI_RCV_RTV_DTLS#
|
|
|
|