DBA Data[Home] [Help] [Dependency Information]


TABLE: GMS.GMS_BC_PACKET_ARRIVAL_ORDER

Object Details
Object Name: GMS_BC_PACKET_ARRIVAL_ORDER
Object Type: TABLE
Owner: GMS
FND Design Data: TableGMS.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.


Storage Details
Tablespace: TablespaceAPPS_TS_TX_DATA
PCT Free: 10
PCT Used:
Indexes
Index Type Uniqueness Tablespace Column
GMS_BC_PACKET_ARRIVAL_ORDER_U1 NORMAL UNIQUE TablespaceAPPS_TS_TX_IDX ColumnARRIVAL_SEQ
ColumnPACKET_ID
GMS_BC_PACKET_ARRIVAL_ORDER_U2 NORMAL UNIQUE TablespaceAPPS_TS_TX_IDX ColumnPACKET_ID
ColumnARRIVAL_SEQ
Columns
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
Query Text

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;

Dependencies

[top of page]

GMS.GMS_BC_PACKET_ARRIVAL_ORDER does not reference any database object

GMS.GMS_BC_PACKET_ARRIVAL_ORDER is referenced by following:

SchemaAPPS
SynonymGMS_BC_PACKET_ARRIVAL_ORDER