[Home] [Help]
[Dependency Information]
Object Name: | PSB_BUDGET_GROUP_RESP |
---|---|
Object Type: | TABLE |
Owner: | PSB |
FND Design Data: | ![]() |
Subobject Name: | |
Status: | VALID |
PSB_BUDGET_GROUP_RESP contains the list of responsibilities assigned
to have access to the budget group. The assignment can be for access
to or for workflow approval purposes. RESPONSIBILITY_TYPE type R is
used for access and is related to FND_RESPONSIBILITY and type N is
used for workflow and is related to WF_ROLE.
Tablespace: | ![]() |
---|---|
PCT Free: | 10 |
PCT Used: |
Index | Type | Uniqueness | Tablespace | Column |
---|---|---|---|---|
PSB_BUDGET_GROUP_RESP_U1 | NORMAL | UNIQUE |
![]() |
![]() |
PSB_BUDGET_GROUP_RESP_N1 | NORMAL | NONUNIQUE |
![]() |
![]() ![]() |
Name | Datatype | Length | Mandatory | Comments |
---|---|---|---|---|
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 |
RESPONSIBILITY_ID | NUMBER | (20) | Unique identifier of FND_RESPONSIBILITY | |
WF_ROLE_NAME | VARCHAR2 | (320) | Name of the Workflow role | |
WF_ROLE_ORIG_SYSTEM | VARCHAR2 | (30) | Originating system of the Workflow role | |
WF_ROLE_ORIG_SYSTEM_ID | NUMBER | Unique identifier of the role in the originating system | ||
RESPONSIBILITY_TYPE | VARCHAR2 | (1) | Yes | Type of assignment. Valid Values are R (Responsibility) and N (Notify). |
LAST_UPDATE_DATE | DATE | Standard Who column | ||
LAST_UPDATED_BY | NUMBER | (15) | Standard Who column | |
LAST_UPDATE_LOGIN | NUMBER | (15) | Standard Who column | |
CREATED_BY | NUMBER | (15) | Standard Who column | |
CREATION_DATE | DATE | Standard Who column |
Cut, paste (and edit) the following text to query this object:
SELECT BUDGET_GROUP_RESP_ID
, BUDGET_GROUP_ID
, RESPONSIBILITY_ID
, WF_ROLE_NAME
, WF_ROLE_ORIG_SYSTEM
, WF_ROLE_ORIG_SYSTEM_ID
, RESPONSIBILITY_TYPE
, LAST_UPDATE_DATE
, LAST_UPDATED_BY
, LAST_UPDATE_LOGIN
, CREATED_BY
, CREATION_DATE
FROM PSB.PSB_BUDGET_GROUP_RESP;
PSB.PSB_BUDGET_GROUP_RESP does not reference any database object
PSB.PSB_BUDGET_GROUP_RESP is referenced by following:
|
|
|