[Home] [Help]
[Dependency Information]
Object Name: | ICX_CAT_CATEGORY_ITEMS |
---|---|
Object Type: | TABLE |
Owner: | ICX |
FND Design Data: | ![]() |
Subobject Name: | |
Status: | VALID |
This table is obsolete since R12.
Tablespace: | ![]() |
---|---|
PCT Free: | 10 |
PCT Used: |
Index | Type | Uniqueness | Tablespace | Column |
---|---|---|---|---|
ICX_CAT_CATEGORY_ITEMS_U1 | NORMAL | UNIQUE |
![]() |
![]() ![]() |
ICX_CAT_CATEGORY_ITEMS_N1 | NORMAL | NONUNIQUE |
![]() |
![]() ![]() |
Name | Datatype | Length | Mandatory | Comments |
---|---|---|---|---|
RT_CATEGORY_ID | NUMBER | Yes | Item Category Id. (References ICX_CAT_CATEGORIES_TL.rt_category_id) | |
RT_ITEM_ID | NUMBER | Yes | Internally generated Item Id. (References ICX_CAT_ITEMS_B.rt_item_id) | |
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.) | |
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 | |
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 | |
REQUEST_ID | NUMBER | Concurrent Request Id through which items are extracted/bulkloaded. | ||
PROGRAM_APPLICATION_ID | NUMBER | Standard Who column: the application that owns the concurrent program that created or updated this record. (References FND_CONCURRENT_PROGRAMS.application_id.) | ||
PROGRAM_ID | NUMBER | Standard Who column: the concurrent program that created or updated this record. (References FND_CONCURRENT_PROGRAMS.concurrent_program_id.) | ||
PROGRAM_UPDATE_DATE | DATE | Standard Who column: the date when this record was created or updated by a concurrent program |
Cut, paste (and edit) the following text to query this object:
SELECT RT_CATEGORY_ID
, RT_ITEM_ID
, LAST_UPDATE_LOGIN
, LAST_UPDATED_BY
, LAST_UPDATE_DATE
, CREATED_BY
, CREATION_DATE
, REQUEST_ID
, PROGRAM_APPLICATION_ID
, PROGRAM_ID
, PROGRAM_UPDATE_DATE
FROM ICX.ICX_CAT_CATEGORY_ITEMS;
ICX.ICX_CAT_CATEGORY_ITEMS does not reference any database object
ICX.ICX_CAT_CATEGORY_ITEMS is referenced by following:
|
|
|