[Home] [Help]
[Dependency Information]
| Object Name: | PSB_WORKSHEETS_RESP_V |
|---|---|
| Object Type: | VIEW |
| Owner: | APPS |
| FND Design Data: | PSB.PSB_WORKSHEETS_RESP_V
|
| Subobject Name: | |
| Status: | VALID |
Oracle Corporation does not support access to Oracle
applications data using this object, except from standard Oracle Applications programs.
Internal
| 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 |
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;
APPS
FND_DATE
- show dependent code
FND_USER_RESP_GROUPS
PSB_BUDGET_GROUPS
PSB_BUDGET_GROUP_RESP
PSB_WORKSHEETS
APPS.PSB_WORKSHEETS_RESP_V is not referenced by any database object
|
|
|
|