[Home] [Help]
[Dependency Information]
| Object Name: | JAI_OM_OE_BOND_TRXS |
|---|---|
| Object Type: | TABLE |
| Owner: | JA |
| FND Design Data: | JA.JAI_OM_OE_BOND_TRXS
|
| Subobject Name: | |
| Status: | VALID |
This table Stores information about bond transactions like bond amount and the sales against the bond.
| Tablespace: | APPS_TS_TX_DATA |
|---|---|
| PCT Free: | 10 |
| PCT Used: |
| Index | Type | Uniqueness | Tablespace | Column |
|---|---|---|---|---|
| JAI_OM_OE_BOND_TRXS_PK | NORMAL | UNIQUE |
APPS_TS_TX_IDX
|
TRANSACTION_ID
|
| JAI_OM_OE_BOND_TRXS_N1 | NORMAL | NONUNIQUE |
APPS_TS_TX_IDX
|
REGISTER_ID
|
| Name | Datatype | Length | Mandatory | Comments |
|---|---|---|---|---|
| TRANSACTION_ID | NUMBER | (15) | Yes | Indicates unique system generated transaction identifier. |
| REGISTER_ID | NUMBER | (15) | Yes | Indicates the register identifier from the register header. |
| TRANSACTION_NAME | VARCHAR2 | (50) | Indicates the transaction name, for example Sales or Credit. | |
| ORDER_FLAG | VARCHAR2 | (1) | Indicates the source of the transaction, Order or Invoice. | |
| ORDER_HEADER_ID | NUMBER | (15) | Indicates the Header identifier of the sales order. | |
| EXP_APPROVAL_NUM | VARCHAR2 | (50) | Indicates the Export Approval Number. | |
| TRANSACTION_AMOUNT | NUMBER | Indicates the transaction amount. | ||
| REGISTER_BALANCE | NUMBER | Indicates the current balance of the bond register. | ||
| PICKING_HEADER_ID | NUMBER | (15) | Indicates the picking header identifier. | |
| PICKING_LINE_ID | NUMBER | (15) | Indicates the picking line identifier. | |
| 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 | |
| RG23D_REGISTER_BALANCE | NUMBER | Indicates the balance amount of running bond. | ||
| EDU_CESS_AMOUNT | NUMBER | Education Cess amount | ||
| OBJECT_VERSION_NUMBER | NUMBER | Object version number | ||
| DELETE_FLAG | VARCHAR2 | (1) | Indicates whether a bond credit record is deleted | |
| PARENT_TRANSACTION_ID | NUMBER | Indicates the identifier of the Bond Sales record for the current record | ||
| SH_CESS_AMOUNT | NUMBER | Indicates the SH Cess amount in bond register transaction |
Cut, paste (and edit) the following text to query this object:
SELECT TRANSACTION_ID
, REGISTER_ID
, TRANSACTION_NAME
, ORDER_FLAG
, ORDER_HEADER_ID
, EXP_APPROVAL_NUM
, TRANSACTION_AMOUNT
, REGISTER_BALANCE
, PICKING_HEADER_ID
, PICKING_LINE_ID
, CREATION_DATE
, CREATED_BY
, LAST_UPDATE_DATE
, LAST_UPDATED_BY
, LAST_UPDATE_LOGIN
, RG23D_REGISTER_BALANCE
, EDU_CESS_AMOUNT
, OBJECT_VERSION_NUMBER
, DELETE_FLAG
, PARENT_TRANSACTION_ID
, SH_CESS_AMOUNT
FROM JA.JAI_OM_OE_BOND_TRXS;
JA.JAI_OM_OE_BOND_TRXS does not reference any database object
JA.JAI_OM_OE_BOND_TRXS is referenced by following:
APPS
JAI_OM_OE_BOND_TRXS
|
|
|
|