EGP_COPY_CRITERIA
Stores the criterion for structure copy operation
Details
-
Schema: FUSION
-
Object owner: EGP
-
Object type: TABLE
-
Tablespace: APPS_TS_TX_DATA
Primary Key
| Name | Columns |
|---|---|
|
EGP_COPY_CRITERIA_PK |
COPY_CRITERION_ID |
Columns
| Name | Datatype | Length | Precision | Not-null | Comments |
|---|---|---|---|---|---|
| COPY_CRITERION_ID | NUMBER | 18 | Yes | Unique Identifier of the copy criterion | |
| SRC_PK1_VALUE | NUMBER | 18 | Yes | Source Structure's Pk1 value. For Item Structure this value will be Inventory Item Id. For Item Class Structure this will be Item Catalog Group Id. | |
| SRC_PK2_VALUE | NUMBER | 18 | Yes | Source Structure's Pk2 value. This will be organization id for Item Structure. For Item Class Structure this will be Master Organization Id. | |
| SRC_PK3_VALUE | NUMBER | 18 | Yes | Source Structure's Pk3 value. For Item Structure this will be Item Revision Id which will be used Revision Effective Structure. | |
| SRC_ALT_BOM_DESIG | VARCHAR2 | 80 | Yes | Source Structure's structure name unique identifier | |
| SRC_OBJ_NAME | VARCHAR2 | 30 | Yes | Object Type Name of the source object. | |
| SRC_EXPLOSION_DATE | DATE | Yes | Explosion Date for the source structure | ||
| SRC_FROM_UNIT_NUMBER | VARCHAR2 | 30 | End Item Unit Number for the source structure to filter the components | ||
| SRC_TO_UNIT_NUMBER | VARCHAR2 | 30 | End Item Unit Number for the source structure to filter the components | ||
| SRC_FROM_END_ITEM_REV_ID | NUMBER | 18 | End Item Revision for the source structure to filter the components | ||
| SRC_TO_END_ITEM_REV_ID | NUMBER | 18 | End Item Revision for the source structure to filter the components | ||
| SRC_FILTER | NUMBER | Yes | Effectivity Filter for source structure | ||
| SRC_ECO_FILTER | VARCHAR2 | 50 | ECO Filter for source structure | ||
| SRC_BILL_SEQUENCE_ID | NUMBER | 18 | Yes | Bill Sequence Id of the source structure | |
| SRC_STRUCTURE_TYPE_ID | NUMBER | 18 | Yes | Structure Typd Id of the source structure | |
| SRC_EFFECTIVITY_CONTROL | NUMBER | Yes | Effectivity Control of the source structure | ||
| TRGT_PK1_VALUE | NUMBER | 18 | Yes | Target Structure's Pk1 value. For Item Structure this will be Inventory Item Id and for Item Class Structure this will be Item Catalog Group Id. | |
| TRGT_PK2_VALUE | NUMBER | 18 | Yes | Target Structure's Pk2 value. For Item Structure this will be organization id and for Item Class Struture this will be master organization id. | |
| TRGT_PK3_VALUE | NUMBER | 18 | Yes | Target Structure's Pk3 value. For Item Structure this will be Item Revision Id which is used in Revision Effective Structure. | |
| TRGT_OBJ_NAME | VARCHAR2 | 30 | Yes | Object Type Name of the target object. | |
| TRGT_ALT_BOM_DESIG | VARCHAR2 | 80 | Yes | Target Structure's structure name | |
| TRGT_EFFECTIVITY_DATE | DATE | Yes | Target structure's effectivity date for component | ||
| TRGT_FROM_UNIT_NUMBER | VARCHAR2 | 30 | Target structure's end item unit number for components | ||
| TRGT_TO_UNIT_NUMBER | VARCHAR2 | 30 | Target structure's end item unit number for components | ||
| TRGT_FROM_END_ITEM_REV_ID | NUMBER | 18 | Target structure's end item revision for components | ||
| TRGT_TO_END_ITEM_REV_ID | NUMBER | 18 | Target structure's end item revision for components | ||
| TRGT_BILL_SEQUENCE_ID | NUMBER | 18 | Target structure's bill sequence id | ||
| TRGT_STRUCTURE_TYPE_ID | NUMBER | 18 | Yes | Target structure's structure type id | |
| TRGT_EFFECTIVITY_CONTROL | NUMBER | Yes | Target structure's effectivity control | ||
| LEVELS_TO_COPY | NUMBER | Yes | Indicates the structure levels to be copied. | ||
| CPY_EXCLUSIONS_FLAG | VARCHAR2 | 1 | Yes | Flag to specify whether exclusions needs to be copied or not | |
| CPY_ROUTINGS_FLAG | VARCHAR2 | 1 | Yes | Flag to specify whether routings needs to be copied or not | |
| CPY_STR_ATTACHMENTS_FLAG | VARCHAR2 | 1 | Yes | Flag to specify whether structure attachments needs to be copied or not | |
| CPY_REF_DESIGS_FLAG | VARCHAR2 | 1 | Yes | Flag to specify whether reference designators needs to be copied or not | |
| CPY_SUB_COMPS_FLAG | VARCHAR2 | 1 | Yes | Flag to specify whether substitute components needs to be copied or not | |
| CPY_COMP_OPERS_FLAG | VARCHAR2 | 1 | Yes | Flag to specify whether component operations needs to be copied or not | |
| REQUEST_STATUS_IND | VARCHAR2 | 1 | Yes | Request Status fo the Copy Criteria | |
| ORG_HIERARCHY_ID | NUMBER | 18 | Organization Hierarchy Id of the copy criteria. | ||
| CHANGE_NOTICE | VARCHAR2 | 50 | Copy Operation will create change notice with this name. | ||
| CHANGE_ID | NUMBER | 18 | Change Id of the Change Order to which the revised items of this copy operation will be added. | ||
| CREATED_BY | VARCHAR2 | 64 | Yes | Who column: indicates the user who created the row. | |
| CREATION_DATE | TIMESTAMP | Yes | Who column: indicates the date and time of the creation of the row. | ||
| LAST_UPDATED_BY | VARCHAR2 | 64 | Yes | Who column: indicates the user who last updated the row. | |
| LAST_UPDATE_DATE | TIMESTAMP | Yes | Who column: indicates the date and time of the last update of the row. | ||
| LAST_UPDATE_LOGIN | VARCHAR2 | 32 | Who column: indicates the session login associated to the user who last updated the row. | ||
| REQUEST_ID | NUMBER | 18 | Enterprise Service Scheduler: indicates the request ID of the job that created or last updated the row. | ||
| PROGRAM_NAME | VARCHAR2 | 30 | Identifies the concurrent program. | ||
| PROGRAM_APP_NAME | VARCHAR2 | 50 | Concurrent Program Application Name | ||
| TRGT_STRUCTURE_DESCRIPTION | VARCHAR2 | 240 | Description of the target Structure. | ||
| OBJECT_VERSION_NUMBER | NUMBER | 9 | Yes | Used to implement optimistic locking. This number is incremented every time that the row is updated. The number is compared at the start and end of a transaction to detect whether another session has updated the row since it was queried. |
Foreign Keys
| Table | Foreign Table | Foreign Key Column |
|---|---|---|
| egp_copy_organizations | egp_copy_criteria | COPY_CRITERION_ID |
Indexes
| Index | Uniqueness | Tablespace | Columns |
|---|---|---|---|
| EGP_COPY_CRITERIA_PK | Unique | Default | COPY_CRITERION_ID |