[Home] [Help]
[Dependency Information]
| Object Name: | GMS_BC_PACKET_ARRIVAL_ORDER |
|---|---|
| Object Type: | TABLE |
| Owner: | GMS |
| FND Design Data: | GMS.GMS_BC_PACKET_ARRIVAL_ORDER
|
| Subobject Name: | |
| Status: | VALID |
GMS_BC_PACKET_ARRIVAL_ORDER stores the sequence in which the packets arrived for funds checking. While funds checking a packet, the funds check process uses the information in this table to calculate the available budget balances.
| Tablespace: | APPS_TS_TX_DATA |
|---|---|
| PCT Free: | 10 |
| PCT Used: |
| Index | Type | Uniqueness | Tablespace | Column |
|---|---|---|---|---|
| GMS_BC_PACKET_ARRIVAL_ORDER_U1 | NORMAL | UNIQUE |
APPS_TS_TX_IDX
|
ARRIVAL_SEQ
PACKET_ID
|
| GMS_BC_PACKET_ARRIVAL_ORDER_U2 | NORMAL | UNIQUE |
APPS_TS_TX_IDX
|
PACKET_ID
ARRIVAL_SEQ
|
| Name | Datatype | Length | Mandatory | Comments |
|---|---|---|---|---|
| ARRIVAL_SEQ | NUMBER | (15) | Yes | System-generated sequence in which a packet arrived for funds checking. |
| PACKET_ID | NUMBER | (15) | Yes | Unique identifier for a packet for funds checking |
| LAST_UPDATE_DATE | DATE | Yes | Standard who column | |
| LAST_UPDATED_BY | NUMBER | (15) | Yes | Standard who column |
Cut, paste (and edit) the following text to query this object:
SELECT ARRIVAL_SEQ
, PACKET_ID
, LAST_UPDATE_DATE
, LAST_UPDATED_BY
FROM GMS.GMS_BC_PACKET_ARRIVAL_ORDER;
GMS.GMS_BC_PACKET_ARRIVAL_ORDER does not reference any database object
GMS.GMS_BC_PACKET_ARRIVAL_ORDER is referenced by following:
GMS
GMS_BC_PACKET_ARRIVAL_ORDER#
|
|
|
|