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


TABLE: FEM.FEM_ACCRUAL_BASIS_B_T

Object Details
Object Name: FEM_ACCRUAL_BASIS_B_T
Object Type: TABLE
Owner: FEM
Subobject Name:
Status: VALID


FEM_ACCRUAL_BASIS_B_T is an interface table for loading and updating Accrual Basis members using the Dimension Member Loader. This is the identifying table for new members, so that there is one row for each new Accrual Basis member that you wish to load. In order to load new members, you will also need to populate the FEM_ACCRUAL_BASIS_ATTR_T and FEM_ACCRUAL_BASIS_TL_T interface tables appropriately. Each distinct member is always identified by the non translatable alphanumeric identifier for the Accrual Basis member. The ACCRUAL_BASIS_DISPLAY_CODE column in the interface tables stores this identifier.
Scope: public
Product: FEM
Lifecycle: active
Display Name: Analytic Accrual Basis Member
Category: BUSINESS_ENTITY FEM_XDIM_AUXILIARY


Storage Details
Tablespace: TablespaceAPPS_TS_TX_DATA
PCT Free: 10
PCT Used:
Indexes
Index Type Uniqueness Tablespace Column
FEM_ACCRUAL_BASIS_B_T_PK NORMAL UNIQUE TablespaceAPPS_TS_TX_IDX ColumnACCRUAL_BASIS_DISPLAY_CODE
Columns
Name Datatype Length Mandatory Comments
ACCRUAL_BASIS_DISPLAY_CODE VARCHAR2 (150) Yes Accrual Basis member display code
STATUS VARCHAR2 (30) Yes Designates the loading status of the row
CREATED_BY_DIM_MIGRATION_FLAG VARCHAR2 (1)
Oracle applications uses this column to identify data created by internal processes. Do not populate this column for user created rows - leave as null.
Query Text

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


SELECT ACCRUAL_BASIS_DISPLAY_CODE
,      STATUS
,      CREATED_BY_DIM_MIGRATION_FLAG
FROM FEM.FEM_ACCRUAL_BASIS_B_T;

Dependencies

[top of page]

FEM.FEM_ACCRUAL_BASIS_B_T does not reference any database object

FEM.FEM_ACCRUAL_BASIS_B_T is referenced by following:

SchemaAPPS
SynonymFEM_ACCRUAL_BASIS_B_T