[Home] [Help]
[Dependency Information]
| Object Name: | PS_SCHD_HDR |
|---|---|
| Object Type: | TABLE |
| Owner: | GMP |
| FND Design Data: | GMP.PS_SCHD_HDR
|
| Subobject Name: | |
| Status: | VALID |
Schedule header table that stores general info about the schedule.
| Tablespace: | APPS_TS_TX_DATA |
|---|---|
| PCT Free: | 10 |
| PCT Used: |
| Index | Type | Uniqueness | Tablespace | Column |
|---|---|---|---|---|
| PS_SCHD_HDR_PK | NORMAL | UNIQUE |
APPS_TS_TX_IDX
|
SCHEDULE_ID
|
| PS_SCHD_HDR_U1 | NORMAL | UNIQUE |
APPS_TS_TX_IDX
|
ORGN_CODE
SCHEDULE
|
| Name | Datatype | Length | Mandatory | Comments |
|---|---|---|---|---|
| SCHEDULE_ID | NUMBER | (10) | Yes | Surrogate key that uniquely identifies each record. |
| ORGN_CODE | VARCHAR2 | (4) | Organization code to which the schedule belongs | |
| SCHEDULE | VARCHAR2 | (16) | Yes | Name of the schedule. |
| SCHEDULE_DESC | VARCHAR2 | (40) | Yes | Schedule description. |
| STOCK_IND | NUMBER | (5) | Yes | Make to stock indicator. 0=Do not include forecast demand, 1=Include Forecasted demand |
| ORDER_IND | NUMBER | (5) | Yes | Make to order indicator. 0=Do not include sales order demand, 1= include sales order demand |
| EXCESS_IND | NUMBER | (5) | Not currently used. | |
| CONSUME_IND | NUMBER | (5) | Yes | Not currently used. |
| CARRY_IND | NUMBER | (5) | Not currently used. | |
| BLANKET_IND | NUMBER | (5) | Not currently used. | |
| ACTIVE_IND | NUMBER | (5) | Yes | 0=Inactive schedule; 1=Active schedule. |
| BPO_IND | NUMBER | (5) | Consider Blanket Purchase Order release schedule supply flag. 0=MRP ignores BPO 1= MRP considers BPO as replenishments | |
| BPO_SUGGEST | NUMBER | (5) | BPO suggestion flag. 0=MRP will not make suggestions regarding BPO 1=MRP will make BPO Suggestions if required | |
| INNER_TIMEFENCE | NUMBER | Earliest date for the schedule on which any replenishment action can be suggested under this schedule | ||
| OUTER_TIMEFENCE | NUMBER | Latest date on which any replenishment action can be initiated. | ||
| MRP_HORIZON | NUMBER | Yes | Maximum date up to which transactions are considered for planning by MRP | |
| NO_DAYS | NUMBER | (10) | Yes | Number of day buckets displayed on the Bucketed Material Activity |
| NO_WEEKS | NUMBER | (10) | Yes | Number of weekly buckets displayed on the Bucketed Material Activity |
| NO_4WEEKS | NUMBER | (10) | Yes | Number of monthly buckets displayed on the Bucketed Material Activity |
| NO_13WEEKS | NUMBER | (10) | Yes | No of quarterly buckets that appear on the Bucketed Material Activity |
| IN_USE | 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 | |
| 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 |
| LAST_UPDATE_LOGIN | NUMBER | (15) | Standard who column | |
| ORGANIZATION_ID | NUMBER | Organization ID Owning the Schedule | ||
| NONNET_IND | NUMBER | (5) | Flag to include non-nettable inventory |
Cut, paste (and edit) the following text to query this object:
SELECT SCHEDULE_ID
, ORGN_CODE
, SCHEDULE
, SCHEDULE_DESC
, STOCK_IND
, ORDER_IND
, EXCESS_IND
, CONSUME_IND
, CARRY_IND
, BLANKET_IND
, ACTIVE_IND
, BPO_IND
, BPO_SUGGEST
, INNER_TIMEFENCE
, OUTER_TIMEFENCE
, MRP_HORIZON
, NO_DAYS
, NO_WEEKS
, NO_4WEEKS
, NO_13WEEKS
, IN_USE
, DELETE_MARK
, TEXT_CODE
, CREATION_DATE
, CREATED_BY
, LAST_UPDATE_DATE
, LAST_UPDATED_BY
, LAST_UPDATE_LOGIN
, ORGANIZATION_ID
, NONNET_IND
FROM GMP.PS_SCHD_HDR;
GMP.PS_SCHD_HDR does not reference any database object
GMP.PS_SCHD_HDR is referenced by following:
APPS
PS_SCHD_HDR
|
|
|
|