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


VIEW: APPS.PSP_ENC_PAYROLLS_V

Object Details
Object Name: PSP_ENC_PAYROLLS_V
Object Type: VIEW
Owner: APPS
FND Design Data: ViewPSP.PSP_ENC_PAYROLLS_V
Subobject Name:
Status: VALID

View Type

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.

[View Source]

Columns
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
Query Text

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;

Dependencies

[top of page]

APPS.PSP_ENC_PAYROLLS_V references the following:

SchemaAPPS
SynonymPSP_ENC_PAYROLLS
PL/SQL PackagePSP_GENERAL - show dependent code

APPS.PSP_ENC_PAYROLLS_V is not referenced by any database object