[Home] [Help]
[Dependency Information]
Object Name: | PA_BURDEN_EXP_ITEM_CDL_V |
---|---|
Object Type: | VIEW |
Owner: | APPS |
FND Design Data: | ![]() |
Subobject Name: | |
Status: | VALID |
A public view which may be useful for custom reporting or other data
requirements.
This View lists all the summarized burden expenditure items and their cost distribution lines.
Name | Datatype | Length | Mandatory | Comments |
---|---|---|---|---|
PROJECT_TYPE | VARCHAR2 | (20) | Yes | Project type of the project to which the summarized burden expenditure item and CDLs belongs to |
SEGMENT1 | VARCHAR2 | (25) | Yes | Project Number of the project to which the summarized burden expenditure item and CDLs belongs to |
TASK_NUMBER | VARCHAR2 | (25) | Yes | task Number of the project to which the summarized burden expenditure item and CDLs belongs to |
PA_DATE | DATE | Account closing date of the summarized burden expenditure item | ||
ATTRIBUTE1 | VARCHAR2 | (150) | Attribute1 of summarized burden expenditure item \ this field is used in GMS to store the sponsoring award id of the task/project | |
EXPENDITURE_GROUP | VARCHAR2 | (240) | Yes | Expenditure group associated with the Summarized burden expenditure item |
EXPENDITURE_TYPE | VARCHAR2 | (30) | Yes | expenditure item type of the summarized burden expenditure item. This will be same as the \ expenditure type associated with the burden cost code |
EXPENDITURE_ITEM_ID | NUMBER | (15) | Yes | expenditure_item_id of summarized burden expenditure item |
LINE_NUM | NUMBER | (15) | Yes | Line number of the CDL of summarized burden expenditure item |
EXPENDITURE_ITEM_DATE | DATE | Yes | Date of creation of summarized burden expenditure item. | |
BURDEN_SUM_SOURCE_RUN_ID | NUMBER | (15) | run_id of the burden summarization program responsible for the creation of the summarized burden expenditure item. | |
ORG_ID | NUMBER | (15) | Yes | Operating Unit Identifier |
Cut, paste (and edit) the following text to query this object:
SELECT PROJECT_TYPE
, SEGMENT1
, TASK_NUMBER
, PA_DATE
, ATTRIBUTE1
, EXPENDITURE_GROUP
, EXPENDITURE_TYPE
, EXPENDITURE_ITEM_ID
, LINE_NUM
, EXPENDITURE_ITEM_DATE
, BURDEN_SUM_SOURCE_RUN_ID
, ORG_ID
FROM APPS.PA_BURDEN_EXP_ITEM_CDL_V;
APPS.PA_BURDEN_EXP_ITEM_CDL_V is not referenced by any database object
|
|
|