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


TABLE: GMS.GMS_DISTRIBUTIONS

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


GMS_DISTRIBUTIONS stores records for award distribution. Transactions populated with default award defined in Grants implementation setup are stored here. These records were applied with valid funding patterns to determine the actual award distribution.


Storage Details
Tablespace: TablespaceAPPS_TS_INTERFACE
PCT Free: 10
PCT Used:
Indexes
Index Type Uniqueness Tablespace Column
GMS_DISTRIBUTIONS_U1 NORMAL UNIQUE TablespaceAPPS_TS_INTERFACE ColumnDOCUMENT_DISTRIBUTION_ID
ColumnDOCUMENT_HEADER_ID
ColumnDOCUMENT_TYPE
Columns
Name Datatype Length Mandatory Comments
DOCUMENT_HEADER_ID NUMBER
Yes Sequence generated number uniquely identifies the funding header id.
DOCUMENT_DISTRIBUTION_ID NUMBER (15) Yes Header information for the distribution lines
DOCUMENT_TYPE VARCHAR2 (4) Yes Information from where the document originated
GL_DATE DATE
Yes GL date for which the expenditure is entered
PROJECT_ID NUMBER (15) Yes Project Information
TASK_ID NUMBER (15) Yes Task information for the project and award
EXPENDITURE_TYPE VARCHAR2 (30) Yes Expenditure Type information
EXPENDITURE_ORGANIZATION_ID NUMBER (15) Yes Information about the expenditure organization
EXPENDITURE_ITEM_DATE DATE
Yes Expenditure item date
QUANTITY NUMBER

Quantity of the transaction (UOM)
UNIT_PRICE NUMBER

Price for the unit of measure
AMOUNT NUMBER
Yes Qunatity * Unit price
DIST_STATUS VARCHAR2 (5)
Information whether any distribtuions line failed
CREATION_DATE DATE
Yes Creation date
BURDENED_COST NUMBER

Burdened Cost
DENOM_BURDENED_COST NUMBER

Burdened cost in Transaction currency
DENOM_RAW_COST NUMBER

Raw Cost in transaction currency
ACCT_RAW_COST NUMBER

Raw Cost in Functional currency
ACCT_BURDENED_COST NUMBER

Burdened Cost in functional currency
RECEIPT_CURRENCY_AMOUNT NUMBER

Receipt currency amount of the transaction
Query Text

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


SELECT DOCUMENT_HEADER_ID
,      DOCUMENT_DISTRIBUTION_ID
,      DOCUMENT_TYPE
,      GL_DATE
,      PROJECT_ID
,      TASK_ID
,      EXPENDITURE_TYPE
,      EXPENDITURE_ORGANIZATION_ID
,      EXPENDITURE_ITEM_DATE
,      QUANTITY
,      UNIT_PRICE
,      AMOUNT
,      DIST_STATUS
,      CREATION_DATE
,      BURDENED_COST
,      DENOM_BURDENED_COST
,      DENOM_RAW_COST
,      ACCT_RAW_COST
,      ACCT_BURDENED_COST
,      RECEIPT_CURRENCY_AMOUNT
FROM GMS.GMS_DISTRIBUTIONS;

Dependencies

[top of page]

GMS.GMS_DISTRIBUTIONS does not reference any database object

GMS.GMS_DISTRIBUTIONS is referenced by following:

SchemaAPPS
SynonymGMS_DISTRIBUTIONS