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


VIEW: APPS.PSA_INQ_PERIOD_BAL_V

Object Details
Object Name: PSA_INQ_PERIOD_BAL_V
Object Type: VIEW
Owner: APPS
Subobject Name:
Status: VALID

View Type

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


Store Calendar statuses information for PSA usage


[View Source]

Columns
Name Datatype Length Mandatory Comments
ROW_ID ROWID (10)
Oracle Database Rowid
PERIOD_NAME VARCHAR2 (15) Yes Period Name
EFFECTIVE_PERIOD_NUM NUMBER (15) Yes Effective Period Number
SET_OF_BOOKS_ID NUMBER (15) Yes Accounting books defining column
APPLICATION_ID NUMBER (15) Yes Identify the application
Query Text

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


SELECT ROW_ID
,      PERIOD_NAME
,      EFFECTIVE_PERIOD_NUM
,      SET_OF_BOOKS_ID
,      APPLICATION_ID
FROM APPS.PSA_INQ_PERIOD_BAL_V;

Dependencies

[top of page]

APPS.PSA_INQ_PERIOD_BAL_V references the following:

SchemaAPPS
SynonymGL_PERIOD_STATUSES

APPS.PSA_INQ_PERIOD_BAL_V is not referenced by any database object