[Home] [Help]
[Dependency Information]
| Object Name: | OP_ORDR_STS_B |
|---|---|
| Object Type: | TABLE |
| Owner: | GML |
| FND Design Data: | GML.OP_ORDR_STS_B
|
| Subobject Name: | |
| Status: | VALID |
Order status codes and descriptions are maintained in this table. They are used for order and order line statuses. All status codes are pre-defined in OPM. Users can modify descriptions or copy status codes to create new ones.
| Tablespace: | APPS_TS_SEED |
|---|---|
| PCT Free: | 10 |
| PCT Used: |
| Index | Type | Uniqueness | Tablespace | Column |
|---|---|---|---|---|
| OP_ORDR_STS_B_PK | NORMAL | UNIQUE |
APPS_TS_SEED
|
ORDER_STATUS
|
| OP_ORDR_STSI1 | NORMAL | NONUNIQUE |
APPS_TS_SEED
|
ORDER_STATUS_CODE
|
| Name | Datatype | Length | Mandatory | Comments |
|---|---|---|---|---|
| ORDER_STATUS | NUMBER | (5) | Yes | Unique identifier of order and order line status; predefined numbers used in OPM order entry. |
| LANG_CODE | VARCHAR2 | (4) | Obsolete column - no longer used. | |
| ORDER_STATUS_CODE | VARCHAR2 | (16) | User-defined code to identify status of order. | |
| CREATED_BY | NUMBER | (15) | Yes | Standard who column |
| LAST_UPDATED_BY | NUMBER | (15) | Yes | Standard who column |
| CREATION_DATE | DATE | Yes | Standard who column | |
| LAST_UPDATE_DATE | DATE | Yes | Standard who column | |
| LAST_UPDATE_LOGIN | NUMBER | (15) | Standard who column | |
| TRANS_CNT | NUMBER | (10) | Not currently used | |
| TEXT_CODE | NUMBER | (10) | ID which joins any rows of text in this table to the Text Table for this Module | |
| DELETE_MARK | NUMBER | (5) | Yes | 0 means that record is active; 1 means that record has been "deleted". |
Cut, paste (and edit) the following text to query this object:
SELECT ORDER_STATUS
, LANG_CODE
, ORDER_STATUS_CODE
, CREATED_BY
, LAST_UPDATED_BY
, CREATION_DATE
, LAST_UPDATE_DATE
, LAST_UPDATE_LOGIN
, TRANS_CNT
, TEXT_CODE
, DELETE_MARK
FROM GML.OP_ORDR_STS_B;
GML.OP_ORDR_STS_B does not reference any database object
GML.OP_ORDR_STS_B is referenced by following:
APPS
OP_ORDR_STS_B
|
|
|
|