[Home] [Help]
[Dependency Information]
Object Name: | IC_CYCL_MSC |
---|---|
Object Type: | TABLE |
Owner: | GMI |
FND Design Data: | ![]() |
Subobject Name: | |
Status: | VALID |
This table contains the additional items added to a cycle count.
Tablespace: | ![]() |
---|---|
PCT Free: | 10 |
PCT Used: |
Index | Type | Uniqueness | Tablespace | Column |
---|---|---|---|---|
IC_CYCL_MSC_PK | NORMAL | UNIQUE |
![]() |
![]() |
IC_CYCL_MSC_U1 | NORMAL | UNIQUE |
![]() |
![]() ![]() ![]() ![]() |
Name | Datatype | Length | Mandatory | Comments |
---|---|---|---|---|
CYCL_MSC_ID | NUMBER | (15) | Yes | Primary Key for IC_CYCL_MSC. |
CYCLE_ID | NUMBER | (10) | Yes | Surrogate key to the cycle to which items are added. |
ITEM_ID | NUMBER | (10) | Surrogate key for the item added. Column can contain zeros when the ENTRY_TYPE = 1 and ABC_CODE column contains a valid value. | |
ABC_CODE | VARCHAR2 | (4) | Column contains a NULL value when the ENTRY_TYPE = 0 and secondarily ITEM_ID contains a valid value. | |
ENTRY_TYPE | NUMBER | (5) | Yes | Entry type indicating how the item was added to the cycle. Entry_type = 1; When ITEM_ID is valid, item is added to count. Entry_type = 0; When ABC_CODE is valid, ABC_CODE is required for inclusion in this cycle. |
TRANS_CNT | NUMBER | (10) | Not currently used | |
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 | |
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 |
LAST_UPDATE_LOGIN | NUMBER | (15) | Standard who column |
Cut, paste (and edit) the following text to query this object:
SELECT CYCL_MSC_ID
, CYCLE_ID
, ITEM_ID
, ABC_CODE
, ENTRY_TYPE
, TRANS_CNT
, DELETE_MARK
, TEXT_CODE
, CREATION_DATE
, LAST_UPDATE_DATE
, CREATED_BY
, LAST_UPDATED_BY
, LAST_UPDATE_LOGIN
FROM GMI.IC_CYCL_MSC;
GMI.IC_CYCL_MSC does not reference any database object
GMI.IC_CYCL_MSC is referenced by following:
|
|
|