[Home] [Help]
[Dependency Information]
| Object Name: | JAI_AR_TRX_INS_HDRS_T |
|---|---|
| Object Type: | TABLE |
| Owner: | JA |
| FND Design Data: | JA.JAI_AR_TRX_INS_HDRS_T
|
| Subobject Name: | |
| Status: | VALID |
This temporary table is used to store values for passing RG entries when a manual AR transaction is completed for first time.
| Tablespace: | APPS_TS_TX_DATA |
|---|---|
| PCT Free: | 10 |
| PCT Used: |
| Name | Datatype | Length | Mandatory | Comments |
|---|---|---|---|---|
| CUSTOMER_TRX_ID | NUMBER | (15) | Customer transaction identifier of the invoice. | |
| SHIP_TO_CUSTOMER_ID | NUMBER | (15) | Indicates the ship to customer identifier of the invoice. | |
| SHIP_TO_SITE_USE_ID | NUMBER | (15) | Indicates the Customer site identifier of the Ship_To customer. | |
| CUST_TRX_TYPE_ID | NUMBER | (15) | Indicates the type of document . | |
| TRX_DATE | DATE | Indicates transaction date of the invoice. | ||
| SOLD_TO_CUSTOMER_ID | NUMBER | (15) | Indicates the Sold_To customer identifier of the invoice. | |
| BATCH_SOURCE_ID | NUMBER | (15) | Indicates the identifier of the source of this invoice. | |
| ORGANIZATION_ID | NUMBER | Indicates the Inventory Organization identifier. | ||
| LOCATION_ID | NUMBER | Indicated the location identifier. | ||
| BILL_TO_CUSTOMER_ID | NUMBER | Indicates the Bill_to customer identifier of the invoice. | ||
| BILL_TO_SITE_USE_ID | NUMBER | Indicates the Bill_to site identifier of the customer of the invoice. | ||
| CREATED_BY | NUMBER | (15) | Yes | Standard Who column |
| CREATION_DATE | DATE | Yes | Standard Who column | |
| LAST_UPDATED_BY | NUMBER | (15) | Yes | Standard Who column |
| LAST_UPDATE_DATE | DATE | Yes | Standard Who column | |
| LAST_UPDATE_LOGIN | NUMBER | (15) | Standard Who column | |
| OBJECT_VERSION_NUMBER | NUMBER | Object Version Number |
Cut, paste (and edit) the following text to query this object:
SELECT CUSTOMER_TRX_ID
, SHIP_TO_CUSTOMER_ID
, SHIP_TO_SITE_USE_ID
, CUST_TRX_TYPE_ID
, TRX_DATE
, SOLD_TO_CUSTOMER_ID
, BATCH_SOURCE_ID
, ORGANIZATION_ID
, LOCATION_ID
, BILL_TO_CUSTOMER_ID
, BILL_TO_SITE_USE_ID
, CREATED_BY
, CREATION_DATE
, LAST_UPDATED_BY
, LAST_UPDATE_DATE
, LAST_UPDATE_LOGIN
, OBJECT_VERSION_NUMBER
FROM JA.JAI_AR_TRX_INS_HDRS_T;
JA.JAI_AR_TRX_INS_HDRS_T does not reference any database object
JA.JAI_AR_TRX_INS_HDRS_T is referenced by following:
JA
JAI_AR_TRX_INS_HDRS_T#
|
|
|
|