[Home] [Help]
[Dependency Information]
| Object Name: | PSP_ORIG_LINE_DETAILS_V |
|---|---|
| Object Type: | VIEW |
| Owner: | APPS |
| FND Design Data: | PSP.PSP_ORIG_LINE_DETAILS_V
|
| Subobject Name: | |
| Status: | VALID |
A supplementary view used to simplify forms coding.
Warning: Oracle does not recommend you query or alter datausing this view. It may change dramatically in subsequent minor or major
releases.
| Name | Datatype | Length | Mandatory | Comments |
|---|---|---|---|---|
| RUN_ID | NUMBER | (9) | Yes | GL Process Run Identifier |
| ACCT_GROUP_ID | NUMBER | (9) | Account Group Identifier | |
| ELEMENT_NAME | VARCHAR2 | (4000) | Element Name | |
| PAYROLL_NAME | VARCHAR2 | (80) | Yes | Payroll Name |
| PERIOD_NAME | VARCHAR2 | (70) | Yes | Period Name |
| SOURCE_TYPE | VARCHAR2 | (30) | Yes | Payroll Source Type (A-Adjustments, O-Oracle, N-Non-Oracle, P-Pregen) |
| AMOUNT | NUMBER | Amount |
Cut, paste (and edit) the following text to query this object:
SELECT RUN_ID
, ACCT_GROUP_ID
, ELEMENT_NAME
, PAYROLL_NAME
, PERIOD_NAME
, SOURCE_TYPE
, AMOUNT
FROM APPS.PSP_ORIG_LINE_DETAILS_V;
APPS
HR_GENERAL
- show dependent code
HR_SECURITY
- show dependent code
PAY_PAYROLLS_X
PER_TIME_PERIODS
PSP_GENERAL
- show dependent code
PSP_PAYROLL_CONTROLS
PSP_PAYROLL_SOURCES
PSP_TEMP_ORIG_LINES
APPS.PSP_ORIG_LINE_DETAILS_V is not referenced by any database object
|
|
|
|