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


VIEW: APPS.PSA_BC_APPLICATION_V

Object Details
Object Name: PSA_BC_APPLICATION_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.


This view is used by the Budgetary Control Results report. It displays list of Applications for which this report is enabled.


[View Source]

Columns
Name Datatype Length Mandatory Comments
APPLICATION_SHORT_NAME VARCHAR2 (50) Yes Application short name
APPLICATION_ID NUMBER
Yes Application identifier
APPLICATION_NAME VARCHAR2 (240) Yes Application name
Query Text

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


SELECT APPLICATION_SHORT_NAME
,      APPLICATION_ID
,      APPLICATION_NAME
FROM APPS.PSA_BC_APPLICATION_V;

Dependencies

[top of page]

APPS.PSA_BC_APPLICATION_V references the following:

SchemaAPPS
SynonymFND_APPLICATION
SynonymFND_APPLICATION_TL
APPS.PSA_BC_APPLICATION_V is referenced by following:

SchemaAPPS
ViewPSA_BC_REPORT_V
Package BodyPSA_BC_XML_REPORT_PUB - show dependent code