[Home] [Help]
[Dependency Information]
| Object Name: | IGS_PR_MS_STAT_ALL |
|---|---|
| Object Type: | TABLE |
| Owner: | IGS |
| FND Design Data: | IGS.IGS_PR_MS_STAT_ALL
|
| Subobject Name: | |
| Status: | VALID |
IGS_PR_MS_STAT_ALL describes the user defined milestone statuses, that map onto one of the set of system defined values.
| Tablespace: | APPS_TS_TX_DATA |
|---|---|
| PCT Free: | 10 |
| PCT Used: |
| Index | Type | Uniqueness | Tablespace | Column |
|---|---|---|---|---|
| IGS_PR_MS_STAT_ALL_U1 | NORMAL | UNIQUE |
APPS_TS_TX_IDX
|
MILESTONE_STATUS
|
| Name | Datatype | Length | Mandatory | Comments |
|---|---|---|---|---|
| MILESTONE_STATUS | VARCHAR2 | (10) | Yes | Describes the institution-defined statuses that show the progress of a milestone. Examples are planned, achieved, not achieved, moved, withdrawn. |
| DESCRIPTION | VARCHAR2 | (60) | Yes | Provides an explanation of the milestone status |
| S_MILESTONE_STATUS | VARCHAR2 | (30) | Yes | Describes the system-defined status of a milestone onto that the institution-defined value maps |
| CLOSED_IND | VARCHAR2 | (1) | Yes | Indicates and specifies if the milestone status is open or closed. Selecting the checkbox to 'closed' prevents use of the milestone status in new or modified records in the system. |
| CREATED_BY | NUMBER | (15) | Yes | Standard Who column |
| CREATION_DATE | DATE | Yes | Standard Who column | |
| LAST_UPDATED_BY | NUMBER | (15) | Yes | Standard Who column |
| LAST_UPDATE_DATE | DATE | Yes | Standard Who column | |
| LAST_UPDATE_LOGIN | NUMBER | (15) | Standard Who column | |
| ORG_ID | NUMBER | (15) | Holds the information of the organization that entered this data |
Cut, paste (and edit) the following text to query this object:
SELECT MILESTONE_STATUS
, DESCRIPTION
, S_MILESTONE_STATUS
, CLOSED_IND
, CREATED_BY
, CREATION_DATE
, LAST_UPDATED_BY
, LAST_UPDATE_DATE
, LAST_UPDATE_LOGIN
, ORG_ID
FROM IGS.IGS_PR_MS_STAT_ALL;
IGS.IGS_PR_MS_STAT_ALL does not reference any database object
IGS.IGS_PR_MS_STAT_ALL is referenced by following:
APPS
IGS_PR_MS_STAT_ALL
|
|
|
|