[Home] [Help]
[Dependency Information]
| Object Name: | OP_PRSL_TYP_B |
|---|---|
| Object Type: | TABLE |
| Owner: | GML |
| FND Design Data: | GML.OP_PRSL_TYP_B
|
| Subobject Name: | |
| Status: | VALID |
This table is not used in 11i and may be dropped in a future release.
| Tablespace: | APPS_TS_SEED |
|---|---|
| PCT Free: | 10 |
| PCT Used: |
| Index | Type | Uniqueness | Tablespace | Column |
|---|---|---|---|---|
| OP_PRSL_TYPI1 | NORMAL | UNIQUE |
APPS_TS_SEED
|
PRESALES_ORD_CODE
|
| OP_PRSL_TYP_PK | NORMAL | UNIQUE |
APPS_TS_SEED
|
PRESALES_ORD_TYPE
|
| Name | Datatype | Length | Mandatory | Comments |
|---|---|---|---|---|
| PRESALES_ORD_TYPE | NUMBER | (5) | Yes | Uniquely identifies a presales order type. Fixed by gemms. Value of 0 means that this type is an order profile, value of 1 means that this type is an order quote and value of 2 means that this type is a blanket order. |
| LANG_CODE | VARCHAR2 | (4) | Fk to sy_lang_tbl; language code which corresponds to presales order code. | |
| RELEASE_SCHED_REQD | NUMBER | (5) | Yes | Indicates if a release schedule is required for a blanket order. Value of 1 means that a release schedule is required for this type of blanket order; a value of 0 means that the use of a release schedule is optional for the blanket order. |
| PRICELIST_IND | NUMBER | (5) | Yes | Indicates if a pricelist is attached to this presales order type. Value of 1 indicates that a specific pricelist is to be used with this presales order type (may be a quote or blanket order). Value of 0 means that a specific pricelist has |
| CREATED_BY | NUMBER | (15) | Yes | Standard who column |
| LAST_UPDATED_BY | NUMBER | (15) | Yes | Standard who column |
| LAST_UPDATE_DATE | DATE | Yes | Standard who column | |
| PRESALES_ORD_CODE | VARCHAR2 | (8) | Code for user to identify the presales order type. User can modify this for different languages. | |
| 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 | Standard: 0=Active record (default); 1=Marked for (logical) deletion. |
| CREATION_DATE | DATE | Yes | Standard who column |
Cut, paste (and edit) the following text to query this object:
SELECT PRESALES_ORD_TYPE
, LANG_CODE
, RELEASE_SCHED_REQD
, PRICELIST_IND
, CREATED_BY
, LAST_UPDATED_BY
, LAST_UPDATE_DATE
, PRESALES_ORD_CODE
, LAST_UPDATE_LOGIN
, TRANS_CNT
, TEXT_CODE
, DELETE_MARK
, CREATION_DATE
FROM GML.OP_PRSL_TYP_B;
GML.OP_PRSL_TYP_B does not reference any database object
GML.OP_PRSL_TYP_B is referenced by following:
GML
OP_PRSL_TYP_B#
|
|
|
|