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


TABLE: PSB.PSB_SET_RELATIONS

Object Details
Object Name: PSB_SET_RELATIONS
Object Type: TABLE
Owner: PSB
FND Design Data: TablePSB.PSB_SET_RELATIONS
Subobject Name:
Status: VALID


PSB_SET_RELATIONS stores the assignment of account or position
sets to various entities like budget groups, parameters, constraints,
and allocation rules. Once defined, account sets and position sets
can be shared across multiple entities. The use of an account or
position set by an entity is stored in this table.


Storage Details
Tablespace: TablespaceAPPS_TS_TX_DATA
PCT Free: 10
PCT Used:
Indexes
Index Type Uniqueness Tablespace Column
PSB_SET_RELATIONS_U1 NORMAL UNIQUE TablespaceAPPS_TS_TX_IDX ColumnSET_RELATION_ID
PSB_SET_RELATIONS_N1 NORMAL NONUNIQUE TablespaceAPPS_TS_TX_IDX ColumnPARAMETER_ID
PSB_SET_RELATIONS_N2 NORMAL NONUNIQUE TablespaceAPPS_TS_TX_IDX ColumnCONSTRAINT_ID
PSB_SET_RELATIONS_N3 NORMAL NONUNIQUE TablespaceAPPS_TS_TX_IDX ColumnBUDGET_GROUP_ID
PSB_SET_RELATIONS_N4 NORMAL NONUNIQUE TablespaceAPPS_TS_TX_IDX ColumnALLOCATION_RULE_ID
PSB_SET_RELATIONS_N5 NORMAL NONUNIQUE TablespaceAPPS_TS_TX_IDX ColumnBUDGET_WORKFLOW_RULE_ID
PSB_SET_RELATIONS_N6 NORMAL NONUNIQUE TablespaceAPPS_TS_TX_IDX ColumnACCOUNT_POSITION_SET_ID
PSB_SET_RELATIONS_N7 NORMAL NONUNIQUE TablespaceAPPS_TS_TX_IDX ColumnDEFAULT_RULE_ID
PSB_SET_RELATIONS_N8 NORMAL NONUNIQUE TablespaceAPPS_TS_TX_IDX ColumnPOSITION_SET_GROUP_ID
PSB_SET_RELATIONS_N9 NORMAL NONUNIQUE TablespaceAPPS_TS_TX_IDX ColumnGL_BUDGET_ID
Columns
Name Datatype Length Mandatory Comments
SET_RELATION_ID NUMBER (15) Yes Unique identifier for a set-to-entity relation
ACCOUNT_POSITION_SET_ID NUMBER (15) Yes Account position set identifier. Each entity is associated with an account position set identifier.
ALLOCATION_RULE_ID NUMBER (15)
Allocation rule identifier
BUDGET_GROUP_ID NUMBER (15)
Budget group unique identifier
BUDGET_WORKFLOW_RULE_ID NUMBER (15)
Budget workflow rule identifier
CONSTRAINT_ID NUMBER (15)
Constraint identifier
DEFAULT_RULE_ID NUMBER (15)
Position default rule identifier
PARAMETER_ID NUMBER (15)
Parameter identifier
POSITION_SET_GROUP_ID NUMBER (15)
Position set group identifier
GL_BUDGET_ID NUMBER (15)
General Ledger budget identifier
EFFECTIVE_START_DATE DATE

Effective start date for budget group relations
EFFECTIVE_END_DATE DATE

Effective end date for budget group relations
LAST_UPDATE_DATE DATE
Yes Standard Who column
LAST_UPDATED_BY NUMBER (15) Yes Standard Who column
LAST_UPDATE_LOGIN NUMBER (15) Yes Standard Who column
CREATED_BY NUMBER (15) Yes Standard Who column
CREATION_DATE DATE
Yes Standard Who column
RULE_ID NUMBER (15)
Not used currently
APPLY_BALANCE_FLAG VARCHAR2 (1)
Not currently used
Query Text

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


SELECT SET_RELATION_ID
,      ACCOUNT_POSITION_SET_ID
,      ALLOCATION_RULE_ID
,      BUDGET_GROUP_ID
,      BUDGET_WORKFLOW_RULE_ID
,      CONSTRAINT_ID
,      DEFAULT_RULE_ID
,      PARAMETER_ID
,      POSITION_SET_GROUP_ID
,      GL_BUDGET_ID
,      EFFECTIVE_START_DATE
,      EFFECTIVE_END_DATE
,      LAST_UPDATE_DATE
,      LAST_UPDATED_BY
,      LAST_UPDATE_LOGIN
,      CREATED_BY
,      CREATION_DATE
,      RULE_ID
,      APPLY_BALANCE_FLAG
FROM PSB.PSB_SET_RELATIONS;

Dependencies

[top of page]

PSB.PSB_SET_RELATIONS does not reference any database object

PSB.PSB_SET_RELATIONS is referenced by following:

SchemaAPPS
SynonymPSB_SET_RELATIONS