[Home] [Help]
[Dependency Information]
| Object Name: | PSP_REP_DIST_PRJ_V |
|---|---|
| Object Type: | VIEW |
| Owner: | APPS |
| FND Design Data: | PSP.PSP_REP_DIST_PRJ_V
|
| Subobject Name: | |
| Status: | VALID |
Oracle Corporation does not support access to Oracle
applications data using this object, except from standard Oracle Applications programs.
Internal
| Name | Datatype | Length | Mandatory | Comments |
|---|---|---|---|---|
| PERSON_ID | NUMBER | (9) | Yes | Person identifier for suspense charging instruction |
| ASSIGNMENT_ID | NUMBER | (9) | Yes | Assignment identifier for suspense charging instruction |
| ELEMENT_TYPE_ID | NUMBER | (9) | Yes | Earnings element identifier for suspense charging instruction |
| TIME_PERIOD_ID | NUMBER | (15) | Yes | Time period identifier for suspense charging instruction |
| DISTRIBUTION_AMOUNT | NUMBER | Yes | Amount to be distributed for current employee | |
| DISTRIBUTION_DATE | DATE | Yes | Date of Distribution | |
| PROJECT_ID | NUMBER | (15) | Project Id | |
| AWARD_ID | NUMBER | (15) | Award Id | |
| EXPENDITURE_TYPE | VARCHAR2 | (30) | Expenditure Type | |
| BUSINESS_GROUP_ID | NUMBER | (15) | Yes | Foreign key to HR_ORGANIZATION_UNITS. |
| SET_OF_BOOKS_ID | NUMBER | (15) | Yes | Set of Books identifier |
| DR_CR_FLAG | VARCHAR2 | (1) | Yes | |
| CURRENCY_CODE | VARCHAR2 | (15) | Currency Code |
Cut, paste (and edit) the following text to query this object:
SELECT PERSON_ID
, ASSIGNMENT_ID
, ELEMENT_TYPE_ID
, TIME_PERIOD_ID
, DISTRIBUTION_AMOUNT
, DISTRIBUTION_DATE
, PROJECT_ID
, AWARD_ID
, EXPENDITURE_TYPE
, BUSINESS_GROUP_ID
, SET_OF_BOOKS_ID
, DR_CR_FLAG
, CURRENCY_CODE
FROM APPS.PSP_REP_DIST_PRJ_V;
APPS
PSP_ADJUSTMENT_LINES_HISTORY
PSP_DISTRIBUTION_LINES_HISTORY
PSP_PAYROLL_CONTROLS
PSP_PAYROLL_LINES
PSP_PAYROLL_SUB_LINES
PSP_SUMMARY_LINES
APPS.PSP_REP_DIST_PRJ_V is not referenced by any database object
|
|
|
|