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


TABLE: JA.JAI_OM_LC_HDRS

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


This Table Holds the details of the Letter of credit information such as Customer name , Opening balance , validity dates etc...


Storage Details
Tablespace: TablespaceAPPS_TS_TX_DATA
PCT Free: 10
PCT Used:
Indexes
Index Type Uniqueness Tablespace Column
JAI_OM_LC_HDRS_PK NORMAL UNIQUE TablespaceAPPS_TS_TX_IDX ColumnLC_NUMBER
Columns
Name Datatype Length Mandatory Comments
LC_NUMBER NUMBER
Yes LC Number unique identifier
REFERENCE_NUMBER VARCHAR2 (40)
Not currently used
START_DATE DATE

Indicates the Start date when this LC can be used.
END_DATE DATE

Indicates the date after which the LC cannot be used.
LC_TYPE VARCHAR2 (25)
Indicates the type of LC - Possible values are : Revolving , Revocable , Irrevocable , Confirmed Revocable. Currently only using Revolving. Code behavior is same for all LC Types.
NEGOTIATION_DAYS NUMBER

This column holds the negotiation days as a whole number.
LAST_NEGOTIATION_DATE DATE

Indicates the last date after which negotiation cannot be done. It should be less then LC End date.
LAST_SHIP_DATE DATE

Indicates the last date after which shipment against an LC cannot be done.
CREDIT_PERIOD VARCHAR2 (10)
No longer used
DESCRIPTION VARCHAR2 (1996)
Description of the LC.
ISS_BANK_NAME VARCHAR2 (50)
Name of the issuing bank.
NEG_BANK_NAME VARCHAR2 (50)
Name of the negotiating bank.
LC_ORIGINAL_AMOUNT NUMBER

The Actual amount which this LC was created.
LC_BALANCE_AMOUNT NUMBER

The balance amount currently in the LC.
CUSTOMER_ID NUMBER (15)
The customer against whom this LC was created for.
LAST_UPDATE_DATE DATE

Standard Who column
LAST_UPDATE_LOGIN NUMBER (15)
Standard Who column
LAST_UPDATED_BY NUMBER (15)
Standard Who column
CREATION_DATE DATE

Standard Who column
CREATED_BY NUMBER (15)
Standard Who column
ISS_BRANCH_NAME VARCHAR2 (50)
Branch name of the issuing bank.
NEG_BRANCH_NAME VARCHAR2 (50)
Branch name of the negotiating bank.
ISS_BANK_ADDRESS VARCHAR2 (1996)
Address of the issuing bank.
NEG_BANK_ADDRESS VARCHAR2 (1996)
Address of the negotiating bank.
REMARKS VARCHAR2 (240)
Any remarks about the LC.
ATTRIBUTE1 VARCHAR2 (150)
Not currently used
OBJECT_VERSION_NUMBER NUMBER

Object version number
Query Text

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


SELECT LC_NUMBER
,      REFERENCE_NUMBER
,      START_DATE
,      END_DATE
,      LC_TYPE
,      NEGOTIATION_DAYS
,      LAST_NEGOTIATION_DATE
,      LAST_SHIP_DATE
,      CREDIT_PERIOD
,      DESCRIPTION
,      ISS_BANK_NAME
,      NEG_BANK_NAME
,      LC_ORIGINAL_AMOUNT
,      LC_BALANCE_AMOUNT
,      CUSTOMER_ID
,      LAST_UPDATE_DATE
,      LAST_UPDATE_LOGIN
,      LAST_UPDATED_BY
,      CREATION_DATE
,      CREATED_BY
,      ISS_BRANCH_NAME
,      NEG_BRANCH_NAME
,      ISS_BANK_ADDRESS
,      NEG_BANK_ADDRESS
,      REMARKS
,      ATTRIBUTE1
,      OBJECT_VERSION_NUMBER
FROM JA.JAI_OM_LC_HDRS;

Dependencies

[top of page]

JA.JAI_OM_LC_HDRS does not reference any database object

JA.JAI_OM_LC_HDRS is referenced by following:

SchemaAPPS
SynonymJAI_OM_LC_HDRS