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


TABLE: FA.FA_LOOKUP_TYPES_B

Object Details
Object Name: FA_LOOKUP_TYPES_B
Object Type: TABLE
Owner: FA
FND Design Data: TableOFA.FA_LOOKUP_TYPES_B
Subobject Name:
Status: VALID


FA_LOOKUP_TYPES_B stores information for Oracle Assets
system-defined and user-definable QuickCodes. Oracle Assets uses
this information when it displays QuickCodes.
.
You cannot update the rows in this table.
.
LOOKUP_TYPE identifies a QuickCode list, contained in the table
FA_LOOKUPS.
.
USER_MAINTAINABLE is YES if you can update or insert new QuickCode
values associated with a lookup type stored in FA_LOOKUPS using the
QuickCodes form. A NO value means the row is for a system-defined
QuickPick, and you must not update these QuickCode values.
.
.


Storage Details
Tablespace: TablespaceAPPS_TS_SEED
PCT Free: 10
PCT Used:
Indexes
Index Type Uniqueness Tablespace Column
FA_LOOKUP_TYPES_B_U1 NORMAL UNIQUE TablespaceAPPS_TS_SEED ColumnLOOKUP_TYPE
ColumnZD_EDITION_NAME
Columns
Name Datatype Length Mandatory Comments
LOOKUP_TYPE VARCHAR2 (30) Yes Unique identification name of a list of related QuickPick values
USER_MAINTAINABLE VARCHAR2 (3) Yes Indicates whether or not users may update the record
LAST_UPDATE_DATE DATE
Yes Standard Who column
LAST_UPDATED_BY NUMBER (15) Yes Standard Who column
CREATED_BY NUMBER (15)
Standard Who column
CREATION_DATE DATE

Standard Who column
LAST_UPDATE_LOGIN NUMBER (15)
Standard Who column
ZD_EDITION_NAME VARCHAR2 (30) Yes
Query Text

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


SELECT LOOKUP_TYPE
,      USER_MAINTAINABLE
,      LAST_UPDATE_DATE
,      LAST_UPDATED_BY
,      CREATED_BY
,      CREATION_DATE
,      LAST_UPDATE_LOGIN
,      ZD_EDITION_NAME
FROM FA.FA_LOOKUP_TYPES_B;

Dependencies

[top of page]

FA.FA_LOOKUP_TYPES_B does not reference any database object

FA.FA_LOOKUP_TYPES_B is referenced by following:

SchemaFA
ViewFA_LOOKUP_TYPES_B#