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


TABLE: PSB.PSB_FLEX_MAPPING_SET_VALUES

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


PSB_FLEX_MAPPING_SET_VALUES stores the mapping information for segments in a flexfield mapping set. Only segments whose values change need to be mapped. For the prior and current years, all values in a segment can only be mapped to a specific value in Public Sector Budgeting. For the proposed years, segment values can be mapped at a more granular level by specifying a 'From Value' also.


Storage Details
Tablespace: TablespaceAPPS_TS_TX_DATA
PCT Free: 10
PCT Used:
Indexes
Index Type Uniqueness Tablespace Column
PSB_FLEX_MAPPING_SET_VALUES_N1 NORMAL NONUNIQUE TablespaceAPPS_TS_TX_IDX ColumnFLEX_MAPPING_SET_ID
ColumnFLEX_MAPPING_VALUE_ID
Columns
Name Datatype Length Mandatory Comments
FLEX_MAPPING_SET_ID NUMBER (15) Yes Flexfield mapping set unique identifier
FLEX_MAPPING_VALUE_ID NUMBER (15) Yes Flexfield mapping value unique identifier
BUDGET_YEAR_TYPE_ID NUMBER (20) Yes Budget year type unique identifier
APPLICATION_COLUMN_NAME VARCHAR2 (30) Yes Flexfield column name
FLEX_VALUE_SET_ID NUMBER (10)
Flexfield value set unique identifier
FLEX_VALUE_ID NUMBER (15)
New flexfield segment value unique identifier for the target flex value
FROM_FLEX_VALUE_ID NUMBER (15)
Current flexfield segment value unique identifier for the source flex value
LAST_UPDATE_DATE DATE
Yes Standard Who column
LAST_UPDATED_BY NUMBER (15) Yes Standard Who column
LAST_UPDATE_LOGIN NUMBER (15)
Standard Who column
CREATED_BY NUMBER (15) Yes Standard Who column
CREATION_DATE DATE
Yes Standard Who column
Query Text

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


SELECT FLEX_MAPPING_SET_ID
,      FLEX_MAPPING_VALUE_ID
,      BUDGET_YEAR_TYPE_ID
,      APPLICATION_COLUMN_NAME
,      FLEX_VALUE_SET_ID
,      FLEX_VALUE_ID
,      FROM_FLEX_VALUE_ID
,      LAST_UPDATE_DATE
,      LAST_UPDATED_BY
,      LAST_UPDATE_LOGIN
,      CREATED_BY
,      CREATION_DATE
FROM PSB.PSB_FLEX_MAPPING_SET_VALUES;

Dependencies

[top of page]

PSB.PSB_FLEX_MAPPING_SET_VALUES does not reference any database object

PSB.PSB_FLEX_MAPPING_SET_VALUES is referenced by following:

SchemaAPPS
SynonymPSB_FLEX_MAPPING_SET_VALUES