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


TABLE: AMS.AMS_IMP_CONFIG_COMPONENTS

Object Details
Object Name: AMS_IMP_CONFIG_COMPONENTS
Object Type: TABLE
Owner: AMS
FND Design Data: TableAMS.AMS_IMP_CONFIG_COMPONENTS
Subobject Name:
Status: VALID


This table stores the import configurable information.


Storage Details
Tablespace: TablespaceAPPS_TS_SEED
PCT Free: 10
PCT Used:
Indexes
Index Type Uniqueness Tablespace Column
AMS_IMP_CONFIG_COMPONENTS_U1 NORMAL UNIQUE TablespaceAPPS_TS_SEED ColumnCONFIG_COMPONENT_ID
AMS_IMP_CONFIG_COMPONENTS_N1 NORMAL NONUNIQUE TablespaceAPPS_TS_SEED ColumnCOMPONENT_NAME
Columns
Name Datatype Length Mandatory Comments
CONFIG_COMPONENT_ID NUMBER

Unique Identifier.
LAST_UPDATE_DATE DATE

Standard WHO Column
LAST_UPDATED_BY NUMBER (15)
Standard WHO Column
CREATION_DATE DATE

Standard WHO Column
CREATED_BY NUMBER (15)
Standard WHO Column
LAST_UPDATE_LOGIN NUMBER (15)
Standard WHO Column
OBJECT_VERSION_NUMBER NUMBER (9)
This column is used for locking purposes.
IMPORT_TYPE VARCHAR2 (30) Yes Type of import for example b2b or b2c.
COMPONENT_TYPE VARCHAR2 (60)
Type of component for example field or page etc.
IMPORT_MODULE VARCHAR2 (60)
Module which is using this component.
COMPONENT_NAME VARCHAR2 (255)
Name of the component.
ACCESS_ALLOWED VARCHAR2 (1)
Access for the component.
Query Text

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


SELECT CONFIG_COMPONENT_ID
,      LAST_UPDATE_DATE
,      LAST_UPDATED_BY
,      CREATION_DATE
,      CREATED_BY
,      LAST_UPDATE_LOGIN
,      OBJECT_VERSION_NUMBER
,      IMPORT_TYPE
,      COMPONENT_TYPE
,      IMPORT_MODULE
,      COMPONENT_NAME
,      ACCESS_ALLOWED
FROM AMS.AMS_IMP_CONFIG_COMPONENTS;

Dependencies

[top of page]

AMS.AMS_IMP_CONFIG_COMPONENTS does not reference any database object

AMS.AMS_IMP_CONFIG_COMPONENTS is referenced by following:

SchemaAPPS
SynonymAMS_IMP_CONFIG_COMPONENTS