DBA Data[Home] [Help] [Dependency Information]


VIEW: APPS.PO_DOC_STYLE_LINES_VL

Object Details
Object Name: PO_DOC_STYLE_LINES_VL
Object Type: VIEW
Owner: APPS
FND Design Data: ViewPO.PO_DOC_STYLE_LINES_VL
Subobject Name:
Status: VALID

View Type

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.


[View Source]

Columns
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.
Query Text

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;

Dependencies

[top of page]

APPS.PO_DOC_STYLE_LINES_VL references the following:

SchemaAPPS
SynonymPO_DOC_STYLE_LINES_B
SynonymPO_DOC_STYLE_LINES_TL
APPS.PO_DOC_STYLE_LINES_VL is referenced by following:

SchemaAPPS
Package BodyPO_DOC_STYLE_GRP - show dependent code
ViewPO_SP_VAL_V
Package BodyPO_VAL_HEADERS - show dependent code