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


VIEW: APPS.PAY_ZA_BALANCES_BY_PERIOD_V

Object Details
Object Name: PAY_ZA_BALANCES_BY_PERIOD_V
Object Type: VIEW
Owner: APPS
FND Design Data: ViewPAY.PAY_ZA_BALANCES_BY_PERIOD_V
Subobject Name:
Status: VALID

View Type

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


PAY_ZA_BALANCES_BY_PERIOD_V gives you a list of balances per assignment and time period.


[View Source]

Columns
Name Datatype Length Mandatory Comments
ASSIGNMENT_ID NUMBER (10) Yes Assignment ID
PERIOD_NAME VARCHAR2 (70) Yes Period Name
END_DATE DATE
Yes End Date
BALANCE_NAME VARCHAR2 (80) Yes Balance Name
DATABASE_ITEM_SUFFIX VARCHAR2 (80) Yes Database Item Suffix
VALUE NUMBER

Total calculated balance
BALANCE_TYPE_ID NUMBER (9) Yes Balance Type ID
DEFINED_BALANCE_ID NUMBER (9) Yes Defined Balance ID
TIME_PERIOD_ID NUMBER (15) Yes Time Period ID
Query Text

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


SELECT ASSIGNMENT_ID
,      PERIOD_NAME
,      END_DATE
,      BALANCE_NAME
,      DATABASE_ITEM_SUFFIX
,      VALUE
,      BALANCE_TYPE_ID
,      DEFINED_BALANCE_ID
,      TIME_PERIOD_ID
FROM APPS.PAY_ZA_BALANCES_BY_PERIOD_V;

Dependencies

[top of page]

APPS.PAY_ZA_BALANCES_BY_PERIOD_V references the following:

SchemaAPPS
PL/SQL PackageHR_GENERAL - show dependent code
PL/SQL PackageHR_SECURITY - show dependent code
SynonymPAY_ASSIGNMENT_ACTIONS
SynonymPAY_BALANCE_DIMENSIONS
SynonymPAY_BALANCE_FEEDS_F
SynonymPAY_BALANCE_TYPES
SynonymPAY_DEFINED_BALANCES
SynonymPAY_PAYROLL_ACTIONS
SynonymPAY_RUN_RESULTS
SynonymPAY_RUN_RESULT_VALUES
ViewPER_ASSIGNMENTS_F
SynonymPER_TIME_PERIODS
PL/SQL PackagePY_ZA_BAL - show dependent code

APPS.PAY_ZA_BALANCES_BY_PERIOD_V is not referenced by any database object