[Home] [Help]
[Dependency Information]
| Object Name: | GMS_AWARDS_BASIC_V |
|---|---|
| Object Type: | VIEW |
| Owner: | APPS |
| FND Design Data: | GMS.GMS_AWARDS_BASIC_V
|
| Subobject Name: | |
| Status: | VALID |
A supplementary view used to simplify forms coding.
Warning: Oracle does not recommend you query or alter datausing this view. It may change dramatically in subsequent minor or major
releases.
| Name | Datatype | Length | Mandatory | Comments |
|---|---|---|---|---|
| AWARD_ID | NUMBER | (15) | Yes | Unique identifier for the award |
| AWARD_NUMBER | VARCHAR2 | (15) | Yes | A user-defined or system-generated unique number for the award |
| AWARD_SHORT_NAME | VARCHAR2 | (30) | Yes | User-defined short name for the award |
| PROJECT_ID | NUMBER | Yes | Project identifier of the project that the award is funding | |
| TASK_ID | NUMBER | (15) | Yes | Task identifier within the project that the award is funding if the funding is at the task level |
| PROJECT_NUMBER | VARCHAR2 | (25) | Yes | Project number of the project that is funded by the award |
| ORG_ID | NUMBER | (15) |
Cut, paste (and edit) the following text to query this object:
SELECT AWARD_ID
, AWARD_NUMBER
, AWARD_SHORT_NAME
, PROJECT_ID
, TASK_ID
, PROJECT_NUMBER
, ORG_ID
FROM APPS.GMS_AWARDS_BASIC_V;
APPS
GMS_AWARDS
GMS_BUDGET_VERSIONS
GMS_INSTALLMENTS
GMS_SUMMARY_PROJECT_FUNDINGS
PA_PROJECTS_ALL
PA_TASKS
APPS
GMS_PQH_AWARDS_V
PON_CP_INTRFAC_TO_TRANSACTION
- show dependent code
PON_NEGOTIATION_PUBLISH_PVT
- show dependent code
PON_VALIDATE_ITEM_PRICES_INT
- show dependent code
PON_VALIDATE_PAYMENTS_INT
- show dependent code
PSP_POA_BUS
- show dependent code
PSP_PSPENCDU_XMLP_PKG
- show dependent code
PSP_PSPENCSC_XMLP_PKG
- show dependent code
|
|
|
|