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


TABLE: FPA.FPA_VALIDATION_LINES

Object Details
Object Name: FPA_VALIDATION_LINES
Object Type: TABLE
Owner: FPA
FND Design Data: TableFPA.FPA_VALIDATION_LINES
Subobject Name:
Status: VALID

***** Warning: Oracle Internal Use Only *****

Oracle Corporation does not support access to Oracle
applications data using this object, except from standard Oracle Applications programs.

View Type

Internal

Storage Details
Tablespace: TablespaceAPPS_TS_TX_DATA
PCT Free: 10
PCT Used:
Columns
Name Datatype Length Mandatory Comments
VALIDATION_ID NUMBER (15) Yes Validation Identifier
HEADER_ID NUMBER (15)
Header Identifier
OBJECT_ID NUMBER (15) Yes Object Identifier
OBJECT_TYPE VARCHAR2 (30)
Object type
VALIDATION_TYPE VARCHAR2 (30) Yes Validation type
MESSAGE_ID VARCHAR2 (30)
Message Identifier
SEVERITY VARCHAR2 (1)
Severity
CREATED_BY NUMBER (15) Yes Standard Who column
CREATION_DATE DATE
Yes Standard Who column
LAST_UPDATED_BY NUMBER (15) Yes Standard Who column
LAST_UPDATE_DATE DATE
Yes Standard Who column
LAST_UPDATE_LOGIN NUMBER (15) Yes Standard Who column
Query Text

Cut, paste (and edit) the following text to query this object:


SELECT VALIDATION_ID
,      HEADER_ID
,      OBJECT_ID
,      OBJECT_TYPE
,      VALIDATION_TYPE
,      MESSAGE_ID
,      SEVERITY
,      CREATED_BY
,      CREATION_DATE
,      LAST_UPDATED_BY
,      LAST_UPDATE_DATE
,      LAST_UPDATE_LOGIN
FROM FPA.FPA_VALIDATION_LINES;

Dependencies

[top of page]

FPA.FPA_VALIDATION_LINES does not reference any database object

FPA.FPA_VALIDATION_LINES is referenced by following:

SchemaFPA
ViewFPA_VALIDATION_LINES#