[Home] [Help]
[Dependency Information]
Object Name: | JAI_OM_LC_MATCHINGS |
---|---|
Object Type: | TABLE |
Owner: | JA |
FND Design Data: | ![]() |
Subobject Name: | |
Status: | VALID |
This table holds the details of the sales orders that have been LC matched . details such as Order header id are stored here.
Tablespace: | ![]() |
---|---|
PCT Free: | 10 |
PCT Used: |
Index | Type | Uniqueness | Tablespace | Column |
---|---|---|---|---|
JAI_OM_LC_MATCHINGS_PK | NORMAL | UNIQUE |
![]() |
![]() |
Name | Datatype | Length | Mandatory | Comments |
---|---|---|---|---|
SLNO | NUMBER | A Running Serial number for the Letter for Credit. | ||
CUSTOMER_ID | NUMBER | Customer Identifier against whom the Order is billed. | ||
ORDER_HEADER_ID | NUMBER | The header identifier of the order against which this LC is matched. | ||
ORDER_LINE_ID | NUMBER | The Line identifier of the order against which this LC is matched. | ||
QTY_RELEASED | NUMBER | Quantity that has been released which can be matched against this LC and shipped. | ||
QTY_MATCHED | NUMBER | The Quantity that has been actually matched. | ||
LC_TYPE | VARCHAR2 | (25) | The Type of the LC . Values include Revolving etc. | |
LC_NUMBER | NUMBER | Yes | LC Number . This is based in a sequence. | |
AMOUNT | NUMBER | The LC Amount. | ||
LAST_UPDATED_BY | NUMBER | (15) | Standard Who column | |
LAST_UPDATE_DATE | DATE | Standard Who column | ||
LAST_UPDATE_LOGIN | NUMBER | (15) | Standard Who column | |
CREATED_BY | VARCHAR2 | (15) | Standard Who column | |
CREATION_DATE | DATE | Standard Who column | ||
RELEASE_FLAG | VARCHAR2 | (1) | Whether this Line has been shipped. | |
DELIVERY_DETAIL_ID | NUMBER | (38) | The Delivery Detail identifier of the shipment against which this line has been shipped. | |
ATTRIBUTE1 | VARCHAR2 | (150) | Not currently used | |
ATTRIBUTE2 | VARCHAR2 | (150) | Not currently used | |
MATCHING_ID | NUMBER | (15) | Yes | Matching identifier |
OBJECT_VERSION_NUMBER | NUMBER | Object version number |
Cut, paste (and edit) the following text to query this object:
SELECT SLNO
, CUSTOMER_ID
, ORDER_HEADER_ID
, ORDER_LINE_ID
, QTY_RELEASED
, QTY_MATCHED
, LC_TYPE
, LC_NUMBER
, AMOUNT
, LAST_UPDATED_BY
, LAST_UPDATE_DATE
, LAST_UPDATE_LOGIN
, CREATED_BY
, CREATION_DATE
, RELEASE_FLAG
, DELIVERY_DETAIL_ID
, ATTRIBUTE1
, ATTRIBUTE2
, MATCHING_ID
, OBJECT_VERSION_NUMBER
FROM JA.JAI_OM_LC_MATCHINGS;
JA.JAI_OM_LC_MATCHINGS does not reference any database object
JA.JAI_OM_LC_MATCHINGS is referenced by following:
|
|
|