[Home] [Help]
[Dependency Information]
| Object Name: | PSP_REP_DEF_CHG_V |
|---|---|
| Object Type: | VIEW |
| Owner: | APPS |
| FND Design Data: | PSP.PSP_REP_DEF_CHG_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 |
|---|---|---|---|---|
| PAYROLL_ID | NUMBER | (9) | Yes | Payroll identifier for default account distribution line |
| TIME_PERIOD_ID | NUMBER | (15) | Yes | Time period identifier for default account charging line |
| PERSON_ID | NUMBER | (9) | Yes | Person identifier for default account charging line |
| ASSIGNMENT_ID | NUMBER | (9) | Yes | Assignment identifier for default account charging line |
| ELEMENT_TYPE_ID | NUMBER | (9) | Yes | Earnings element identifier for default account charging line |
| DISTRIBUTION_AMOUNT | NUMBER | Current charging line's distribution amount | ||
| DEFAULT_REASON_CODE | VARCHAR2 | (1) | Reason for default charging instruction | |
| ORGANIZATION_ID | NUMBER | (15) | Yes | Organization of employee for current charging line |
| PROJECT_ID | NUMBER | (15) | Project identifier | |
| EXPENDITURE_ORGANIZATION_ID | NUMBER | (15) | Expenditure organization identifier | |
| EXPENDITURE_TYPE | VARCHAR2 | (30) | Expenditure type | |
| TASK_ID | NUMBER | (15) | Task identifier | |
| AWARD_ID | NUMBER | (15) | Award identifier | |
| GL_CODE_COMBINATION_ID | NUMBER | (15) | Original account of charging instruction | |
| DEFAULT_ORG_ACCOUNT_ID | NUMBER | (9) | Default account to which charging instruction costed | |
| DISTRIBUTION_DATE | DATE | Yes | Date amount distributed | |
| BUSINESS_GROUP_ID | NUMBER | (15) | Yes | Foreign key to HR_ORGANIZATION_UNITS. |
| SET_OF_BOOKS_ID | NUMBER | (15) | Yes | Set of Books identifier |
| CURRENCY_CODE | VARCHAR2 | (15) | Currency Code |
Cut, paste (and edit) the following text to query this object:
SELECT PAYROLL_ID
, TIME_PERIOD_ID
, PERSON_ID
, ASSIGNMENT_ID
, ELEMENT_TYPE_ID
, DISTRIBUTION_AMOUNT
, DEFAULT_REASON_CODE
, ORGANIZATION_ID
, PROJECT_ID
, EXPENDITURE_ORGANIZATION_ID
, EXPENDITURE_TYPE
, TASK_ID
, AWARD_ID
, GL_CODE_COMBINATION_ID
, DEFAULT_ORG_ACCOUNT_ID
, DISTRIBUTION_DATE
, BUSINESS_GROUP_ID
, SET_OF_BOOKS_ID
, CURRENCY_CODE
FROM APPS.PSP_REP_DEF_CHG_V;
APPS
HR_GENERAL
- show dependent code
HR_ORGANIZATION_UNITS
HR_SECURITY
- show dependent code
PER_ASSIGNMENTS_F
PSP_ADJUSTMENT_LINES_HISTORY
PSP_DISTRIBUTION_LINES_HISTORY
PSP_ORGANIZATION_ACCOUNTS
PSP_PAYROLL_CONTROLS
PSP_PAYROLL_LINES
PSP_PAYROLL_SUB_LINES
APPS.PSP_REP_DEF_CHG_V is not referenced by any database object
|
|
|
|