[Home] [Help]
[Dependency Information]
| Object Name: | PO_DOC_STYLE_LINES_B |
|---|---|
| Object Type: | TABLE |
| Owner: | PO |
| Subobject Name: | |
| Status: | VALID |
PO_DOC_STYLE_LINES_B contains document subtype level information in a document style. Each document style will have three rows represending Standard Purchase Order, Global Agreement and Global Contract.
| Tablespace: | APPS_TS_TX_DATA |
|---|---|
| PCT Free: | 10 |
| PCT Used: |
| Index | Type | Uniqueness | Tablespace | Column |
|---|---|---|---|---|
| PO_DOC_STYLE_LINES_U1 | NORMAL | UNIQUE |
APPS_TS_TX_IDX
|
STYLE_ID
DOCUMENT_SUBTYPE
|
| Name | Datatype | Length | Mandatory | Comments |
|---|---|---|---|---|
| STYLE_ID | NUMBER | Yes | Identifier | |
| DOCUMENT_SUBTYPE | VARCHAR2 | (25) | Yes | Document subtype. The valid values are: STANDARD, BLANKET, CONTRACT |
| ENABLED_FLAG | VARCHAR2 | (1) | Indicate if the Style is enabled for the document subtype. | |
| CREATION_DATE | DATE | Standard who column - date when this row was created. | ||
| CREATED_BY | NUMBER | (15) | Standard who column - user who created this row (foreign key to FND_USER.USER_ID). | |
| LAST_UPDATED_BY | NUMBER | (15) | Standard who column - user who last updated this row (foreign key to FND_USER.USER_ID). | |
| LAST_UPDATE_LOGIN | NUMBER | (15) | Standard who column - operating system login of user who last updated this row (foreign key to FND_LOGINS.LOGIN_ID). | |
| LAST_UPDATE_DATE | DATE | Standard Who column - date when a user last updated this row. |
Cut, paste (and edit) the following text to query this object:
SELECT STYLE_ID
, DOCUMENT_SUBTYPE
, ENABLED_FLAG
, CREATION_DATE
, CREATED_BY
, LAST_UPDATED_BY
, LAST_UPDATE_LOGIN
, LAST_UPDATE_DATE
FROM PO.PO_DOC_STYLE_LINES_B;
PO.PO_DOC_STYLE_LINES_B does not reference any database object
PO.PO_DOC_STYLE_LINES_B is referenced by following:
APPS
PO_DOC_STYLE_LINES_B
|
|
|
|