[Home] [Help]
[Dependency Information]
| Object Name: | IC_CLDR_HDR_VL |
|---|---|
| Object Type: | VIEW |
| Owner: | APPS |
| FND Design Data: | GMI.IC_CLDR_HDR_VL
|
| Subobject Name: | |
| Status: | VALID |
MultiLingual view (a language resolved view of the data.)
MLS enabled view of OPM inventory calendar
| Name | Datatype | Length | Mandatory | Comments |
|---|---|---|---|---|
| ROW_ID | ROWID | (10) | ||
| 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 | |
| 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. |
| CALENDAR_DESC | VARCHAR2 | (40) | Yes | Inventory calendar description. |
Cut, paste (and edit) the following text to query this object:
SELECT ROW_ID
, ORGN_CODE
, FISCAL_YEAR
, LAST_UPDATE_LOGIN
, BEGIN_DATE
, CLOSED_YEAR_IND
, CURRENT_YEAR_IND
, CREATION_DATE
, CREATED_BY
, LAST_UPDATE_DATE
, LAST_UPDATED_BY
, TEXT_CODE
, IN_USE
, DELETE_MARK
, CALENDAR_DESC
FROM APPS.IC_CLDR_HDR_VL;
APPS
IC_CLDR_HDR_B
IC_CLDR_HDR_TL
APPS
IC_CLDR_HDR
|
|
|
|