[Home] [Help]
[Dependency Information]
| Object Name: | GME_TRANSACTION_PAIRS |
|---|---|
| Object Type: | TABLE |
| Owner: | GME |
| FND Design Data: | GME.GME_TRANSACTION_PAIRS
|
| Subobject Name: | |
| Status: | VALID |
Oracle Corporation does not support access to Oracle
applications data using this object, except from standard Oracle Applications programs.
| Tablespace: | APPS_TS_TX_DATA |
|---|---|
| PCT Free: | 10 |
| PCT Used: |
| Index | Type | Uniqueness | Tablespace | Column |
|---|---|---|---|---|
| GME_TRANSACTIONS_PAIR_N1 | NORMAL | NONUNIQUE |
APPS_TS_TX_IDX
|
TRANSACTION_ID1
|
| Name | Datatype | Length | Mandatory | Comments |
|---|---|---|---|---|
| BATCH_ID | NUMBER | Yes | Identifier to Batch Header | |
| MATERIAL_DETAIL_ID | NUMBER | Yes | Identifier to Material Detail | |
| TRANSACTION_ID1 | NUMBER | Yes | Transaction ID of original transaction | |
| TRANSACTION_ID2 | NUMBER | Transaction ID of reversal transaction | ||
| PAIR_TYPE | NUMBER | (1) | 0 = Reversal 1 = Phantom |
Cut, paste (and edit) the following text to query this object:
SELECT BATCH_ID
, MATERIAL_DETAIL_ID
, TRANSACTION_ID1
, TRANSACTION_ID2
, PAIR_TYPE
FROM GME.GME_TRANSACTION_PAIRS;
GME.GME_TRANSACTION_PAIRS does not reference any database object
GME.GME_TRANSACTION_PAIRS is referenced by following:
GME
GME_TRANSACTION_PAIRS#
|
|
|
|