[Home] [Help]
[Dependency Information]
| Object Name: | JAI_RGM_PARTIES |
|---|---|
| Object Type: | TABLE |
| Owner: | JA |
| FND Design Data: | JA.JAI_RGM_PARTIES
|
| Subobject Name: | |
| Status: | VALID |
Organization association with regime is stored in this table
| Tablespace: | APPS_TS_TX_DATA |
|---|---|
| PCT Free: | 10 |
| PCT Used: |
| Index | Type | Uniqueness | Tablespace | Column |
|---|---|---|---|---|
| JAI_RGM_PARTIES_PK | NORMAL | UNIQUE |
APPS_TS_TX_IDX
|
REGIME_ORG_ID
|
| JAI_RGM_PARTIES_U2 | NORMAL | UNIQUE |
APPS_TS_TX_IDX
|
REGIME_ID
ORGANIZATION_ID
LOCATION_ID
|
| Name | Datatype | Length | Mandatory | Comments |
|---|---|---|---|---|
| REGIME_ORG_ID | NUMBER | (15) | Yes | Regime organization unique identifier |
| REGIME_ID | NUMBER | (15) | Yes | Refers to the regime with which organization is registered |
| ORGANIZATION_TYPE | VARCHAR2 | (3) | Yes | Possible values are OU -Operating Units and IO-Inventory Organization |
| ORGANIZATION_ID | NUMBER | (15) | Yes | Referes to the organization that is registered |
| AUTHORITY_ID | NUMBER | (15) | For Future use | |
| AUTHORITY_SITE_ID | NUMBER | (15) | For Future use | |
| 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 | |
| LOCATION_ID | NUMBER | (15) | Specifies the location for inventory organization | |
| LAST_UPDATE_LOGIN | NUMBER | (9) | Standard Who column | |
| OBJECT_VERSION_NUMBER | NUMBER | (9) | Object Version Number. |
Cut, paste (and edit) the following text to query this object:
SELECT REGIME_ORG_ID
, REGIME_ID
, ORGANIZATION_TYPE
, ORGANIZATION_ID
, AUTHORITY_ID
, AUTHORITY_SITE_ID
, CREATION_DATE
, CREATED_BY
, LAST_UPDATE_DATE
, LAST_UPDATED_BY
, LOCATION_ID
, LAST_UPDATE_LOGIN
, OBJECT_VERSION_NUMBER
FROM JA.JAI_RGM_PARTIES;
JA.JAI_RGM_PARTIES does not reference any database object
JA.JAI_RGM_PARTIES is referenced by following:
APPS
JAI_RGM_PARTIES
|
|
|
|