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


VIEW: APPS.PSB_WORKSHEETS_RESP_V

Object Details
Object Name: PSB_WORKSHEETS_RESP_V
Object Type: VIEW
Owner: APPS
FND Design Data: ViewPSB.PSB_WORKSHEETS_RESP_V
Subobject Name:
Status: VALID

***** Warning: Oracle Internal Use Only *****

Oracle Corporation does not support access to Oracle
applications data using this object, except from standard Oracle Applications programs.

View Type

Internal

[View Source]

Columns
Name Datatype Length Mandatory Comments
USER_ID NUMBER (15) Yes Application user identifier
RESPONSIBILITY_ID NUMBER

Unique identifier of FND_RESPONSIBILITY
BUDGET_GROUP_RESP_ID NUMBER (15) Yes Unique identifier for this assignment of responsibility to this budget group
BUDGET_GROUP_ID NUMBER (20) Yes Unique identifier of budget group
WORKSHEET_ID NUMBER (20) Yes Worksheet unique identifier
WORKSHEET_NAME VARCHAR2 (80) Yes Worksheet name
Query Text

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


SELECT USER_ID
,      RESPONSIBILITY_ID
,      BUDGET_GROUP_RESP_ID
,      BUDGET_GROUP_ID
,      WORKSHEET_ID
,      WORKSHEET_NAME
FROM APPS.PSB_WORKSHEETS_RESP_V;

Dependencies

[top of page]

APPS.PSB_WORKSHEETS_RESP_V references the following:

SchemaAPPS
PL/SQL PackageFND_DATE - show dependent code
ViewFND_USER_RESP_GROUPS
SynonymPSB_BUDGET_GROUPS
SynonymPSB_BUDGET_GROUP_RESP
SynonymPSB_WORKSHEETS

APPS.PSB_WORKSHEETS_RESP_V is not referenced by any database object