[Home] [Help]
[Dependency Information]
| Object Name: | PA_CMT_BY_GL_PERIOD_V |
|---|---|
| Object Type: | VIEW |
| Owner: | APPS |
| FND Design Data: | PA.PA_CMT_BY_GL_PERIOD_V
|
| Subobject Name: | |
| Status: | VALID |
A public view which may be useful for custom reporting or other data
requirements.
This view displays current commitment totals for lowest level tasks and resources by GL periods
| Name | Datatype | Length | Mandatory | Comments |
|---|---|---|---|---|
| PROJECT_ID | NUMBER | (15) | Yes | Refer to the base table |
| TASK_ID | NUMBER | (15) | Yes | Refer to the base table |
| RESOURCE_LIST_MEMBER_ID | NUMBER | (15) | Yes | Refer to the base table |
| RESOURCE_LIST_ID | NUMBER | (15) | Yes | Refer to the base table |
| GL_PERIOD_NAME | VARCHAR2 | (15) | Yes | Refer to the base table |
| PERIOD_START_DATE | DATE | Yes | Refer to the base table | |
| PERIOD_END_DATE | DATE | Yes | Refer to the base table | |
| CMT_QUANTITY | NUMBER | Total commitment quantity by period | ||
| CMT_RAW_COST | NUMBER | Total commitment raw cost by period | ||
| CMT_BURDENED_COST | NUMBER | Total commitment burdened cost by period | ||
| ORG_ID | NUMBER | (15) | Operating Unit Identifier |
Cut, paste (and edit) the following text to query this object:
SELECT PROJECT_ID
, TASK_ID
, RESOURCE_LIST_MEMBER_ID
, RESOURCE_LIST_ID
, GL_PERIOD_NAME
, PERIOD_START_DATE
, PERIOD_END_DATE
, CMT_QUANTITY
, CMT_RAW_COST
, CMT_BURDENED_COST
, ORG_ID
FROM APPS.PA_CMT_BY_GL_PERIOD_V;
APPS
GL_PERIOD_STATUSES
PA_IMPLEMENTATIONS
PA_PERIOD_PROCESS_PKG
- show dependent code
PA_RESOURCE_ACCUM_DETAILS
PA_TXN_ACCUM
APPS.PA_CMT_BY_GL_PERIOD_V is not referenced by any database object
|
|
|
|