[Home] [Help]
[Dependency Information]
| Object Name: | PO_DOC_STYLE_LINES_VL |
|---|---|
| Object Type: | VIEW |
| Owner: | APPS |
| FND Design Data: | PO.PO_DOC_STYLE_LINES_VL
|
| Subobject Name: | |
| Status: | VALID |
MultiLingual view (a language resolved view of the data.)
PO_DOC_STYLE_LINES_VL contains information about a document style line in the user session language.
| Name | Datatype | Length | Mandatory | Comments |
|---|---|---|---|---|
| ROW_ID | ROWID | (10) | Row Reference. | |
| 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. | |
| DISPLAY_NAME | VARCHAR2 | (240) | Name of the Style | |
| STYLE_SUBTYPE | VARCHAR2 | (66) | Concatenation of style id and subtype used in contracts integration for expert rules | |
| 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 ROW_ID
, STYLE_ID
, DOCUMENT_SUBTYPE
, ENABLED_FLAG
, DISPLAY_NAME
, STYLE_SUBTYPE
, CREATION_DATE
, CREATED_BY
, LAST_UPDATED_BY
, LAST_UPDATE_LOGIN
, LAST_UPDATE_DATE
FROM APPS.PO_DOC_STYLE_LINES_VL;
APPS
PO_DOC_STYLE_LINES_B
PO_DOC_STYLE_LINES_TL
APPS
PO_DOC_STYLE_GRP
- show dependent code
PO_SP_VAL_V
PO_VAL_HEADERS
- show dependent code
|
|
|
|