[Home] [Help]
[Dependency Information]
Object Name: | BOM_INTERFACE_DELETE_GROUPS |
---|---|
Object Type: | TABLE |
Owner: | BOM |
FND Design Data: | ![]() |
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.
Tablespace: | ![]() |
---|---|
PCT Free: | 10 |
PCT Used: |
Index | Type | Uniqueness | Tablespace | Column |
---|---|---|---|---|
BOM_INTERFACE_DELETE_GROUPS_U1 | NORMAL | UNIQUE |
![]() |
![]() |
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 |
Cut, paste (and edit) the following text to query this object:
SELECT ENTITY_NAME
, DELETE_GROUP_NAME
, DESCRIPTION
FROM BOM.BOM_INTERFACE_DELETE_GROUPS;
BOM.BOM_INTERFACE_DELETE_GROUPS does not reference any database object
BOM.BOM_INTERFACE_DELETE_GROUPS is referenced by following:
|
|
|