[Home] [Help]
[Dependency Information]
| Object Name: | JAI_AR_TRX_APPS_RELS_T |
|---|---|
| Object Type: | TABLE |
| Owner: | JA |
| Subobject Name: | |
| Status: | VALID |
Temp Table used to store data to enter RG entries from receivables module.
JA.JAI_AR_TRX_APPS_RELS_T is a global temporary table. The current session is able see data that it placed in the table but other sessions cannot. Data in the table is temporary. It has a data duration of SYS$SESSION. Data is removed at the end of this period.
| Tablespace: | ![]() |
|---|---|
| PCT Free: | 10 |
| PCT Used: | 40 |
| Name | Datatype | Length | Mandatory | Comments |
|---|---|---|---|---|
| ORGANIZATION_ID | NUMBER | (15) | Yes | Inventory organization identifier |
| LOCATION_ID | NUMBER | (15) | Indicates the Location identifier. | |
| RG_UPDATE_FLAG | VARCHAR2 | (1) | Indicates whether RG registers are to be updated. | |
| REGISTER_TYPE | VARCHAR2 | (10) | Indicates the Payment Register type. | |
| REGISTER_CODE | VARCHAR2 | (30) | Indicates the Register Code. | |
| ONCE_COMPLETED_FLAG | VARCHAR2 | (1) | Indicates whether the Invoice has been completed at least once. | |
| OBJECT_VERSION_NUMBER | NUMBER | Object Version Number. |
Cut, paste (and edit) the following text to query this object:
SELECT ORGANIZATION_ID
, LOCATION_ID
, RG_UPDATE_FLAG
, REGISTER_TYPE
, REGISTER_CODE
, ONCE_COMPLETED_FLAG
, OBJECT_VERSION_NUMBER
FROM JA.JAI_AR_TRX_APPS_RELS_T;
JA.JAI_AR_TRX_APPS_RELS_T does not reference any database object
JA.JAI_AR_TRX_APPS_RELS_T is referenced by following:
APPS
JAI_AR_TRX_APPS_RELS_T
|
|
|
|