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


TABLE: BOM.BOM_INTERFACE_DELETE_GROUPS

Object Details
Object Name: BOM_INTERFACE_DELETE_GROUPS
Object Type: TABLE
Owner: BOM
FND Design Data: TableBOM.BOM_INTERFACE_DELETE_GROUPS
Subobject Name:
Status: VALID


BOM_INTERFACE_DELETE_GROUPS contains the default delete group names
for bills, components, routings, and operations. These names are used
when the Bill, Routing, and ECO Open Interfaces are instructed to
delete these type of objects.


Storage Details
Tablespace: TablespaceAPPS_TS_TX_DATA
PCT Free: 10
PCT Used:
Indexes
Index Type Uniqueness Tablespace Column
BOM_INTERFACE_DELETE_GROUPS_U1 NORMAL UNIQUE TablespaceAPPS_TS_TX_IDX ColumnENTITY_NAME
Columns
Name Datatype Length Mandatory Comments
ENTITY_NAME VARCHAR2 (50) Yes Name of the entity the delete group name is used for.The values in this column can only be: BOM_BILL_OF_MTLS_INTERFACE, BOM_INVENTORY_COMPS_INTERFACE, BOM_OP_ ROUTINGS_INTERFACE, or BOM_OP_SEQUENCES_INTERFACE
DELETE_GROUP_NAME VARCHAR2 (10) Yes Delete group name for the entity type you are deleting
DESCRIPTION VARCHAR2 (240)
Description of the delete group
Query Text

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


SELECT ENTITY_NAME
,      DELETE_GROUP_NAME
,      DESCRIPTION
FROM BOM.BOM_INTERFACE_DELETE_GROUPS;

Dependencies

[top of page]

BOM.BOM_INTERFACE_DELETE_GROUPS does not reference any database object

BOM.BOM_INTERFACE_DELETE_GROUPS is referenced by following:

SchemaAPPS
SynonymBOM_INTERFACE_DELETE_GROUPS