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


TABLE: HR.FF_FORMULA_TYPE_COMPONENTS

Object Details
Object Name: FF_FORMULA_TYPE_COMPONENTS
Object Type: TABLE
Owner: HR
FND Design Data: TableFF.FF_FORMULA_TYPE_COMPONENTS
Subobject Name:
Status: VALID


FF_FORMULA_TYPE_COMPONENTS holds details of components, such as inputs and outputs, associated with a formula type.


Storage Details
Tablespace: TablespaceAPPS_TS_TX_DATA
PCT Free: 10
PCT Used:
Indexes
Index Type Uniqueness Tablespace Column
FF_FORMULA_TYPE_COMPONENTS_PK NORMAL UNIQUE TablespaceAPPS_TS_TX_IDX ColumnCOMPONENT_ID
Columns
Name Datatype Length Mandatory Comments
COMPONENT_ID NUMBER (9) Yes Unique identifier of the formula type component.
COMPONENT_NAME VARCHAR2 (80) Yes Name of the component.
COMPONENT_TYPE VARCHAR2 (30) Yes Type of the component.
COMPONENT_DATATYPE VARCHAR2 (80) Yes Datatype of the component.
FORMULA_TYPE_ID NUMBER (9) Yes Foreign key to FF_FORMULA_TYPES.FORMULA_TYPE_ID
LAST_UPDATE_DATE DATE

Standard WHO column
LAST_UPDATED_BY NUMBER (15)
Standard WHO column
LAST_UPDATE_LOGIN NUMBER (15)
Standard WHO column
CREATED_BY NUMBER (15)
Standard WHO column
CREATION_DATE DATE

Standard WHO column
Query Text

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


SELECT COMPONENT_ID
,      COMPONENT_NAME
,      COMPONENT_TYPE
,      COMPONENT_DATATYPE
,      FORMULA_TYPE_ID
,      LAST_UPDATE_DATE
,      LAST_UPDATED_BY
,      LAST_UPDATE_LOGIN
,      CREATED_BY
,      CREATION_DATE
FROM HR.FF_FORMULA_TYPE_COMPONENTS;

Dependencies

[top of page]

HR.FF_FORMULA_TYPE_COMPONENTS does not reference any database object

HR.FF_FORMULA_TYPE_COMPONENTS is referenced by following:

SchemaAPPS
SynonymFF_FORMULA_TYPE_COMPONENTS
TriggerFF_FORMULA_TYPE_COMPONENTS_WHO
SchemaPUBLIC
SynonymFF_FORMULA_TYPE_COMPONENTS