[Home] [Help]
[Dependency Information]
| Object Name: | MRP_REPETITIVE_PERIODS |
|---|---|
| Object Type: | TABLE |
| Owner: | MRP |
| FND Design Data: | MRP.MRP_REPETITIVE_PERIODS
|
| Subobject Name: | |
| Status: | VALID |
MRP_REPETITIVE_PERIODS stores the start dates for the repetitive
planning periods that are used by the planning process when planning
repetitive items. Each entry represents the start date for a
repetitive period in a given organization. By definition,
PERIOD_START_DATE equals the REPETITIVE_ANCHOR_DATE in MRP_PARAMETERS.
The size of the planning periods are determined by the horizon and
bucket size columns, also found in MRP_PARAMETERS. This table is
populated by the Maintain Repetitive Planning Periods concurrent
program, which is launched by the Define Planning Parameters and
Launch Planning Processes.
| Tablespace: | APPS_TS_TX_DATA |
|---|---|
| PCT Free: | 10 |
| PCT Used: |
| Index | Type | Uniqueness | Tablespace | Column |
|---|---|---|---|---|
| MRP_REPETITIVE_PERIODS_U1 | NORMAL | UNIQUE |
APPS_TS_TX_IDX
|
ORGANIZATION_ID
PERIOD_START_DATE
|
| Name | Datatype | Length | Mandatory | Comments |
|---|---|---|---|---|
| PERIOD_START_DATE | DATE | Yes | Repetitive planning period start date | |
| ORGANIZATION_ID | NUMBER | Yes | Organization identifier | |
| LAST_UPDATE_DATE | DATE | Yes | Standard Who column | |
| LAST_UPDATED_BY | NUMBER | Yes | Standard Who column | |
| CREATION_DATE | DATE | Yes | Standard Who column | |
| CREATED_BY | NUMBER | Yes | Standard Who column | |
| LAST_UPDATE_LOGIN | NUMBER | Standard Who column | ||
| REQUEST_ID | NUMBER | Concurrent Who column | ||
| PROGRAM_APPLICATION_ID | NUMBER | Concurrent Who column | ||
| PROGRAM_ID | NUMBER | Concurrent Who column | ||
| PROGRAM_UPDATE_DATE | DATE | Concurrent Who column |
Cut, paste (and edit) the following text to query this object:
SELECT PERIOD_START_DATE
, ORGANIZATION_ID
, LAST_UPDATE_DATE
, LAST_UPDATED_BY
, CREATION_DATE
, CREATED_BY
, LAST_UPDATE_LOGIN
, REQUEST_ID
, PROGRAM_APPLICATION_ID
, PROGRAM_ID
, PROGRAM_UPDATE_DATE
FROM MRP.MRP_REPETITIVE_PERIODS;
MRP.MRP_REPETITIVE_PERIODS does not reference any database object
MRP.MRP_REPETITIVE_PERIODS is referenced by following:
APPS
MRP_REPETITIVE_PERIODS
|
|
|
|