[Home] [Help]
[Dependency Information]
| Object Name: | ICX_CAT_STORE_ORG_ASSIGNMENTS |
|---|---|
| Object Type: | TABLE |
| Owner: | ICX |
| Subobject Name: | |
| Status: | VALID |
This table is obsolete since R12.
| Tablespace: | APPS_TS_TX_DATA |
|---|---|
| PCT Free: | 10 |
| PCT Used: |
| Index | Type | Uniqueness | Tablespace | Column |
|---|---|---|---|---|
| ICX_CAT_STORE_ORG_U1 | NORMAL | UNIQUE |
APPS_TS_TX_IDX
|
ORG_ID
STORE_ID
|
| Name | Datatype | Length | Mandatory | Comments |
|---|---|---|---|---|
| STORE_ID | NUMBER | Yes | Store identifier (Ref: icx_cat_stores_b.store_id) | |
| ORG_ID | NUMBER | Yes | Operating Unit id to which this store is assigned. | |
| CREATED_BY | NUMBER | Yes | Standard Who column: the user who created this record. (References FND_USERS.user_id.) | |
| CREATION_DATE | DATE | Yes | Standard Who column: date when this record was created | |
| LAST_UPDATED_BY | NUMBER | Yes | Standard Who column: the user who last updated this record. (References FND_USERS.user_id.) | |
| LAST_UPDATE_DATE | DATE | Yes | Standard Who column: date when this record was last updated | |
| LAST_UPDATE_LOGIN | NUMBER | Yes | Standard Who column: identifies sign-on audit information of the user who last updated this record. (References FND_LOGINS.login_id.) |
Cut, paste (and edit) the following text to query this object:
SELECT STORE_ID
, ORG_ID
, CREATED_BY
, CREATION_DATE
, LAST_UPDATED_BY
, LAST_UPDATE_DATE
, LAST_UPDATE_LOGIN
FROM ICX.ICX_CAT_STORE_ORG_ASSIGNMENTS;
ICX.ICX_CAT_STORE_ORG_ASSIGNMENTS does not reference any database object
ICX.ICX_CAT_STORE_ORG_ASSIGNMENTS is referenced by following:
APPS
ICX_CAT_STORE_ORG_ASSIGNMENTS
|
|
|
|