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


TABLE: PO.PO_DOC_STYLE_LINES_B

Object Details
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.


Storage Details
Tablespace: TablespaceAPPS_TS_TX_DATA
PCT Free: 10
PCT Used:
Indexes
Index Type Uniqueness Tablespace Column
PO_DOC_STYLE_LINES_U1 NORMAL UNIQUE TablespaceAPPS_TS_TX_IDX ColumnSTYLE_ID
ColumnDOCUMENT_SUBTYPE
Columns
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.
Query Text

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;

Dependencies

[top of page]

PO.PO_DOC_STYLE_LINES_B does not reference any database object

PO.PO_DOC_STYLE_LINES_B is referenced by following:

SchemaAPPS
SynonymPO_DOC_STYLE_LINES_B