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


TABLE: FEM.FEM_COST_OBJECTS

Object Details
Object Name: FEM_COST_OBJECTS
Object Type: TABLE
Owner: FEM
FND Design Data: TableFEM.FEM_COST_OBJECTS
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.

Storage Details
Tablespace: TablespaceAPPS_TS_TX_DATA
PCT Free: 10
PCT Used:
Indexes
Index Type Uniqueness Tablespace Column
FEM_COST_OBJECTS_PK NORMAL UNIQUE TablespaceAPPS_TS_TX_IDX ColumnCOST_OBJECT_ID
FEM_COST_OBJECTS_U1 NORMAL UNIQUE TablespaceAPPS_TS_TX_IDX ColumnLOCAL_VS_COMBO_ID
ColumnCOST_OBJECT_DISPLAY_CODE
Columns
Name Datatype Length Mandatory Comments
COST_OBJECT_ID NUMBER
Yes Cost Object Identifier
COST_OBJECT_DISPLAY_CODE VARCHAR2 (2000) Yes Cost Object Display Code
SUMMARY_FLAG VARCHAR2 (1) Yes Summary Flag
START_DATE_ACTIVE DATE

Start Date Active
END_DATE_ACTIVE DATE

End Date Active
COST_OBJECT_STRUCTURE_ID NUMBER (38) Yes Cost Object Structure definining column
LOCAL_VS_COMBO_ID NUMBER (9)
Local Value Set Combination Identifier
UOM_CODE VARCHAR2 (30)
FINANCIAL_ELEM_ID NUMBER
Yes Financial Element Identifier
LEDGER_ID NUMBER
Yes Ledger Identifier
PRODUCT_ID NUMBER

Product Identifier
COMPANY_COST_CENTER_ORG_ID NUMBER

Company Cost Center Organization dimension member identifier
CUSTOMER_ID NUMBER

Customer Identifier
CHANNEL_ID NUMBER

Channel Identifier
PROJECT_ID NUMBER

Project Identifier
USER_DIM1_ID NUMBER

User Dimension1 Identifier
USER_DIM2_ID NUMBER

User Dimension2 Identifier
USER_DIM3_ID NUMBER

User Dimension3 Identifier
USER_DIM4_ID NUMBER

User Dimension4 Identifier
USER_DIM5_ID NUMBER

User Dimension5 Identifier
USER_DIM6_ID NUMBER

User Dimension6 Identifier
USER_DIM7_ID NUMBER

User Dimension7 Identifier
USER_DIM8_ID NUMBER

User Dimension8 Identifier
USER_DIM9_ID NUMBER

User Dimension9 Identifier
USER_DIM10_ID NUMBER

User Dimension10 Identifier
SEGMENT1 VARCHAR2 (60)
Composite Segment stores the Financial Element display code
SEGMENT2 VARCHAR2 (60)
Composite Segment stores the Ledger display code
SEGMENT3 VARCHAR2 (60)
Composite Segment stores the Product display code
SEGMENT4 VARCHAR2 (60)
Composite Segment stores the Company Cost Center Organization display code
SEGMENT5 VARCHAR2 (60)
Composite Segment stores the Customer display code
SEGMENT6 VARCHAR2 (60)
Composite Segment stores the Channel display code
SEGMENT7 VARCHAR2 (60)
Composite Segment stores the Project display code
SEGMENT8 VARCHAR2 (60)
Composite Segment stores the User Dimension1 display code
SEGMENT9 VARCHAR2 (60)
Composite Segment stores the User Dimension2 display code
SEGMENT10 VARCHAR2 (60)
Composite Segment stores the User Dimension3 display code
SEGMENT11 VARCHAR2 (60)
Composite Segment stores the User Dimension4 display code
SEGMENT12 VARCHAR2 (60)
Composite Segment stores the User Dimension5 display code
SEGMENT13 VARCHAR2 (60)
Composite Segment stores the User Dimension6 display code
SEGMENT14 VARCHAR2 (60)
Composite Segment stores the User Dimension7 display code
SEGMENT15 VARCHAR2 (60)
Composite Segment stores the User Dimension8 display code
SEGMENT16 VARCHAR2 (60)
Composite Segment stores the User Dimension9 display code
SEGMENT17 VARCHAR2 (60)
Composite Segment stores the User Dimension10 display code
SEGMENT18 VARCHAR2 (60)
Composite Segment available for future use
SEGMENT19 VARCHAR2 (60)
Composite Segment available for future use
SEGMENT20 VARCHAR2 (60)
Composite Segment available for future use
SEGMENT21 VARCHAR2 (60)
Composite Segment available for future use
SEGMENT22 VARCHAR2 (60)
Composite Segment available for future use
SEGMENT23 VARCHAR2 (60)
Composite Segment available for future use
SEGMENT24 VARCHAR2 (60)
Composite Segment available for future use
SEGMENT25 VARCHAR2 (60)
Composite Segment available for future use
SEGMENT26 VARCHAR2 (60)
Composite Segment available for future use
SEGMENT27 VARCHAR2 (60)
Composite Segment available for future use
SEGMENT28 VARCHAR2 (60)
Composite Segment available for future use
SEGMENT29 VARCHAR2 (60)
Composite Segment available for future use
SEGMENT30 VARCHAR2 (60)
Composite Segment available for future use
CREATION_DATE DATE

Identifies the date on which the data was created
CREATED_BY NUMBER (15)
Identifies the user that created the data
LAST_UPDATED_BY NUMBER (15)
Identifies the user that last updated the data
LAST_UPDATE_DATE DATE

Identifies the data on which the data was last updated
LAST_UPDATE_LOGIN NUMBER (15)
Identifies the login user that last updated the data
OBJECT_VERSION_NUMBER NUMBER
Yes Framework required column for stale data detection
ENABLED_FLAG VARCHAR2 (1) Yes Designates whether or not the member is enabled. A N designates that the member has been logically deleted
PERSONAL_FLAG VARCHAR2 (1) Yes Designates whether or not the dimension member is a personal member only available to the Created By user
READ_ONLY_FLAG VARCHAR2 (1) Yes
Query Text

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


SELECT COST_OBJECT_ID
,      COST_OBJECT_DISPLAY_CODE
,      SUMMARY_FLAG
,      START_DATE_ACTIVE
,      END_DATE_ACTIVE
,      COST_OBJECT_STRUCTURE_ID
,      LOCAL_VS_COMBO_ID
,      UOM_CODE
,      FINANCIAL_ELEM_ID
,      LEDGER_ID
,      PRODUCT_ID
,      COMPANY_COST_CENTER_ORG_ID
,      CUSTOMER_ID
,      CHANNEL_ID
,      PROJECT_ID
,      USER_DIM1_ID
,      USER_DIM2_ID
,      USER_DIM3_ID
,      USER_DIM4_ID
,      USER_DIM5_ID
,      USER_DIM6_ID
,      USER_DIM7_ID
,      USER_DIM8_ID
,      USER_DIM9_ID
,      USER_DIM10_ID
,      SEGMENT1
,      SEGMENT2
,      SEGMENT3
,      SEGMENT4
,      SEGMENT5
,      SEGMENT6
,      SEGMENT7
,      SEGMENT8
,      SEGMENT9
,      SEGMENT10
,      SEGMENT11
,      SEGMENT12
,      SEGMENT13
,      SEGMENT14
,      SEGMENT15
,      SEGMENT16
,      SEGMENT17
,      SEGMENT18
,      SEGMENT19
,      SEGMENT20
,      SEGMENT21
,      SEGMENT22
,      SEGMENT23
,      SEGMENT24
,      SEGMENT25
,      SEGMENT26
,      SEGMENT27
,      SEGMENT28
,      SEGMENT29
,      SEGMENT30
,      CREATION_DATE
,      CREATED_BY
,      LAST_UPDATED_BY
,      LAST_UPDATE_DATE
,      LAST_UPDATE_LOGIN
,      OBJECT_VERSION_NUMBER
,      ENABLED_FLAG
,      PERSONAL_FLAG
,      READ_ONLY_FLAG
FROM FEM.FEM_COST_OBJECTS;

Dependencies

[top of page]

FEM.FEM_COST_OBJECTS does not reference any database object

FEM.FEM_COST_OBJECTS is referenced by following:

SchemaAPPS
SynonymFEM_COST_OBJECTS