[Home] [Help]
[Dependency Information]
| Object Name: | GMS_BC_PACKETS_BVID |
|---|---|
| Object Type: | TABLE |
| Owner: | GMS |
| FND Design Data: | GMS.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.
| Tablespace: | APPS_TS_NOLOGGING |
|---|---|
| PCT Free: | 10 |
| PCT Used: |
| Index | Type | Uniqueness | Tablespace | Column |
|---|---|---|---|---|
| GMS_BC_PACKETS_BVID_U1 | NORMAL | UNIQUE |
APPS_TS_NOLOGGING
|
PACKET_ID
BUDGET_VERSION_ID
|
| 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 |
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;
GMS.GMS_BC_PACKETS_BVID does not reference any database object
GMS.GMS_BC_PACKETS_BVID is referenced by following:
GMS
GMS_BC_PACKETS_BVID#
|
|
|
|