[Home] [Help]
[Dependency Information]
| Object Name: | CSF_R_PLAN_OPTIONS |
|---|---|
| Object Type: | TABLE |
| Owner: | CSF |
| FND Design Data: | CSF.CSF_R_PLAN_OPTIONS
|
| Subobject Name: | |
| Status: | VALID |
Oracle Corporation does not support access to Oracle
applications data using this object, except from standard Oracle Applications programs.
| Tablespace: | APPS_TS_TX_DATA |
|---|---|
| PCT Free: | 10 |
| PCT Used: |
| Index | Type | Uniqueness | Tablespace | Column |
|---|---|---|---|---|
| CSF_R_PLAN_OPTIONS_U1 | NORMAL | UNIQUE |
APPS_TS_TX_IDX
|
PLAN_OPTION_ID
|
| CSF_R_PLAN_OPTIONS_N1 | NORMAL | NONUNIQUE |
APPS_TS_TX_IDX
|
RESOURCE_RESULT_ID
SPARES_OPTION_ID
|
| Name | Datatype | Length | Mandatory | Comments |
|---|---|---|---|---|
| PLAN_OPTION_ID | NUMBER | Yes | Primary key for table CSF_R_PLAN_OPTIONS. | |
| RESOURCE_RESULT_ID | NUMBER | Yes | Foreign key to table CSF_R_RESOURCE_RESULTS. | |
| SCHEDULED_START_DATE | DATE | Scheduled task start date. | ||
| SPARES_OPTION_ID | NUMBER | Foreign key relation to spares option pertaining to a request task. | ||
| COST | NUMBER | Calculated cost for the plan option. | ||
| SHIFT_START_DATE | DATE | Start date/time of the shift that the plan option belongs to. OBSOLETED | ||
| SHIFT_END_DATE | DATE | End date/time of the shift that the plan option belongs to. OBSOLETED | ||
| WIN_TO_PROMIS_ID | NUMBER | Window to promise ID | ||
| SECURITY_GROUP_ID | NUMBER | Security group identifier. | ||
| OBJECT_VERSION_NUMBER | NUMBER | Yes | Object version number. Number is incremented by one after every update. | |
| SCHEDULED_END_DATE | DATE | Scheduled task start date. | ||
| SHIFT_TYPE | VARCHAR2 | (30) | Stores type of shift used for calculating plan option. |
Cut, paste (and edit) the following text to query this object:
SELECT PLAN_OPTION_ID
, RESOURCE_RESULT_ID
, SCHEDULED_START_DATE
, SPARES_OPTION_ID
, COST
, SHIFT_START_DATE
, SHIFT_END_DATE
, WIN_TO_PROMIS_ID
, SECURITY_GROUP_ID
, OBJECT_VERSION_NUMBER
, SCHEDULED_END_DATE
, SHIFT_TYPE
FROM CSF.CSF_R_PLAN_OPTIONS;
CSF.CSF_R_PLAN_OPTIONS does not reference any database object
CSF.CSF_R_PLAN_OPTIONS is referenced by following:
CSF
CSF_R_PLAN_OPTIONS#
|
|
|
|