[Home] [Help]
[Dependency Information]
| Object Name: | PSP_ENC_PAYROLLS_V |
|---|---|
| Object Type: | VIEW |
| Owner: | APPS |
| FND Design Data: | PSP.PSP_ENC_PAYROLLS_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 |
|---|---|---|---|---|
| ENC_PAYROLL_ID | NUMBER | (9) | Yes | System generated primary key column. |
| BUSINESS_GROUP_ID | NUMBER | (15) | Yes | Business Group Identifier |
| SET_OF_BOOKS_ID | NUMBER | (15) | Yes | Set of Books Identifier |
| PAYROLL_ID | NUMBER | (9) | Yes | Foreign key to PAY_PAYROLLS_F |
| INC_EXC_FLAG | VARCHAR2 | (1) | Yes | Include exclude flag. Y is for include and N is for exclude. |
| PAYROLL_NAME | VARCHAR2 | (4000) | Payroll Name |
Cut, paste (and edit) the following text to query this object:
SELECT ENC_PAYROLL_ID
, BUSINESS_GROUP_ID
, SET_OF_BOOKS_ID
, PAYROLL_ID
, INC_EXC_FLAG
, PAYROLL_NAME
FROM APPS.PSP_ENC_PAYROLLS_V;
APPS
PSP_ENC_PAYROLLS
PSP_GENERAL
- show dependent code
APPS.PSP_ENC_PAYROLLS_V is not referenced by any database object
|
|
|
|