DBA Data[Home] [Help] [Dependency Information]


TABLE: JA.JAI_RCV_RTV_DTLS

Object Details
Object Name: JAI_RCV_RTV_DTLS
Object Type: TABLE
Owner: JA
FND Design Data: TableJA.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.


Storage Details
Tablespace: TablespaceAPPS_TS_TX_DATA
PCT Free: 10
PCT Used:
Indexes
Index Type Uniqueness Tablespace Column
JAI_RCV_RTV_DTLS_PK NORMAL UNIQUE TablespaceAPPS_TS_TX_IDX ColumnTRANSACTION_ID
JAI_RCV_RTV_DTLS_N1 NORMAL NONUNIQUE TablespaceAPPS_TS_TX_IDX ColumnPARENT_TRANSACTION_ID
JAI_RCV_RTV_DTLS_N2 NORMAL NONUNIQUE TablespaceAPPS_TS_TX_IDX ColumnSHIPMENT_LINE_ID
Columns
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
Query Text

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;

Dependencies

[top of page]

JA.JAI_RCV_RTV_DTLS does not reference any database object

JA.JAI_RCV_RTV_DTLS is referenced by following:

SchemaJA
ViewJAI_RCV_RTV_DTLS#