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


TABLE: PA.PA_PROJECT_RETENTIONS

Object Details
Object Name: PA_PROJECT_RETENTIONS
Object Type: TABLE
Owner: PA
FND Design Data: TablePA.PA_PROJECT_RETENTIONS
Subobject Name:
Status: VALID


PA_PROJECT_RETENTIONS stores retention summary balances.


Storage Details
Tablespace: TablespaceAPPS_TS_TX_DATA
PCT Free: 10
PCT Used:
Indexes
Index Type Uniqueness Tablespace Column
PA_PROJECT_RETENTIONS_U1 NORMAL UNIQUE TablespaceAPPS_TS_TX_IDX ColumnPROJECT_RETENTION_ID
PA_PROJECT_RETENTIONS_U2 NORMAL UNIQUE TablespaceAPPS_TS_TX_IDX ColumnPROJECT_ID
ColumnTASK_ID
ColumnAGREEMENT_ID
ColumnRETENTION_RULE_ID
Columns
Name Datatype Length Mandatory Comments
PROJECT_RETENTION_ID NUMBER (15) Yes The identifier of the project retention balance
RETENTION_RULE_ID NUMBER (15) Yes The identifier of the retention rule
PROJECT_ID NUMBER (15) Yes The identifier of the project to which retention is retained
TASK_ID NUMBER (15)
The identifier of the task to which retention is retained
AGREEMENT_ID NUMBER (15) Yes The identifier of the agreement to which retention is retained
INVPROC_CURRENCY_CODE VARCHAR2 (15) Yes The identifier of the invoice processing currency
TOTAL_RETAINED NUMBER

Total retained amount for a project or top task based on the retention billing rule. This amount is in the invoice processing currency
PROJFUNC_CURRENCY_CODE VARCHAR2 (15) Yes The identifier of the project functional currency
PROJFUNC_TOTAL_RETAINED NUMBER

Total retained amount for a project or top task based on the retention billing rule. This amount is in the project functional currency
PROJECT_CURRENCY_CODE VARCHAR2 (15) Yes The identifier of the project currency
PROJECT_TOTAL_RETAINED NUMBER

Total retained amount for a project or top task based on the retention billing rule. This amount is in the project currency
FUNDING_CURRENCY_CODE VARCHAR2 (15) Yes The identifier of the funding currency
FUNDING_TOTAL_RETAINED NUMBER

Total retained amount for a project or top task based on the retention billing rule. This amount is in the funding currency
PROGRAM_APPLICATION_ID NUMBER (15)
Standard Who Column
PROGRAM_ID NUMBER (15)
Standard Who Column
PROGRAM_UPDATE_DATE DATE

Standard Who Column
REQUEST_ID NUMBER (15)
Standard Who Column
CREATION_DATE DATE
Yes Standard Who Column
CREATED_BY NUMBER (15) Yes Standard Who Column
LAST_UPDATE_DATE DATE
Yes Standard Who Column
LAST_UPDATED_BY NUMBER (15) Yes Standard Who Column
LAST_UPDATE_LOGIN NUMBER (15)
Standard Who Column
Query Text

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


SELECT PROJECT_RETENTION_ID
,      RETENTION_RULE_ID
,      PROJECT_ID
,      TASK_ID
,      AGREEMENT_ID
,      INVPROC_CURRENCY_CODE
,      TOTAL_RETAINED
,      PROJFUNC_CURRENCY_CODE
,      PROJFUNC_TOTAL_RETAINED
,      PROJECT_CURRENCY_CODE
,      PROJECT_TOTAL_RETAINED
,      FUNDING_CURRENCY_CODE
,      FUNDING_TOTAL_RETAINED
,      PROGRAM_APPLICATION_ID
,      PROGRAM_ID
,      PROGRAM_UPDATE_DATE
,      REQUEST_ID
,      CREATION_DATE
,      CREATED_BY
,      LAST_UPDATE_DATE
,      LAST_UPDATED_BY
,      LAST_UPDATE_LOGIN
FROM PA.PA_PROJECT_RETENTIONS;

Dependencies

[top of page]

PA.PA_PROJECT_RETENTIONS does not reference any database object

PA.PA_PROJECT_RETENTIONS is referenced by following:

SchemaPA
ViewPA_PROJECT_RETENTIONS#