[Home] [Help]
[Dependency Information]
| Object Name: | IC_CRUL_CLS |
|---|---|
| Object Type: | TABLE |
| Owner: | GMI |
| FND Design Data: | GMI.IC_CRUL_CLS
|
| Subobject Name: | |
| Status: | VALID |
Count class table. Used to define exception classes that enable items
with zero or negative onhand balances to be included in cycle counts.
| Tablespace: | APPS_TS_TX_DATA |
|---|---|
| PCT Free: | 10 |
| PCT Used: |
| Index | Type | Uniqueness | Tablespace | Column |
|---|---|---|---|---|
| IC_CRUL_CLS_PK | NORMAL | UNIQUE |
APPS_TS_TX_IDX
|
COUNT_CLASS
|
| Name | Datatype | Length | Mandatory | Comments |
|---|---|---|---|---|
| COUNT_CLASS | VARCHAR2 | (8) | Yes | Code for the count class. |
| COUNT_DESC | VARCHAR2 | (70) | Yes | Description of the count class. |
| ZEROBAL_IND | NUMBER | (5) | Yes | Zero balance indicator. 0=Do not include the item if the onhand balance is zero, 1=Include the item even if the onhand balance is zero. |
| NEGATIVEBAL_IND | NUMBER | (5) | Yes | Negative balance indicator. 0=Do not include the item if the onhand balance is negative, 1=Include the item even if the onhand balance is negative. |
| TRANS_CNT | NUMBER | (10) | Not currently used | |
| CREATION_DATE | DATE | Yes | Standard who column | |
| LAST_UPDATE_DATE | DATE | Yes | Standard who column | |
| CREATED_BY | NUMBER | (15) | Yes | Standard who column |
| LAST_UPDATED_BY | NUMBER | (15) | Yes | Standard who column |
| DELETE_MARK | NUMBER | (5) | Yes | Standard: 0=Active record (default); 1=Marked for (logical) deletion. |
| TEXT_CODE | NUMBER | (10) | ID which joins any rows of text in this table to the Text Table for this Module | |
| LAST_UPDATE_LOGIN | NUMBER | (15) | Standard who column |
Cut, paste (and edit) the following text to query this object:
SELECT COUNT_CLASS
, COUNT_DESC
, ZEROBAL_IND
, NEGATIVEBAL_IND
, TRANS_CNT
, CREATION_DATE
, LAST_UPDATE_DATE
, CREATED_BY
, LAST_UPDATED_BY
, DELETE_MARK
, TEXT_CODE
, LAST_UPDATE_LOGIN
FROM GMI.IC_CRUL_CLS;
GMI.IC_CRUL_CLS does not reference any database object
GMI.IC_CRUL_CLS is referenced by following:
GMI
IC_CRUL_CLS#
|
|
|
|