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


TABLE: JA.JAI_OM_OE_RMA_LINES

Object Details
Object Name: JAI_OM_OE_RMA_LINES
Object Type: TABLE
Owner: JA
FND Design Data: TableJA.JAI_OM_OE_RMA_LINES
Subobject Name:
Status: VALID


This table holds the line details of the return orders.


Storage Details
Tablespace: TablespaceAPPS_TS_TX_DATA
PCT Free: 10
PCT Used:
Indexes
Index Type Uniqueness Tablespace Column
JAI_OM_OE_RMA_LINES_PK NORMAL UNIQUE TablespaceAPPS_TS_TX_IDX ColumnRMA_LINE_ID
JAI_OM_OE_RMA_LINES_N1 NORMAL NONUNIQUE TablespaceAPPS_TS_TX_IDX ColumnRMA_NUMBER
JAI_OM_OE_RMA_LINES_N2 NORMAL NONUNIQUE TablespaceAPPS_TS_TX_IDX ColumnRMA_HEADER_ID
ColumnRMA_LINE_ID
Columns
Name Datatype Length Mandatory Comments
RMA_LINE_ID NUMBER (15) Yes This column holds the line identifier of the return order line.
RMA_LINE_NUMBER NUMBER (15) Yes This column holds the line number for the return order.
RMA_HEADER_ID NUMBER (15) Yes This column holds the header identifier of the return order.
RMA_NUMBER NUMBER (38) Yes This column holds the return order number of the return order.
PICKING_LINE_ID NUMBER (15)
No longer used
UOM VARCHAR2 (3)
This column holds the unit of measurement of the inventory item.
SELLING_PRICE NUMBER

This column holds the selling price of the item.
QUANTITY NUMBER
Yes This column holds the quantity.
TAX_CATEGORY_ID NUMBER (15)
This column holds the tax category identifier.
TAX_AMOUNT NUMBER

This column holds the tax amount for the return line.
INVENTORY_ITEM_ID NUMBER

This column holds the Inventory Item of this return line.
RECEIVED_FLAG VARCHAR2 (1)
This column is a flag that indicates if the returned material has been received.
ASSESSABLE_VALUE NUMBER

This column holds the assessable value of the inventory item of the return line.
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
EXCISE_DUTY_RATE NUMBER

This column holds the excise duty rate per unit.
RATE_PER_UNIT NUMBER

This column holds the trading excise per unit.
DELIVERY_DETAIL_ID NUMBER

This column holds the delivery detail identifier of the shipment line against which this return order line is booked.
ALLOW_EXCISE_CREDIT_FLAG VARCHAR2 (1)
Identifies whether excise credit is allowed or not
ALLOW_SALES_CREDIT_FLAG VARCHAR2 (1)
Identifies whether sales credit is allowed or not
OBJECT_VERSION_NUMBER NUMBER

Object version number
SERVICE_TYPE_CODE VARCHAR2 (30)
Indicates the service type for the return order line
ATTRIBUTE1 VARCHAR2 (150)
Descriptive flexfield segment
ATTRIBUTE2 VARCHAR2 (150)
Descriptive flexfield segment
ATTRIBUTE3 VARCHAR2 (150)
Descriptive flexfield segment
ATTRIBUTE4 VARCHAR2 (150)
Descriptive flexfield segment
ATTRIBUTE5 VARCHAR2 (150)
Descriptive flexfield segment
ATTRIBUTE6 VARCHAR2 (150)
Descriptive flexfield segment
ATTRIBUTE7 VARCHAR2 (150)
Descriptive flexfield segment
ATTRIBUTE8 VARCHAR2 (150)
Descriptive flexfield segment
ATTRIBUTE9 VARCHAR2 (150)
Descriptive flexfield segment
ATTRIBUTE10 VARCHAR2 (150)
Descriptive flexfield segment
ATTRIBUTE11 VARCHAR2 (150)
Descriptive flexfield segment
ATTRIBUTE12 VARCHAR2 (150)
Descriptive flexfield segment
ATTRIBUTE13 VARCHAR2 (150)
Descriptive flexfield segment
ATTRIBUTE14 VARCHAR2 (150)
Descriptive flexfield segment
ATTRIBUTE15 VARCHAR2 (150)
Descriptive flexfield segment
ATTRIBUTE_CATEGORY VARCHAR2 (30)
Descriptive flexfield context field
GST_ASSESSABLE_VALUE NUMBER

GST Assessable Value
SHIP_TO_ORG_ID NUMBER

Ship to Organization ID
Query Text

Cut, paste (and edit) the following text to query this object:


SELECT RMA_LINE_ID
,      RMA_LINE_NUMBER
,      RMA_HEADER_ID
,      RMA_NUMBER
,      PICKING_LINE_ID
,      UOM
,      SELLING_PRICE
,      QUANTITY
,      TAX_CATEGORY_ID
,      TAX_AMOUNT
,      INVENTORY_ITEM_ID
,      RECEIVED_FLAG
,      ASSESSABLE_VALUE
,      CREATION_DATE
,      CREATED_BY
,      LAST_UPDATE_DATE
,      LAST_UPDATED_BY
,      LAST_UPDATE_LOGIN
,      EXCISE_DUTY_RATE
,      RATE_PER_UNIT
,      DELIVERY_DETAIL_ID
,      ALLOW_EXCISE_CREDIT_FLAG
,      ALLOW_SALES_CREDIT_FLAG
,      OBJECT_VERSION_NUMBER
,      SERVICE_TYPE_CODE
,      ATTRIBUTE1
,      ATTRIBUTE2
,      ATTRIBUTE3
,      ATTRIBUTE4
,      ATTRIBUTE5
,      ATTRIBUTE6
,      ATTRIBUTE7
,      ATTRIBUTE8
,      ATTRIBUTE9
,      ATTRIBUTE10
,      ATTRIBUTE11
,      ATTRIBUTE12
,      ATTRIBUTE13
,      ATTRIBUTE14
,      ATTRIBUTE15
,      ATTRIBUTE_CATEGORY
,      GST_ASSESSABLE_VALUE
,      SHIP_TO_ORG_ID
FROM JA.JAI_OM_OE_RMA_LINES;

Dependencies

[top of page]

JA.JAI_OM_OE_RMA_LINES does not reference any database object

JA.JAI_OM_OE_RMA_LINES is referenced by following:

SchemaJA
ViewJAI_OM_OE_RMA_LINES#