[Home] [Help]
[Dependency Information]
Object Name: | PA_MASS_UPDATE_DETAILS |
---|---|
Object Type: | TABLE |
Owner: | PA |
FND Design Data: | ![]() |
Subobject Name: | |
Status: | VALID |
PA_MASS_UPDATE_DETAILS holds the line details for the batches created
for the mass update of project/task attributes.
Tablespace: | ![]() |
---|---|
PCT Free: | 10 |
PCT Used: |
Index | Type | Uniqueness | Tablespace | Column |
---|---|---|---|---|
PA_MASS_UPDATE_DETAILS_U1 | NORMAL | UNIQUE |
![]() |
![]() ![]() |
PA_MASS_UPDATE_DETAILS_U2 | NORMAL | UNIQUE |
![]() |
![]() ![]() ![]() |
Name | Datatype | Length | Mandatory | Comments |
---|---|---|---|---|
BATCH_ID | NUMBER | Yes | System-generated number that uniquely identifies the batch | |
LINE_ID | NUMBER | Yes | System-generated number that uniquely identifies the detail line | |
PROJECT_ID | NUMBER | Yes | Identifier of the Project whose attribute will be updated by the Mass Project Attribute Update Proc | |
TASK_ID | NUMBER | Identifier of the Task whose attribute will be updated by the Mass Project Attribute Update Process | ||
REJECTION_REASON | VARCHAR2 | (150) | Reason why the Project/Task attribute could not be updated | |
OLD_ATTRIBUTE_VALUE | VARCHAR2 | (150) | Current value of the attribute on the Project/Task which will be updated with the New Value | |
NEW_ATTRIBUTE_VALUE | VARCHAR2 | (150) | New Value of the attribute which will replace the current value of the attribute on the Project/Task | |
UPDATE_FLAG | VARCHAR2 | (1) | This flag determines whether the line will be picked for update. | |
RECALCULATE_FLAG | VARCHAR2 | (1) | This flag determines if the expenditure items for the project/task will be marked for recalculation | |
LAST_UPDATE_DATE | DATE | Yes | Standard Who Column | |
LAST_UPDATED_BY | NUMBER | (15) | Yes | Standard Who Column |
CREATION_DATE | DATE | Yes | Standard Who Column | |
CREATED_BY | NUMBER | (15) | Yes | Standard Who Column |
LAST_UPDATE_LOGIN | NUMBER | (15) | Yes | Standard Who Column |
Cut, paste (and edit) the following text to query this object:
SELECT BATCH_ID
, LINE_ID
, PROJECT_ID
, TASK_ID
, REJECTION_REASON
, OLD_ATTRIBUTE_VALUE
, NEW_ATTRIBUTE_VALUE
, UPDATE_FLAG
, RECALCULATE_FLAG
, LAST_UPDATE_DATE
, LAST_UPDATED_BY
, CREATION_DATE
, CREATED_BY
, LAST_UPDATE_LOGIN
FROM PA.PA_MASS_UPDATE_DETAILS;
PA.PA_MASS_UPDATE_DETAILS does not reference any database object
PA.PA_MASS_UPDATE_DETAILS is referenced by following:
|
|
|