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


VIEW: APPS.PER_ZA_TIME_PERIODS_V4

Object Details
Object Name: PER_ZA_TIME_PERIODS_V4
Object Type: VIEW
Owner: APPS
FND Design Data: ViewPER.PER_ZA_TIME_PERIODS_V4
Subobject Name:
Status: VALID

View Type

A public view which may be useful for custom reporting or other data
requirements.


Used for Valid Payroll Period Names for a Consolidation
Set


[View Source]

Columns
Name Datatype Length Mandatory Comments
CONSOLIDATION_SET_ID NUMBER (9) Yes Consolidation Set ID
PERIOD_NAME VARCHAR2 (70) Yes Period Name
PAYROLL_ID NUMBER (9)
Payroll ID
TIME_PERIOD_ID NUMBER (15) Yes Payroll Period ID
START_DATE DATE
Yes Start Date
END_DATE DATE
Yes End Date
Query Text

Cut, paste (and edit) the following text to query this object:


SELECT CONSOLIDATION_SET_ID
,      PERIOD_NAME
,      PAYROLL_ID
,      TIME_PERIOD_ID
,      START_DATE
,      END_DATE
FROM APPS.PER_ZA_TIME_PERIODS_V4;

Dependencies

[top of page]

APPS.PER_ZA_TIME_PERIODS_V4 references the following:

SchemaAPPS
PL/SQL PackageHR_GENERAL - show dependent code
PL/SQL PackageHR_SECURITY - show dependent code
SynonymPAY_CONSOLIDATION_SETS
ViewPAY_PAYROLLS_F
SynonymPER_TIME_PERIODS

APPS.PER_ZA_TIME_PERIODS_V4 is not referenced by any database object