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


TABLE: PSB.PSB_BUDGET_GROUP_RESP

Object Details
Object Name: PSB_BUDGET_GROUP_RESP
Object Type: TABLE
Owner: PSB
FND Design Data: TablePSB.PSB_BUDGET_GROUP_RESP
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.


Storage Details
Tablespace: TablespaceAPPS_TS_TX_DATA
PCT Free: 10
PCT Used:
Indexes
Index Type Uniqueness Tablespace Column
PSB_BUDGET_GROUP_RESP_U1 NORMAL UNIQUE TablespaceAPPS_TS_TX_IDX ColumnBUDGET_GROUP_RESP_ID
PSB_BUDGET_GROUP_RESP_N1 NORMAL NONUNIQUE TablespaceAPPS_TS_TX_IDX ColumnRESPONSIBILITY_ID
ColumnBUDGET_GROUP_ID
Columns
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
Query Text

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;

Dependencies

[top of page]

PSB.PSB_BUDGET_GROUP_RESP does not reference any database object

PSB.PSB_BUDGET_GROUP_RESP is referenced by following:

SchemaAPPS
SynonymPSB_BUDGET_GROUP_RESP