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


VIEW: APPS.PAY_ZA_BALANCES_BY_PERIOD2_V

Object Details
Object Name: PAY_ZA_BALANCES_BY_PERIOD2_V
Object Type: VIEW
Owner: APPS
FND Design Data: ViewPAY.PAY_ZA_BALANCES_BY_PERIOD2_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_PERIOD2_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
START_DATE DATE
Yes Time Period Start Date
END_DATE DATE
Yes Time Period 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
,      START_DATE
,      END_DATE
,      BALANCE_NAME
,      DATABASE_ITEM_SUFFIX
,      VALUE
,      BALANCE_TYPE_ID
,      DEFINED_BALANCE_ID
,      TIME_PERIOD_ID
FROM APPS.PAY_ZA_BALANCES_BY_PERIOD2_V;

Dependencies

[top of page]

APPS.PAY_ZA_BALANCES_BY_PERIOD2_V references the following:

SchemaAPPS
SynonymPAY_BALANCE_DIMENSIONS
SynonymPAY_BALANCE_TYPES
SynonymPAY_DEFINED_BALANCES
SynonymPER_ALL_ASSIGNMENTS_F
SynonymPER_TIME_PERIODS
PL/SQL PackagePY_ZA_BAL - show dependent code

APPS.PAY_ZA_BALANCES_BY_PERIOD2_V is not referenced by any database object