[Home] [Help]
[Dependency Information]
| Object Name: | HZ_MERGE_BATCH |
|---|---|
| Object Type: | TABLE |
| Owner: | AR |
| FND Design Data: | AR.HZ_MERGE_BATCH
|
| Subobject Name: | |
| Status: | VALID |
The HZ_MERGE_BATCH table stores header information about a party merge batch. The records in this table are created in the Merge Parties form.
| Tablespace: | APPS_TS_TX_DATA |
|---|---|
| PCT Free: | 10 |
| PCT Used: |
| Index | Type | Uniqueness | Tablespace | Column |
|---|---|---|---|---|
| HZ_MERGE_BATCH_U1 | NORMAL | UNIQUE |
APPS_TS_TX_IDX
|
BATCH_ID
|
| Name | Datatype | Length | Mandatory | Comments |
|---|---|---|---|---|
| BATCH_ID | NUMBER | (15) | Yes | Sequence generated id to uniquely identify a batch |
| RULE_SET_NAME | VARCHAR2 | (30) | Yes | Rule Set that will be used to merge the batch. The value will default to the pre-seeded value |
| BATCH_NAME | VARCHAR2 | (80) | Yes | User entered name of the batch |
| REQUEST_ID | NUMBER | (15) | Concurrent Program who column - concurrent request id of the program that last updated this row (foreign key to FND_CONCURRENT_REQUESTS.REQUEST_ID). | |
| BATCH_STATUS | VARCHAR2 | (30) | Yes | Status of the batch. This column is updated by the concurrent program. |
| BATCH_COMMIT | VARCHAR2 | (1) | Yes | Y indicates commit performed after merging all parties in the batch. N indicates commit performed after each party in the batch is merged. |
| BATCH_DELETE | VARCHAR2 | (1) | Yes | Y indicates merged records are to be deleted after merge. N indicates merged records are not deleted. |
| MERGE_REASON_CODE | VARCHAR2 | (30) | Reason for Batch Creation. Based on Lookup type MERGE_REASON in AR_LOOKUPS | |
| CREATED_BY | NUMBER | (15) | Yes | Standard who column - user who created this row (foreign key to FND_USER.USER_ID). |
| CREATION_DATE | DATE | Yes | Standard who column - date when this row was created. | |
| LAST_UPDATE_LOGIN | NUMBER | (15) | Standard who column - operating system login of user who last updated this row (foreign key to FND_LOGINS.LOGIN_ID). | |
| LAST_UPDATE_DATE | DATE | Yes | Standard Who column - date when a user last updated this row. | |
| LAST_UPDATED_BY | NUMBER | (15) | Yes | Standard who column - user who last updated this row (foreign key to FND_USER.USER_ID). |
| CREATED_BY_MODULE | VARCHAR2 | (30) | TCA Who Column |
Cut, paste (and edit) the following text to query this object:
SELECT BATCH_ID
, RULE_SET_NAME
, BATCH_NAME
, REQUEST_ID
, BATCH_STATUS
, BATCH_COMMIT
, BATCH_DELETE
, MERGE_REASON_CODE
, CREATED_BY
, CREATION_DATE
, LAST_UPDATE_LOGIN
, LAST_UPDATE_DATE
, LAST_UPDATED_BY
, CREATED_BY_MODULE
FROM AR.HZ_MERGE_BATCH;
AR.HZ_MERGE_BATCH does not reference any database object
AR.HZ_MERGE_BATCH is referenced by following:
APPS
HZ_MERGE_BATCH
|
|
|
|