[Home] [Help]
[Dependency Information]
| Object Name: | IC_CLDR_HDR_B |
|---|---|
| Object Type: | TABLE |
| Owner: | GMI |
| FND Design Data: | GMI.IC_CLDR_HDR_B
|
| Subobject Name: | |
| Status: | VALID |
This table contains header information for the inventory calendar. The fiscal year is defined, calendar periods will be setup in the IC_CLDR_DTL table.
| Tablespace: | APPS_TS_TX_DATA |
|---|---|
| PCT Free: | 10 |
| PCT Used: |
| Index | Type | Uniqueness | Tablespace | Column |
|---|---|---|---|---|
| IC_CLDR_HDR_B_PK | NORMAL | UNIQUE |
APPS_TS_TX_IDX
|
ORGN_CODE
FISCAL_YEAR
|
| Name | Datatype | Length | Mandatory | Comments |
|---|---|---|---|---|
| ORGN_CODE | VARCHAR2 | (4) | Yes | Organization for which the inventory calendar is defined. |
| FISCAL_YEAR | VARCHAR2 | (4) | Yes | Code for the inventory calendar. |
| LAST_UPDATE_LOGIN | NUMBER | (15) | Standard who column | |
| CALENDAR_DESC | VARCHAR2 | (40) | Inventory calendar description. | |
| BEGIN_DATE | DATE | Yes | Start date for the calendar. | |
| CLOSED_YEAR_IND | NUMBER | (5) | Yes | Not currently used. |
| CURRENT_YEAR_IND | NUMBER | (5) | Yes | Not currently used. |
| CREATION_DATE | DATE | Yes | Standard who column | |
| CREATED_BY | NUMBER | (15) | Yes | Standard who column |
| LAST_UPDATE_DATE | DATE | Yes | Standard who column | |
| LAST_UPDATED_BY | NUMBER | (15) | Yes | Standard who column |
| TEXT_CODE | NUMBER | (10) | ID which joins any rows of text in this table to the Text Table for this Module | |
| IN_USE | NUMBER | (10) | Not currently used | |
| DELETE_MARK | NUMBER | (5) | Yes | Standard: 0=Active record (default); 1=Marked for (logical) deletion. |
Cut, paste (and edit) the following text to query this object:
SELECT ORGN_CODE
, FISCAL_YEAR
, LAST_UPDATE_LOGIN
, CALENDAR_DESC
, BEGIN_DATE
, CLOSED_YEAR_IND
, CURRENT_YEAR_IND
, CREATION_DATE
, CREATED_BY
, LAST_UPDATE_DATE
, LAST_UPDATED_BY
, TEXT_CODE
, IN_USE
, DELETE_MARK
FROM GMI.IC_CLDR_HDR_B;
GMI.IC_CLDR_HDR_B does not reference any database object
GMI.IC_CLDR_HDR_B is referenced by following:
APPS
IC_CLDR_HDR_B
|
|
|
|