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


TABLE: GMS.GMS_BC_PACKETS_BVID

Object Details
Object Name: GMS_BC_PACKETS_BVID
Object Type: TABLE
Owner: GMS
FND Design Data: TableGMS.GMS_BC_PACKETS_BVID
Subobject Name:
Status: VALID


This is a temporary summary table used in the funds check process to store distinct budget versions present in current packets. After the funds check process ends, records are deleted from this table.


Storage Details
Tablespace: TablespaceAPPS_TS_NOLOGGING
PCT Free: 10
PCT Used:
Indexes
Index Type Uniqueness Tablespace Column
GMS_BC_PACKETS_BVID_U1 NORMAL UNIQUE TablespaceAPPS_TS_NOLOGGING ColumnPACKET_ID
ColumnBUDGET_VERSION_ID
Columns
Name Datatype Length Mandatory Comments
PACKET_ID NUMBER (15) Yes Packet Id
BUDGET_VERSION_ID NUMBER (15) Yes Budget Version Id
CREATION_DATE DATE

Creation date
Query Text

Cut, paste (and edit) the following text to query this object:


SELECT PACKET_ID
,      BUDGET_VERSION_ID
,      CREATION_DATE
FROM GMS.GMS_BC_PACKETS_BVID;

Dependencies

[top of page]

GMS.GMS_BC_PACKETS_BVID does not reference any database object

GMS.GMS_BC_PACKETS_BVID is referenced by following:

SchemaGMS
ViewGMS_BC_PACKETS_BVID#