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


TABLE: FA.FA_MASS_UPDATE_BATCH_DETAILS

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


The individual asset changes made as a result of a mass update.


Storage Details
Tablespace: TablespaceAPPS_TS_INTERFACE
PCT Free: 10
PCT Used:
Indexes
Index Type Uniqueness Tablespace Column
FA_MASS_UPDATE_BATCH_DET_U1 NORMAL UNIQUE TablespaceAPPS_TS_INTERFACE ColumnBATCH_ID
ColumnBOOK_TYPE_CODE
ColumnASSET_ID
ColumnATTRIBUTE_NAME
FA_MASS_UPDATE_BATCH_DET_N1 NORMAL NONUNIQUE TablespaceAPPS_TS_INTERFACE ColumnASSET_ID
Columns
Name Datatype Length Mandatory Comments
BATCH_ID NUMBER
Yes System generated identifier of a batch
BOOK_TYPE_CODE VARCHAR2 (15) Yes Identifier of the Book associated with the Asset
ATTRIBUTE_NAME VARCHAR2 (30) Yes The name of the attribute defined in the rule
ASSET_ID NUMBER
Yes Unique identifier of an asset
ATTRIBUTE_OLD_ID VARCHAR2 (30)
Identifier of the asset attribute before the event was triggered
ATTRIBUTE_NEW_ID VARCHAR2 (30)
Identifier of the asset attribute after the event was triggered
DERIVED_FROM_ENTITY_ID NUMBER

Identifier of the entity the new asset attribute is derived from
DERIVED_FROM_ENTITY VARCHAR2 (30)
The type of entity the new asset attribute is derived from : 'NODE' - Node, 'ASSET'- Asset, 'LEASE'- Lease, 'CATEGORY'-Category
CREATED_BY NUMBER
Yes Standard WHO column.
CREATION_DATE DATE
Yes Standard WHO column.
LAST_UPDATED_BY NUMBER
Yes Standard WHO column.
LAST_UPDATE_DATE DATE
Yes Standard WHO column.
LAST_UPDATE_LOGIN NUMBER
Yes Standard WHO column.
STATUS_CODE VARCHAR2 (2)
Status of the batch: 'P' - Pending, 'E' - Excluded, 'R' - Rejected
REJECTION_REASON VARCHAR2 (240)
Reason the asset line was Rejected
APPLY_FLAG VARCHAR2 (1)
Not Used
EFFECTIVE_DATE DATE

Effective date.
FA_PERIOD_NAME VARCHAR2 (30)
Not Used
CONCURRENT_REQUEST_ID NUMBER

Concurrent request Id of the run which created this record
PARENT_HIERARCHY_ID NUMBER

Identifier of the immediate parent node of the asset in the hierarchy
Query Text

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


SELECT BATCH_ID
,      BOOK_TYPE_CODE
,      ATTRIBUTE_NAME
,      ASSET_ID
,      ATTRIBUTE_OLD_ID
,      ATTRIBUTE_NEW_ID
,      DERIVED_FROM_ENTITY_ID
,      DERIVED_FROM_ENTITY
,      CREATED_BY
,      CREATION_DATE
,      LAST_UPDATED_BY
,      LAST_UPDATE_DATE
,      LAST_UPDATE_LOGIN
,      STATUS_CODE
,      REJECTION_REASON
,      APPLY_FLAG
,      EFFECTIVE_DATE
,      FA_PERIOD_NAME
,      CONCURRENT_REQUEST_ID
,      PARENT_HIERARCHY_ID
FROM FA.FA_MASS_UPDATE_BATCH_DETAILS;

Dependencies

[top of page]

FA.FA_MASS_UPDATE_BATCH_DETAILS does not reference any database object

FA.FA_MASS_UPDATE_BATCH_DETAILS is referenced by following:

SchemaFA
ViewFA_MASS_UPDATE_BATCH_DETAILS#